From fc1e91f53cfd69478bf95939915552311f1f29cc Mon Sep 17 00:00:00 2001 From: jack Date: Tue, 6 Dec 2022 17:31:15 +0800 Subject: [PATCH] esp_wifi: update wifi lib 1.wifi: fixed sniffer mode can not capture control packet when station is enabled 2.Fixed WAPI issue on GTK compability and reference to broadcast arp pkts. 3.Fixed TX fragment issue that PN code is less than MSDU after PN code add two for TX fragment. 4.Added station connect retry count to make it easier to connect to the except AP 5.Fixed some issues on Soft-AP power save. 6.Fixed SoftAP memory leak after wifi init and deinit 7.Fixed sta get ap info does not return connected ssid issue. 8.Fixed SoftAP disconnection happened even when receive PS-Poll. --- 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 5596acc7bc..f949345782 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 5596acc7bccdf890501d7d5d67a18526415f6c4b +Subproject commit f9493457825aabe75391eacc83c4792c26426800