From e7c2b9a8f8610266aa66c5cfec832a0358e78ac5 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 206fe3e13e..2b5492b9f1 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 206fe3e13e788b5fad8be6d39b5d9742e4bd9985 +Subproject commit 2b5492b9f1b940d06f9d2636fa29279a9db4702d