From 53c186af263ac76fb0a45e6f63037c43a86c3736 Mon Sep 17 00:00:00 2001 From: zhangyanjiao Date: Mon, 27 Jun 2022 15:15:06 +0800 Subject: [PATCH] esp_wifi: backport some wifi fix 1.Update wifi doc for espnow/LR/fix rate/disable 11b/multiple antennas 2.Optimization example of wifi station 3.Optimize the null pointer judgment of eb 4.Bugfix for close sniffer mode when wifi stop 5.Fix deep sleep can't reconnect to ap when pmf enable. 6.Fix some ap will ignore auth when rx deauth for a while. 7.Fixed espnow recv unencrypted packets issue 8.Fix not update phy according to country code. 9.Update regdomain max channel according to country info from nvs and or AP. 10.Channel 14 is allowed only 11b mode. 11.Remove csa when switch channel from/to 14 channel. 12.Update phy mode nvs when softap channel from 14 to other. 13.Fix the bug that check whether channel parameter is valid. --- 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 ce03645819..b28a4656cf 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit ce03645819a4c6233270a45e53484703fabc320f +Subproject commit b28a4656cfeee7d444d06c0c459d1de59562706d