From 83d9e81789c1532ed17cd23b768d68e2bb2cd6d1 Mon Sep 17 00:00:00 2001 From: jgujarathi Date: Wed, 22 Nov 2023 19:10:29 +0530 Subject: [PATCH] fix(esp_wifi): Expand situations for REASON_NO_AP_FOUND_WITH_COMPATIBLE_SECURITY - Fixes issue with connecting and discovering WEP APs - Expands 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 HnP set in config and AP supports H2E only -- WPA3-EXT-PSK AP but 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 6d324abd92..9b1a2b1ef4 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 6d324abd923bf4895099680956c817e63005ce4f +Subproject commit 9b1a2b1ef4dea05dd164a14fd6891d2520002bf9