OVMS3-idf/components/esp_wifi
liu zhifu 0b4e1ecdec 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
2020-04-10 11:18:44 +08:00
..
esp32/include esp_wifi: add limitation for setting maximum WiFi TX power 2019-06-27 17:28:59 +08:00
include esp_wifi: backport some wifi bugs 0323 2020-03-24 15:10:31 +08:00
lib_esp32@10e72398a2 esp_wifi: backport some WiFi bugs 2020-04-10 11:18:44 +08:00
src esp_wifi: backport some wifi bugs 0323 2020-03-24 15:10:31 +08:00
test WIFI: added log for wifi test, increased timeout 2019-12-31 08:33:11 +08:00
CMakeLists.txt Merge branch 'cleanup/make_supp_headers_private_v4.0' into 'release/v4.0' 2019-09-23 18:00:43 +08:00
component.mk supplicant/esp_wifi: move supplicant to idf 2019-06-29 22:46:52 +08:00
Kconfig Improve coexistence performance according to specific WiFi/BT/BLE scienario 2020-02-18 12:40:48 +08:00
linker.lf esp_wifi: Put some rx code to iram and update phy4180 2019-11-18 02:54:46 +00:00
Makefile.projbuild esp_wifi: fix wrong path of phy_init_data 2019-06-18 11:29:09 +08:00
sdkconfig.rename Improve coexistence performance according to specific WiFi/BT/BLE scienario 2020-02-18 12:40:48 +08:00