How can I use wiced_wifi_join_specific function?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable
# Environments

- WICED Version 2.3.1

- ThreadX + NetX_Duo

- BCMUSI11 Platform

- BCM43362

Hi 🙂

I would like to use wiced_wifi_join_specific function in the wiced_join_ap function.

Because when there are two APs which have same SSID, I would be able to choose one of them to be joined.

So I stored AP information in the stored_ap_list[0] variable in the wifi config dct and tested it,

but when I called wiced_network_up function on the Infrastructure STA mode, it doesnt work at all.

If there is two APs which have same SSID, one is channel 1 and another is channel 6.

How can I join to channel 6 AP? (or to a AP which has specific BSSID?)

Regards

Mike Jeong
0 Likes
2 Replies
GregG_16
Employee
Employee
50 sign-ins 25 sign-ins 25 comments on KBA

Can you let us know if this is still an open issue and still an issue with SDK2.4.0?

Thank you.

0 Likes
GregG_16
Employee
Employee
50 sign-ins 25 sign-ins 25 comments on KBA

Hello,

Certainly suggest moving to SDK 2.4.0

To join a specific AP BSSID must be used.

An example of this is in the "console app" using the "test credentials" command.

test_cred <ssid> <bssid> <channel> <open|wep|wpa_aes|wpa_tkip|wpa2|wpa2_tkip> [key]

    -

0 Likes