esp-idf/components/esp_wifi
xiehang 8507f1f777 esp_wifi: Fix some WiFi bugs
1. Unlock mutex for esp_wifi_80211_tx when out of memory.
2. Fix issue that esp_wifi_80211_tx can't be used in ap mode.
3. Clear hotspot bss when auth timeout happens.
4. Fix PMK not saved in NVS for SoftAP for PSK mode.
5. Fix the bug for esptouch find hidden AP fail.
6. Fix not connect to open AP when WPA3 auth fail.
7. Fix issue with hidden AP scans after connecting AP.
8. Fix the watchdog issue when receiving action frame.
9. Fix the issue that the parameters obtained form RAM cannot be saved to NVS.
10.Modify not to store the default value in NVS.
11.Delete interface STATIONAP_IF.
12.Modify the _do_wifi_start and _do_wifi_stop parameters to mode.
13.Fixed issue of reason code change from 15 to 204 when provide wrong password.
14.Fix set config return value error.
15.Fix ampdu age timer memory leak.
2021-03-24 03:40:01 +00:00
..
esp32 bugfix: fix some wifi bugs 2021-03-19 03:02:26 +00:00
esp32s2 esp_wifi: decouple Wi-Fi and bluetooth with coexist to reduce binary file size 2020-12-09 20:42:35 +08:00
include Merge branch 'mesh/ps_duty_signaling_backport_v4.2' into 'release/v4.2' 2021-03-23 16:02:56 +00:00
lib@840c1db8d3 esp_wifi: Fix some WiFi bugs 2021-03-24 03:40:01 +00:00
src esp_wifi: optimize phy version log 2021-03-19 03:02:26 +00:00
test esp_wifi: Modify ESP_IF_WIFI_AP to WIFI_IF_AP 2021-03-22 09:09:58 +00:00
test_md5 global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs 2020-04-03 01:10:02 +02:00
CMakeLists.txt adc_i2s: solve the i2s_adc issue when using wifi 2020-12-14 19:33:35 +08:00
component.mk esp_wifi: Move wifi OS adapter structures into esp_wifi component 2020-01-08 18:13:12 +11:00
Kconfig esp_wifi: optimize WiFi TX performance 2020-09-02 14:44:45 +08:00
linker.lf esp_wifi: Put some rx code to iram 2019-11-13 11:44:23 +00:00
Makefile.projbuild bugfix: fix make compile phy multiple bin error 2020-04-15 10:19:54 +08:00
phy_multiple_init_data.bin feature: support multiple PHY init data 2020-03-05 16:14:00 +08:00
sdkconfig.rename components/esp_wifi: improve coexistence performance according to specific WiFi/BT/BLE scienario 2020-01-10 16:00:12 +08:00