mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 12:14:32 +02:00
Merge branch 'bugfix/beacon_security_downgrade_v4.0' into 'release/v4.0'
Avoid parsing RSN/WPA IE's after connection (Backport v4.0) See merge request espressif/esp-idf!9281
This commit is contained in:
@@ -94,7 +94,6 @@ typedef enum {
|
|||||||
WIFI_REASON_ASSOC_FAIL = 203,
|
WIFI_REASON_ASSOC_FAIL = 203,
|
||||||
WIFI_REASON_HANDSHAKE_TIMEOUT = 204,
|
WIFI_REASON_HANDSHAKE_TIMEOUT = 204,
|
||||||
WIFI_REASON_CONNECTION_FAIL = 205,
|
WIFI_REASON_CONNECTION_FAIL = 205,
|
||||||
WIFI_REASON_AUTH_CHANGED = 206,
|
|
||||||
} wifi_err_reason_t;
|
} wifi_err_reason_t;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
Submodule components/esp_wifi/lib_esp32 updated: e8a234dd8d...6f8c549517
@@ -1010,13 +1010,6 @@ The table below shows the reason-code defined in ESP32. The first column is the
|
|||||||
| | | | connection to the AP has failed. |
|
| | | | connection to the AP has failed. |
|
||||||
| | | | |
|
| | | | |
|
||||||
+---------------------------+-------+---------+-------------------------------------------------------------+
|
+---------------------------+-------+---------+-------------------------------------------------------------+
|
||||||
| AUTH_CHANGED | 206 |reserved | Espressif-specific Wi-Fi reason-code: the |
|
|
||||||
| | | | disconnection has happened since AP has changed the |
|
|
||||||
| | | | authmode. |
|
|
||||||
| | | | |
|
|
||||||
+---------------------------+-------+---------+-------------------------------------------------------------+
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
ESP32 Wi-Fi Station Connecting When Multiple APs Are Found
|
ESP32 Wi-Fi Station Connecting When Multiple APs Are Found
|
||||||
---------------------------------------------------------------
|
---------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user