From 00571fe874ded936e06ee8ae2abda05a220fafb7 Mon Sep 17 00:00:00 2001 From: Sarvesh Bodakhe Date: Tue, 2 Sep 2025 12:28:55 +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 c1f74dcf91..dedfbcefb4 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit c1f74dcf9151ae21b7a3850b90952796a2806358 +Subproject commit dedfbcefb450c85b413e5b2a7ba507fb0e399678