esp-idf/components/esp_event
ChenJianxing 4a24cb7d8f esp_wifi: fix some wifi bugs
1. Fix setting channel error after WiFi stop
2. Fixed issue of reason code change from 15 to 204 when provide wrong password
3. Fix set config return value error
4. Fix ampdu age timer memory leak
5. Add beacon timeout event
6. Ignore dirtyBuf check when buffer size is larger than 4092
7. Fix SoftAP not initiating 4-way handshake if max length passphrase is set
8. Fix esptouch find hidden AP fail
9. Clear AP Bss when auth timeout happens.
10.Fix not connect to open AP when WPA3 auth fail.
11.Fix esp_wifi_80211_tx when out of memory unlock mutex issue.
12.Fix esp_wifi_80211_tx can't be used in ap mode
13.Fix hidden AP scans after connecting AP
14.Fix watchdog happens when receiving action frame
2021-05-08 19:55:00 +08:00
..
include esp_wifi: fix some wifi bugs 2021-05-08 19:55:00 +08:00
private_include esp_event: fix issue with post data preparation 2019-05-22 11:28:39 +08:00
test esp_event: remove extra line from source file 2020-03-22 21:46:07 +08:00
CMakeLists.txt add esp_eth component 2019-06-26 10:19:23 +08:00
component.mk esp_event: fix placement issue when building with make 2019-06-10 19:38:55 +08:00
default_event_loop.c esp_event: add missing header include 2019-07-26 13:58:26 +05:30
esp_event_private.c esp_event: dispatch order follows registration order 2019-01-30 20:59:47 +08:00
esp_event.c esp_event: iterate loop nodes safely as well 2020-03-22 21:45:50 +08:00
event_loop_legacy.c fix bug for netif add crash 2019-12-06 10:54:12 +08:00
event_send_compat.inc esp_wifi: fix some wifi bugs 2021-05-08 19:55:00 +08:00
event_send.c mesh: use new event library 2019-07-05 21:14:30 +08:00
Kconfig Rename Kconfig options (components/esp_event) 2019-05-21 09:09:01 +02:00
linker.lf Rename Kconfig options (components/esp_event) 2019-05-21 09:09:01 +02:00
sdkconfig.rename Rename Kconfig options (components/esp_event) 2019-05-21 09:09:01 +02:00