From ab10ce03cdec9a220f72f8ca77cf40c612d6188b Mon Sep 17 00:00:00 2001 From: muhaidong Date: Mon, 15 Jul 2024 18:59:14 +0800 Subject: [PATCH] fix(wifi): fix some wifi bugs 240715 1. fixed association refused temporarily too many times issue 2. send auth after sae association refused temporarily 3. give some information when password length mismatch authmode threshold 4. send deauth when first connect and pmf disabled 5. fix sta may join bad signal ap when set by signal --- 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 72dc39569c..8210349d41 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 72dc39569c1bca16e528af0570b9e24ca2734546 +Subproject commit 8210349d418d982170823901b80a55a36b2c2362