From 9acf90f5e42039535d86189d70d15ea7a9753909 Mon Sep 17 00:00:00 2001 From: jack Date: Mon, 5 Dec 2022 22:38:33 +0800 Subject: [PATCH] esp_wifi: backport some bugfixes to v4.4 1.Bugfix for clear bss info when wifi stop 2.Bugfix for add clear ap list interface 3.Modify wifi scan return value. 4.Change the log level of some logs to avoid misunderstanding. 5.Fix connect fail return wrong error code issue. 6.Fix WAPI issue on gtk compability and referrence to broadcast arp pkts. 7.Support WiFi tx fragment in the crypto mode of gcmp. 8.Fix tx fragment issue that pn code is less than msdu after pn code add two for tx fragment. 9.Fixed some issues on Soft-AP power save. 10.fix invalid child issue 11.fix WIFI_EVENT_AP_STADISCONNECTED event error 12.Fix SoftAP memory leak issue. 13.Fixed sta get ap info does not return connected ssid issue. 14.Fix SoftAP recv ps-poll not update inactive timer issue. --- 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 fd709e9206..5ca3788624 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit fd709e9206fe0102d904db396e3127a54dfbaaf4 +Subproject commit 5ca3788624cd81ba5d8f8d9f62934050318ac13d