Files
esp-idf/components/esp32
liu zhifu 396f477972 esp32: fix some WiFi bugs
Fix following WiFi bugs:
1. Fix the bug that wpa2 enterprise sta can connect open AP
2. Fix TKIP/CCMP PN replay attack detection bug
3. Increase buffer number type from uint8_t to uint16_t to support more than 255 buffers
4. Avoid recalculating PMK if esp_wifi_set_config() is not called
5. Fix the bug that scan done leads to crash because of uint8 overflow
6. Fix 5.5M signal test bug
2019-10-12 10:38:44 +08:00
..
2019-10-12 10:38:44 +08:00
2019-10-12 10:38:44 +08:00
2018-08-20 16:49:20 +08:00
2019-05-22 22:22:21 +08:00
2019-03-05 12:11:45 +08:00
2019-04-02 12:54:08 +11:00