esp-idf/examples/wifi
ninh 659d805411 esp_wifi: light sleep optimization 2021-01-18 15:31:03 +08:00
..
espnow
fast_scan
getting_started
iperf example: Scan failure should not cause system crash 2021-01-15 11:45:23 +00:00
power_save esp_wifi: light sleep optimization 2021-01-18 15:31:03 +08:00
roaming
scan example: Scan failure should not cause system crash 2021-01-15 11:45:23 +00:00
simple_sniffer
smart_config esp_wifi: add esptouch v2 2021-01-15 14:32:46 +08:00
wpa2_enterprise docs:wifi: Add wifi_guide for wpa2_enterprise. 2020-12-17 10:41:41 +05:30
wps example: We should not check the return value of esp_wifi_connect() in any case 2021-01-11 14:40:18 +08:00
README.md

README.md

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.