mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 03:34:32 +02:00
Merge branch 'fix/long_assoc_comeback_time_v4.3' into 'release/v4.3'
esp_wifi: reject AP when assoc comeback time given is greater than 5 seconds (Backport v4.3) See merge request espressif/esp-idf!21837
This commit is contained in:
@@ -125,6 +125,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 {
|
||||
|
Submodule components/esp_wifi/lib updated: 873dede766...4357a7bf06
Reference in New Issue
Block a user