From c38391560cc2a1331a030b46a32f613716221d6e Mon Sep 17 00:00:00 2001 From: Sarvesh Bodakhe Date: Fri, 11 Jul 2025 14:37:06 +0530 Subject: [PATCH] fix(wif): Prevent NON-PMF STA retries if esp_wifi_disconnect() before handshake Ensure that NON-PMF station does not attemp connection retries when 'esp_wifi_disconnect()' is called before the 4-way-handshake completes, even if 'failure_retry_cnt' allows retries. --- 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 c59c91abcd..8b68500820 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit c59c91abcd56d763cc97f9aa731a1a2febf282c0 +Subproject commit 8b685008204d6be945f33cd22cb727cd7d33645c