From 81f39c8d091c7db190d8045bbfa31babb2b4a5f1 Mon Sep 17 00:00:00 2001 From: muhaidong Date: Thu, 1 Dec 2022 16:15:35 +0800 Subject: [PATCH] esp_wifi: fix softap beacon memory leak issue 1. fix softap beacon memory leak issue. 2. fix esp wifi sta get ap info does not return connected ssid issue. 3. update inactive timer when recv ps-poll or success send data. 4. decrease test memory leak threshold. --- 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 f3e2f7fac3..9e81af1747 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit f3e2f7fac3b27671f45ef368b49264d1477efbd9 +Subproject commit 9e81af17476302dbf053242a9a0a9b81a3cd2949