How to bind STA to a BSSID?

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

cross mob
Anonymous
Not applicable

Hi

I am trying to figure out how to join a STA to an AP with a predefined BSSID.

I have tried wwd_wifi_join_specific but it ignores the BSSID send to it.

Any ideas?

Regards

Jakob

0 Likes
5 Replies
Anonymous
Not applicable

Hello,

There is an app under snip >> apsta. This app will provide you with the similar functionality. Please try that and revert back if you have any issues.

Thanks

0 Likes
Anonymous
Not applicable

HI,

The snip apsta only uses wiced_network_up and there is no way to specify BSSID.

It is not joining an ap that is the problem, it is making sure that it is the right ap that i connect to.

The only way is to specify BSSID. How do I do that?

Regards

Jakob

0 Likes
Anonymous
Not applicable

Hello,

I am not sure If I am getting your question. but here is what I feel might help.

If you are looking to configure AP_SSID you can go to test>>console>>wifi_config_dct.h, here you can configure Config_ap_ssid.

I hope this helps.

Thanks

RJ

0 Likes

Check the wiced_join_ap , which call the wiced_join_ap_specific and the first parameter include SSID and BSSID!

Regards,

Jone

0 Likes
Anonymous
Not applicable

Hi

wiced_join_ap_specific call's wwd_wifi_join_specific which ignores the BSSID send to it.


I gues it is an error in the 43362 firmware but it is hard to tell without the source.


Regards


Jakob

0 Likes