From f5ff4530a2e41b77b5d31bbd566199cbfd40738b Mon Sep 17 00:00:00 2001 From: Sarvesh Bodakhe Date: Tue, 26 Aug 2025 08:35:27 +0530 Subject: [PATCH] fix(wifi): send correct wifi_auth_mode_t in event WIFI_EVENT_STA_CONNECTED and logs - Fixes the authmode sent in WIFI_EVENT_STA_CONNECTED for WPA3-Enterprise, which was previously taken directly from the AKM field. This caused incorrect values in some cases. - Updates the "security" log to show the correct wifi_auth_mode_t. - Fixes wrong authmode strength used in the connection path. --- components/esp_wifi/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp_wifi/lib b/components/esp_wifi/lib index 04c5b28645..dedfbcefb4 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 04c5b28645701c580e995ed0828150c53e507e90 +Subproject commit dedfbcefb450c85b413e5b2a7ba507fb0e399678