morris 98d7f13c24 console_repl: change config structure to support different devices 5 年 前
..
espnow 835186b3b9 esp_wifi: re-enable build wifi example 5 年 前
fast_scan 1cf2312734 Examples: some examples use new event register API 6 年 前
getting_started f74729c3bc esp_wifi: Remove auth_changed event and fix wpa2 authmode threshold 5 年 前
iperf 98d7f13c24 console_repl: change config structure to support different devices 5 年 前
power_save 526a3e49ed esp_wifi: When WiFi TSF is active, skip light sleep 5 年 前
scan d7edd28338 esp_wifi: Update WiFi lib 5 年 前
simple_sniffer 98d7f13c24 console_repl: change config structure to support different devices 5 年 前
smart_config 6adb1a0609 example: Remove duplicate commands and invalid serial port information 5 年 前
wpa2_enterprise 31b2702387 esp_netif, examples: esp_netif_init() moved into ESP_ERROR_CHECK() 6 年 前
wps 31b2702387 esp_netif, examples: esp_netif_init() moved into ESP_ERROR_CHECK() 6 年 前
README.md ff9c2dfa8c Fixed links to example directories for fast_scan and scan 5 年 前

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.