mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
esp_wifi: Improve station SA query procedure handling and other bugfixes
1. Disable SA query timers when station disconnect and other SA query related improvements 2. Send appropriate reason code in 4 way handshake failure 3. Send deauth while going from assoc state to init, if reason is assoc timeout
This commit is contained in:
parent
60c57ade1d
commit
52b940bed5
@ -118,6 +118,7 @@ typedef enum {
|
||||
WIFI_REASON_AP_TSF_RESET = 206,
|
||||
WIFI_REASON_ROAMING = 207,
|
||||
WIFI_REASON_ASSOC_COMEBACK_TIME_TOO_LONG = 208,
|
||||
WIFI_REASON_SA_QUERY_TIMEOUT = 209,
|
||||
} wifi_err_reason_t;
|
||||
|
||||
typedef enum {
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 077b34fefeb033eb5e87126d65e3400d6cf3d39f
|
||||
Subproject commit 5680c099eda60a8f05accbfd6f7e5fe582cfefb7
|
Loading…
x
Reference in New Issue
Block a user