From f1a0931ff6ca82f7ce42696aa0cea5e41067a98b Mon Sep 17 00:00:00 2001 From: Sarvesh Bodakhe Date: Thu, 17 Sep 2026 09:10:17 +0530 Subject: [PATCH] fix(wifi): print readable cipher names in RSN/WPA scan/connect logs Replace raw IEEE80211_CIPHER_* integer values with string names in the rsn valid, rsn override valid, and wpa invalid log messages so users can understand the cipher types. Cipher names use the bare suite name without the redundant AES- prefix (CMAC128, GCM, GCM256, GMAC128, GMAC256), matching wpa_cipher_txt() in the supplicant. --- 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 c25d1404ad7..268e8a3f0c8 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit c25d1404ad7aa14f452816af7b4dc5a41e8a4dd4 +Subproject commit 268e8a3f0c8d5a3e37d5930ee72f6f569da46982