mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-29 18:27:20 +02:00
Merge branch 'fix/long_assoc_comeback_time_v4.4' into 'release/v4.4'
esp_wifi: reject AP when assoc comeback time given is greater than 5 seconds (Backport v4.4) See merge request espressif/esp-idf!21842
This commit is contained in:
@ -117,6 +117,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: 723f180ee1...7cc9d15a2a
Reference in New Issue
Block a user