Merge branch 'bugfix/beacon_security_downgrade_v3.1' into 'release/v3.1'

Avoid parsing RSN/WPA IE's after connection (Backport v3.1)

See merge request espressif/esp-idf!9348
This commit is contained in:
Jiang Jiang Jian
2020-07-02 21:29:11 +08:00
3 changed files with 1 additions and 9 deletions

View File

@ -93,7 +93,6 @@ typedef enum {
WIFI_REASON_ASSOC_FAIL = 203,
WIFI_REASON_HANDSHAKE_TIMEOUT = 204,
WIFI_REASON_CONNECTION_FAIL = 205,
WIFI_REASON_AUTH_CHANGED = 206,
} wifi_err_reason_t;
typedef enum {

View File

@ -982,13 +982,6 @@ The table below shows the reason-code defined in ESP32. The first column is the
| | | | 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 Configuration
---------------------------