mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00: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
This commit is contained in:
@@ -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
Submodule components/esp_wifi/lib updated: 7e0183b653...f4c1c87e69
Reference in New Issue
Block a user