From 3f23211fe43e9803c1a44df6f28d24faaf7ba016 Mon Sep 17 00:00:00 2001 From: Sarvesh Bodakhe Date: Fri, 20 Jun 2025 13:23:00 +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 e52e98e8fb..dcb4721549 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit e52e98e8fb8d7f28408778a0ebeb7c78765360b7 +Subproject commit dcb4721549cab93212522c7bca45ff8c388dc5f8