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
This commit is contained in:
Sarvesh Bodakhe
2023-03-24 11:43:15 +05:30
parent 2048d1e0c0
commit fd19fc9343
2 changed files with 2 additions and 1 deletions

View File

@@ -121,6 +121,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 {