From 0b4e1ecdec963c70dd56c63b1552c8669a9854ea Mon Sep 17 00:00:00 2001 From: liu zhifu Date: Fri, 10 Apr 2020 11:18:44 +0800 Subject: [PATCH] esp_wifi: backport some WiFi bugs 1. Fix WiFi log print level 2. Optimize WiFi/BT coexist sleep - If any data tx/rx in WiFi slice, fore wakeup next TBTT - Increase active timeout time to coex TBTT interval to avoid sleep in WiFi slice 3. Fix esp_wifi_stop() crash esp_wifi_stop() crashes if it's called when WiFi is not initialized. 4. Fix esp_wifi_stop() leads to memory leak 5. esp_wifi_sta_get_ap_info() returns actual values of group ciphers --- components/esp_wifi/lib_esp32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp_wifi/lib_esp32 b/components/esp_wifi/lib_esp32 index 674f73c44..10e72398a 160000 --- a/components/esp_wifi/lib_esp32 +++ b/components/esp_wifi/lib_esp32 @@ -1 +1 @@ -Subproject commit 674f73c44a1c9f96292fa468b1c47a16d55a40a2 +Subproject commit 10e72398a2fa25d6c4637ef571d194523400bf27