esp-idf/components/esp_wifi/include
Nachiket Kukade ace7ea8173 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 17:48:47 +05:30
..
esp_private esp_wifi: define wifi_clock_enable() on esp32 2022-02-24 14:35:48 +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-24 14:35:48 +08:00
esp_coexist.h components/coex: Some bugfix about ble dynamic prio 2020-11-22 20:37:10 +08:00
esp_mesh_internal.h esp_wifi_mesh: update wifi mesh libs 2020-10-29 20:26:49 +08:00
esp_mesh.h esp_wifi_mesh: add esp_mesh_send_block_time to set blocking time of esp_mesh_send 2021-11-25 14:02:03 +08:00
esp_now.h esp_wifi: Add documentation to avoid using WiFi modem sleep for WiFi/BT coexistence 2021-03-17 15:27:25 +08:00
esp_phy_init.h esp_wifi: refactor PHY access 2022-02-24 14:35:48 +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-11-20 19:00:55 +08:00
esp_wifi_default.h wifi: fixed missing c++ guards 2020-01-02 17:16:47 +00: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 17:48:47 +05:30
esp_wifi.h esp_wifi: Always connect Station in PMF mode if possible 2022-04-12 17:48:47 +05:30
phy.h esp_wifi: store PHY digital registers before disabling PHY and load 2022-02-24 14:35:48 +08:00
smartconfig_ack.h smartconfig: move smartconfig_ack to esp_wifi conponent 2019-08-29 10:39:30 +08:00