esp-idf/components/esp_wifi/include
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
..
esp_private esp_wifi: refactor PHY access 2022-02-15 11:43:10 +08:00
esp_coexist_adapter.h derive esp_wifi from esp32 component 2019-04-01 20:04:52 +08:00
esp_coexist_internal.h esp_wifi: refactor PHY access 2022-02-15 11:43:10 +08:00
esp_coexist.h components/coex: Some bugfix about ble dynamic prio 2020-09-29 14:12:39 +08:00
esp_mesh_internal.h mesh: support for chain topology 2021-03-19 11:37:20 +08:00
esp_mesh.h esp_wifi_mesh: add esp_mesh_send_block_time 2021-05-27 08:27:39 +00:00
esp_now.h esp_wifi: 2020-12-22 15:44:07 +08:00
esp_phy_init.h esp_wifi: refactor PHY access 2022-02-15 11:43:10 +08:00
esp_smartconfig.h esp_wifi: refactor smartconfig callback to use esp event 2019-07-04 18:00:04 +08:00
esp_wifi_crypto_types.h espnow/pmf: Implement ESPNOW + PMF Co-existance 2020-09-02 15:06:51 +08:00
esp_wifi_default.h ESP-NETIF: easier creation for WiFi interfaces with custom parameters 2020-02-10 14:22:07 +01:00
esp_wifi_netif.h wifi: fixed missing c++ guards 2020-01-02 17:16:47 +00:00
esp_wifi_types.h esp_wifi: Always connect Station in PMF mode if possible 2022-04-12 18:40:51 +05:30
esp_wifi.h esp_wifi: Always connect Station in PMF mode if possible 2022-04-12 18:40:51 +05:30
phy.h make esp32 same to esp32s2 in esp_phy_enable() 2022-02-15 11:43:10 +08:00
smartconfig_ack.h smartconfig: move smartconfig_ack to esp_wifi conponent 2019-08-29 10:39:30 +08:00