From 235b9a2b7fbaa3b5db79aa709608bc33ca5bd5b6 Mon Sep 17 00:00:00 2001 From: Sarvesh Bodakhe Date: Mon, 1 Sep 2025 13:52:00 +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 1437a919ad..515f9695fa 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 1437a919ad2e7aea799468eb3eab88c324c2bf46 +Subproject commit 515f9695fab047d6792d9b8470fba9bc0f5b6deb