mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
esp_wifi: Update wifi lib
1. Avoid parsing RSN/WPA IE's after connection 2. Remove AUTH_CHANGED reason code logic
This commit is contained in:
parent
12b497b328
commit
805b9c5859
@ -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 {
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 9e384519333a92d5124fee3c1783bab1785c25a1
|
||||
Subproject commit fac760b58f3049180992e7a116737bbfeaa78ace
|
@ -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
|
||||
---------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user