esp-idf/examples/wifi
Jiang Jiang Jian 0e42b856af Merge branch 'bugfix/initialize_SO_REUSEADDR_value' into 'master'
[WiFi] fixed iperf example parameter opt isn't initialized bug

See merge request espressif/esp-idf!10913
2020-11-22 16:08:21 +08:00
..
espnow Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00: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 Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
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.