From fd19fc934353e0e6cc950c50956d062f25bc57c1 Mon Sep 17 00:00:00 2001 From: Sarvesh Bodakhe Date: Fri, 24 Mar 2023 11:43:15 +0530 Subject: [PATCH] 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 --- components/esp_wifi/include/esp_wifi_types.h | 1 + components/esp_wifi/lib | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/components/esp_wifi/include/esp_wifi_types.h b/components/esp_wifi/include/esp_wifi_types.h index ac3e55715c..9d945aa34b 100644 --- a/components/esp_wifi/include/esp_wifi_types.h +++ b/components/esp_wifi/include/esp_wifi_types.h @@ -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 { diff --git a/components/esp_wifi/lib b/components/esp_wifi/lib index 7ee2060028..8f3aeb20d1 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 7ee2060028a5269a8903f80b6d2e1aa03fcedab5 +Subproject commit 8f3aeb20d137665f46e3727494f846ab50eb4807