esp_wifi: Update wifi libs

Update wifi libs with below changes -
1. reject AP when assoc comeback time given is greater than 5 seconds
This commit is contained in:
Sarvesh Bodakhe 2022-12-27 18:07:52 +05:30
parent 034d954cd2
commit 3bc7626603
2 changed files with 2 additions and 1 deletions

View File

@ -95,6 +95,7 @@ typedef enum {
WIFI_REASON_HANDSHAKE_TIMEOUT = 204,
WIFI_REASON_CONNECTION_FAIL = 205,
WIFI_REASON_AP_TSF_RESET = 206,
WIFI_REASON_ASSOC_COMEBACK_TIME_TOO_LONG = 208,
} wifi_err_reason_t;
typedef enum {

@ -1 +1 @@
Subproject commit 7e0183b653a13e800eeddaa9c2682ee131e1435c
Subproject commit f4c1c87e6917ef759d9cd77ef174e06ed2abe5d2