Merge branch 'fix/long_assoc_comeback_time_v4.2' into 'release/v4.2'

esp_wifi: reject AP when assoc comeback time given is greater than 5 seconds (Backport v4.2)

See merge request espressif/esp-idf!21814
This commit is contained in:
Jiang Jiang Jian
2023-01-12 13:56:57 +08:00
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 {