mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
2db6b1578e
1. Use flag ESP32_WIFI_ENABLE_WPA3_SAE to control WPA3 code, disabling it code footprint reduces by 7.7kB in libwpa_supplicant.a 2. Fix handling of multiple AP credentials in WPS, apps need update to handle the new event for the fix to work
Wi-Fi Examples
Including some examples about wifi.
wpa2_enterprise
Show how ESP32 connects to AP with wpa2 enterprise encryption.
See the README.md file in the project wpa2_enterprise.
power_save
Show how to use power save mode of wifi.
See the README.md file in the project power_save.
wps(Wifi Protected Setup)
shows how to use wps(Wifi Protected Setup).
See the README.md file in the project wps.
espnow
shows how to use espnow.
See the README.md file in the project espnow.
fast_scan
Show how to use fast scan while connecting to an AP.
See the README.md file in the project fast_scan.
scan
Show how to scan for all the available APs.
See the README.md file in the project scan.
More
See the README.md file in the upper level examples directory for more information about examples.