From 7c05e2f29139d2aeaf7ec69d68428fa645dfc267 Mon Sep 17 00:00:00 2001 From: jgujarathi Date: Mon, 1 Jan 2024 07:42:03 +0530 Subject: [PATCH] fix(esp_wifi): Report authmode incompatible WPA AP scanned and we require PMF - Report the authmode incompatible if the scanned AP is in WPA mode and we require PMF according to sta 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 aa0de74487..f0f992e622 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit aa0de74487b6f753b433e1d6f107fc3b7e505f16 +Subproject commit f0f992e62223596f226d3e43d871821247d4df55