liu zhifu 09e657460f esp32: fix some WiFi bugs
Fix following WiFi bugs:
1. Fix the bug for API_CHECK_ENABLED
2. Fix the bug that wpa2 enterprise sta can connect open AP
3. Fix TKIP/CCMP PN replay attack detection bug
4. Increase buffer number type from uint8_t to uint16_t to support more than 255 buffers
5. Avoid recalculating PMK if esp_wifi_set_config() is not called
6. Fix the bug that WiFi stop leads to task watchdog
7. Fix smartconfig IPC crash
8. Fix the crash bug that sniffer may access flash when cached is disabled
9. Fix 5.5M signal test bug
2019-11-01 03:34:06 +00:00
..
2018-08-21 13:02:03 +08:00
2019-07-21 10:23:01 +08:00
2016-09-26 01:17:32 +08:00
2016-11-22 00:57:19 +08:00
2018-09-23 21:11:02 +08:00
2019-07-04 11:39:17 +08:00
2018-03-27 08:12:54 +02:00
2019-04-02 12:52:58 +11:00
2016-08-17 23:08:22 +08:00
2019-11-01 03:34:06 +00:00