From b47b75f6c83afe810ee8d00d28d3cd600aa8ded9 Mon Sep 17 00:00:00 2001 From: jgujarathi Date: Wed, 22 Nov 2023 11:29:30 +0530 Subject: [PATCH] fix(esp_wifi): Expand situations for REASON_NO_AP_FOUND_WITH_COMPATIBLE_SECURITY - Fixes issue with connecting and discovering WEP APs - Expsnds the reasons for trigerring a disconnect using REASON_NO_AP_FOUND_WITH_COMPATIBLE_SECURITY -- SAE-PK configured as compulsory in sta config but disabled for the AP -- SAE-H2e configured as compulsory in sta config but disabled for an AP that has authmode as WPA3-PSK or WPA3-WPA2-PSK. -- Open AP found but we have set password or enabled enterprise mode. -- SAE H2E only ap but we have SAE HnP setup in config. -- WPA3-EXT_PSK AP but SAE-H2E disabled in config --- 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 9117caad66..9b1a2b1ef4 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 9117caad664422522e77a01d65df09ca5b3d24fa +Subproject commit 9b1a2b1ef4dea05dd164a14fd6891d2520002bf9