Skip to content

Commit 52b940b

Browse files
committed
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
1 parent 60c57ad commit 52b940b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

components/esp_wifi/include/esp_wifi_types.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ typedef enum {
118118
WIFI_REASON_AP_TSF_RESET = 206,
119119
WIFI_REASON_ROAMING = 207,
120120
WIFI_REASON_ASSOC_COMEBACK_TIME_TOO_LONG = 208,
121+
WIFI_REASON_SA_QUERY_TIMEOUT = 209,
121122
} wifi_err_reason_t;
122123

123124
typedef enum {

0 commit comments

Comments
 (0)