esp-idf/components/esp_wifi/include
jgujarathi 47e8de1d4d fix(esp_wifi): Add more descriptive reasons for disconnect
Adds 3 more ddisconnect reasons in case of No AP found.
1. REASON_NO_AP_FOUND_IN_RSSI_THRESHOLD : AP rejected because it did
   not meet rssi threshold.

2. REASON_NO_AP_FOUND_IN_AUTHMODE THRESHOLD : AP rejected because it
   did not meet security threshold.

3. REASON_NO_AP_FOUND_WITH_COMPATIBLE_ SECURITY : AP rejected because
   of incompatible security configuration. These situations could include
   -- bss offerring WEP, but our password is not WEP compliant,
   -- Encrypted AP bss but we have no password config set.
   -- AP is Enterprise but we have not setup enterprise config and vice versa

    Closes https://github.com/espressif/esp-idf/issues/5957
2023-11-13 14:22:59 +08:00
..
esp_private fix(wifi): fix some esp32c6 wifi bugs 2023-09-19 13:27:01 +08:00
esp_mesh_internal.h fix(wifi/mesh): fix the IE crypto disable error and update doc 2023-11-08 10:24:45 +08:00
esp_mesh.h fix(wifi/mesh): fix the IE crypto disable error and update doc 2023-11-08 10:24:45 +08:00
esp_now.h fix(wifi): fix esp32c6 rxctrl info is not correct 2023-11-03 13:55:45 +08:00
esp_smartconfig.h esp_wifi: Merge wpa_supplicant and esp_wifi Kconfig 2023-02-11 07:38:45 +08:00
esp_wifi_ap_get_sta_list.h docs(esp_mesh): update esp_mesh_internal.h 2023-11-06 21:55:21 +08:00
esp_wifi_crypto_types.h fix(wifi/mesh): fix the IE crypto disable error and update doc 2023-11-08 10:24:45 +08:00
esp_wifi_default.h fix(wifi): Fix default wifi-netif creation to assert if no event loop 2023-07-10 16:56:16 +02:00
esp_wifi_he_types.h fix(wifi): fix esp32c6 rxctrl info is not correct 2023-11-03 13:55:45 +08:00
esp_wifi_he.h docs(esp_mesh): update esp_mesh_internal.h 2023-11-06 21:55:21 +08:00
esp_wifi_netif.h esp_wifi: Add support for NAN Discovery and Datapath 2023-03-10 11:18:23 +05:30
esp_wifi_types.h fix(esp_wifi): Add more descriptive reasons for disconnect 2023-11-13 14:22:59 +08:00
esp_wifi.h fix(esp_wifi): Fix issue of station disconnecting immediately when AP RSSI is zero 2023-10-27 09:35:20 +05:30
smartconfig_ack.h update wifi docs 2021-02-02 11:42:00 +08:00