From bebfd14ae55105b2dd89a770c648079aa354ed0c Mon Sep 17 00:00:00 2001 From: Sarvesh Bodakhe Date: Thu, 29 May 2025 21:46:45 +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 c163646647..1b748a8bae 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit c1636466476b3ebbbbfbdb9122285008d5a7daf4 +Subproject commit 1b748a8baedbb72a61e116c963fdad83982f42a6