esp-idf/examples/wifi
Jiang Jiang Jian 1fdd83b1da Merge branch 'docs/wifi_wpa2-enterprise' into 'master'
docs:wifi: Add wifi_guide for wpa2_enterprise.

Closes WIFI-987

See merge request espressif/esp-idf!10402
2020-12-23 12:50:46 +08:00
..
espnow ajust espnow channel range 2020-12-17 10:58:49 +08:00
fast_scan Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
getting_started Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
iperf Merge branch 'bugfix/initialize_SO_REUSEADDR_value' into 'master' 2020-11-22 16:08:21 +08:00
power_save Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
roaming wpa_supplicant: Add initial roaming support 2020-11-17 17:15:26 +05:30
scan Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
simple_sniffer console: support create REPL over USB CDC 2020-11-13 10:51:40 +08:00
smart_config Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
wpa2_enterprise docs:wifi: Add wifi_guide for wpa2_enterprise. 2020-12-17 10:41:41 +05:30
wps Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
README.md Fixed links to example directories for fast_scan and scan 2020-05-08 14:22:39 +08:00

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.