This website requires JavaScript.
Explore
Help
Register
Sign In
alex
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2024-10-05 20:47:46 -04:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
3df87a91a3
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 03:18:24 -05:00
CONFIG_WPA_11KV_SUPPORT=y
CONFIG_WPA_SCAN_CACHE=y
esp_wifi: Add support for MBO certification
2021-09-29 01:07:59 -04:00
CONFIG_WPA_MBO_SUPPORT=y
wpa_supplicant: Add support for FT psk
2020-07-27 05:11:40 -04:00
CONFIG_WPA_11R_SUPPORT=y
Reference in New Issue
Copy Permalink