From eeedc3e00eb633abe4e0104383b8e9ff689f0821 Mon Sep 17 00:00:00 2001 From: jgujarathi Date: Fri, 5 Apr 2024 10:41:44 +0530 Subject: [PATCH] fix(rsnxe): Expands maximum size of RSNXE IE to 255 - 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 faf5a16d72..6f067d3721 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit faf5a16d72f47618a414f0a0aefd2b26838c2534 +Subproject commit 6f067d3721c10fa008a5f2f273a6143c1d928393