From bc77fbd785ebb13efef18765a092c60fc3bd3a4e Mon Sep 17 00:00:00 2001 From: Sarvesh Bodakhe Date: Tue, 21 Apr 2026 17:47:35 +0530 Subject: [PATCH] fix(wifi): use reason 210 when AP found but security incompatible When an AP is found during a connecting scan but filtered out due to security mismatch (FT-PSK only with FT disabled, WPA3 without PMF-required, OWE without MFPR), set authmode_incompatible flag so the disconnect reason is WIFI_REASON_NO_AP_FOUND_W_COMPATIBLE_SECURITY (210) instead of WIFI_REASON_NO_AP_FOUND (201). --- 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 be8700b2cd..71994a8dff 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit be8700b2cdca6d72a94713f6cd3809243c9bd8dc +Subproject commit 71994a8dff969bb03598e4b71f66065877cc3488