From 5e3ade893aa5ce3631219b4fa737c49bccddb32a Mon Sep 17 00:00:00 2001 From: Nachiket Kukade Date: Tue, 19 Jul 2022 14:37:13 +0530 Subject: [PATCH] esp_wifi: Update wifi libs Update wifi libs with below fixes - 1. Improved error handling in SoftAP Rx path, fixed LoRa IE length 2. Handle low memory scenario, re-enabling PMF Capable flag in STA PMF 3. Release wifi lock in offchannel operation --- 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 b4e5f2542a..3bf3a0974d 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit b4e5f2542a574ac624fab18256a0bfe26d2d71cc +Subproject commit 3bf3a0974dc628c36149098f869029b1b4bdf170