Dear community, I have a few questions about the roaming setting. I’m running the wifi-wpa-supplicant example and enable roaming (wlan_set_roaming(1, 70))when connected to a network. I’ve noticed that it triggers a low rssi event when the rssi drops below 70 and initiates a regular scan instead of background scan. However, if I disable wpa_supplicant, it performs a background scan instead of a regular scan. Why is there a difference?
WPA_supplicant supports background scan(CONFIG_BGSCAN), but it (bgscan.c) appears to be removed from the example program. Is there a reason for this?
In my current setup, roaming will only be initiated when the RSSI drops below a specific threshold. How can I set up a scheduled scan to initiate roaming when it discovers a stronger access point?
Many thanks and regards
解決済! 解決策の投稿を見る。
Dear @johnny_h ,
See the following explanations for your questions from our internal team, please!
===============================================================
Dear community, I have a few questions about the roaming setting. I’m running the wifi-wpa-supplicant example and enable roaming (wlan_set_roaming(1, 70))when connected to a network. I’ve noticed that it triggers a low rssi event when the rssi drops below 70 and initiates a regular scan instead of background scan. However, if I disable wpa_supplicant, it performs a background scan instead of a regular scan. Why is there a difference?WPA_supplicant supports background scan(CONFIG_BGSCAN), but it (bgscan.c) appears to be removed from the example program. Is there a reason for this?
[NXP]
In my current setup, roaming will only be initiated when the RSSI drops below a specific threshold. How can I set up a scheduled scan to initiate roaming when it discovers a stronger access point?
[NXP] Are you expecting to roam before low rssi event come. Normally low rssi event come when we cross the rssi threshold.
===============================================================
Thanks!
Regards,
weidong
Dear @johnny_h ,
See the following explanations for your questions from our internal team, please!
===============================================================
Dear community, I have a few questions about the roaming setting. I’m running the wifi-wpa-supplicant example and enable roaming (wlan_set_roaming(1, 70))when connected to a network. I’ve noticed that it triggers a low rssi event when the rssi drops below 70 and initiates a regular scan instead of background scan. However, if I disable wpa_supplicant, it performs a background scan instead of a regular scan. Why is there a difference?WPA_supplicant supports background scan(CONFIG_BGSCAN), but it (bgscan.c) appears to be removed from the example program. Is there a reason for this?
[NXP]
In my current setup, roaming will only be initiated when the RSSI drops below a specific threshold. How can I set up a scheduled scan to initiate roaming when it discovers a stronger access point?
[NXP] Are you expecting to roam before low rssi event come. Normally low rssi event come when we cross the rssi threshold.
===============================================================
Thanks!
Regards,
weidong
The SDK version is 24_12_00