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:
Sarvesh Bodakhe
2022-12-05 14:44:38 +05:30
committed by jack
parent a01847c24f
commit 869d8c4fd8
2 changed files with 2 additions and 1 deletions

View File

@@ -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 {