esp-idf/examples/wifi
Nachiket Kukade 154e579cfc esp_wifi: Always connect Station in PMF mode if possible
While using esp_wifi_set_config, flag pmf_capable defaults to 0.
Users may not bother to enable it, which prevents connection to a
WPA3 AP. Or the AP may reset into WPA3 mode failing the re-connection.
To ensure better security, deprecate the pmf_capable flag and set it to
true internally.
Additionally add API esp_wifi_disable_pmf_config to disable PMF for
debug purposes or to avoid PMF issues on AP side.
2022-04-12 18:40:51 +05:30
..
espnow example: Fix espnow stuck issue 2022-01-14 14:26:02 +08:00
fast_scan esp_wifi: Modify ESP_IF_WIFI_STA to WIFI_IF_STA 2021-03-22 09:09:58 +00:00
getting_started esp_wifi: Always connect Station in PMF mode if possible 2022-04-12 18:40:51 +05:30
iperf esp_wifi: Always connect Station in PMF mode if possible 2022-04-12 18:40:51 +05:30
power_save esp_wifi: Modify ESP_IF_WIFI_STA to WIFI_IF_STA 2021-03-22 09:09:58 +00:00
scan example: Scan failure should not cause system crash 2021-01-15 20:21:35 +08:00
simple_sniffer console_repl: change config structure to support different devices 2020-06-30 20:18:27 +08:00
smart_config esp_wifi: Modify ESP_IF_WIFI_STA to WIFI_IF_STA 2021-03-22 09:09:58 +00:00
wifi_eap_fast esp_wifi: Always connect Station in PMF mode if possible 2022-04-12 18:40:51 +05:30
wpa2_enterprise esp_wifi: Fixed issue of weak md for certificates in wifi_enterprise example. 2022-01-28 15:31:18 +05:30
wps esp_wifi: Modify ESP_IF_WIFI_STA to WIFI_IF_STA 2021-03-22 09:09:58 +00:00
README.md Fixed links to example directories for fast_scan and scan 2020-05-08 14:22:39 +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.

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.