This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
forked from
espressif/esp-idf
Code
Pull Requests
Activity
Files
805b5c9115cb4785e45901290c9e680a88485ae9
esp-idf
/
examples
/
wifi
/
roaming
/
sdkconfig.defaults
5 lines
100 B
Plaintext
Raw
Normal View
History
Unescape
Escape
wpa_supplicant: Add initial roaming support This commit adds different features from 802.11k and 802.11v specifications to make the device ready for network assisted roaming. It also adds initial framework for device to detect whether it needs to move to a better AP. Followings are added as part of this. 1. Support for sending neighbor report request and provide the report back to the APP. 2. Support for beacon measurement report. 3. Support for link measurement report. 4. Support for sending bss transition management query frame (triggered by the APP). 5. Support for bss transition management request and move to the candidate based on that. 6. Sending the bss transition management response.
2020-11-12 13:48:24 +05:30
CONFIG_WPA_11KV_SUPPORT=y
CONFIG_WPA_SCAN_CACHE=y
esp_wifi: Add support for MBO certification
2021-09-29 10:37:59 +05:30
CONFIG_WPA_MBO_SUPPORT=y
wpa_supplicant: Add support for FT psk
2020-07-27 14:41:40 +05:30
CONFIG_WPA_11R_SUPPORT=y
Copy Permalink