From 31b2cd7b8e7f141fdeb8465e2fd9530f53fbbbb6 Mon Sep 17 00:00:00 2001 From: jgujarathi Date: Thu, 27 Jun 2024 15:40:56 +0530 Subject: [PATCH] fix(esp_wifi): Fix scanning and connecting to FT APs - Ensure that scanning and connecting to FT capable APs in FT mode works as expected. - Send unicast probe requests if bssid is known during scan - Allows for RSNXE IE to be processed as a variable length upto 255 bytes, changing the earlier max of 20. --- 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 4a23c678f5..ab60139bde 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 4a23c678f59725cbfb6604282f3ed04126abe6db +Subproject commit ab60139bde6fdc0ec7c5c768ee96fa1b3add4adf