From 436ceb381b3de4654b9d559d77e96a5dbfe8ee7b Mon Sep 17 00:00:00 2001 From: Sarvesh Bodakhe Date: Wed, 1 Apr 2026 12:22:26 +0530 Subject: [PATCH] fix(wifi): improve WPA3-Enterprise and SAE authmode validation in scan MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Enforce TKIP cipher prohibition for WPA3-Enterprise per WFA spec - Validate PMF and TKIP cipher combinations (TKIP incompatible with MFPR) - Fix WPA+RSN IE handling for SAE authmode detection - Add FT-SAE to AKM selection in WPA2/WPA3 mixed mode (MFPC) - Improve enterprise authmode fallback validation with TKIP/MFPR checks - Classify TKIP-only RSN IE APs as WPA per WPA2 Test Plan v1.19 ยง3.2.8.1 Addresses WPA3-Enterprise certification compliance and improves scan result accuracy for enterprise and WPA3 networks. --- 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 f84f05505a..18b7aae0fe 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit f84f05505ad5109c4df9ebac0bd9c093d152de39 +Subproject commit 18b7aae0fe9df180e759c9e3ddec5a007b2fd6a2