mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
esp_wifi: Update wifi libs
Update wifi libs with below changes - 1. reject AP when assoc comeback time given is greater than 5 seconds 2. handle when assoc req is received before SA query procedure is finished Closes https://github.com/espressif/esp-idf/issues/9428
This commit is contained in:
parent
206f486256
commit
ecafe007e5
@ -120,6 +120,7 @@ typedef enum {
|
||||
WIFI_REASON_CONNECTION_FAIL = 205,
|
||||
WIFI_REASON_AP_TSF_RESET = 206,
|
||||
WIFI_REASON_ROAMING = 207,
|
||||
WIFI_REASON_ASSOC_COMEBACK_TIME_TOO_LONG = 208,
|
||||
} wifi_err_reason_t;
|
||||
|
||||
typedef enum {
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit d30a8ea9e1d58e0d9e0b8e1eb9dcf27e3d43a1fb
|
||||
Subproject commit 39bcc426a6abc6dd7b1f1eb45f2c1bd8f6e0e778
|
Loading…
Reference in New Issue
Block a user