OVMS3-idf/examples/wifi
Deng Xin c139683024 supplicant/esp_wifi: move supplicant to idf
Move supplicant to idf and do following refactoring:
1. Make the folder structure consitent with supplicant upstream
2. Remove duplicated header files and minimize the public header files
3. Refactor for WiFi/supplicant interfaces
2019-06-29 22:46:52 +08:00
..
espnow examples: use new component registration api 2019-06-21 19:53:29 +08:00
getting_started examples: use new component registration api 2019-06-21 19:53:29 +08:00
iperf examples: use new component registration api 2019-06-21 19:53:29 +08:00
power_save examples: use new component registration api 2019-06-21 19:53:29 +08:00
scan examples: use new component registration api 2019-06-21 19:53:29 +08:00
simple_sniffer examples: use new component registration api 2019-06-21 19:53:29 +08:00
smart_config examples: use new component registration api 2019-06-21 19:53:29 +08:00
wpa2_enterprise supplicant/esp_wifi: move supplicant to idf 2019-06-29 22:46:52 +08:00
wps examples: use new component registration api 2019-06-21 19:53:29 +08:00
README.md Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00

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.

More

See the README.md file in the upper level examples directory for more information about examples.