Commit Graph

8 Commits

Author SHA1 Message Date
zhangyanjiao
0d17296d87 update wifi lib (aea4503c):
1. ESPNOW + PMF Co-existence
2. Drop retransmitted duplicate SAE frames
3. Fix the bug that ESPNOW can't send data
4. Fix memleak and crypto setting issue after AP switch
5. Add support for enqueuing deauth msg
6. Fix null pointer dereferences in mgmt rx
7. Fix esp_wifi log levels
8. Set softap dtim count according to tsf timer
9. Remove tx buffer limits
10. Add STA checks during STA PMF operations
11. Fix WPA2-Ent issue with Open AP
12. Skip WPA-TKIP profile if PMF is required
13. Skip & clear Supplicant PMK Cache with mismatching AP config
14. Fix Scan issue with WPA2-PSK-SHA256 AP's
15. Update headers for WPS and WPA3 related improvements
16. Fix WiFi TX
17. Update esp32 phy v4500, improve frequence offset feature
2020-11-20 20:10:28 +08:00
ChenJianxing
2f38d9da58 esp_wifi: update esp32 phy v4390 backport v4.1(04f00f36) 2020-09-17 15:47:34 +08:00
Nachiket Kukade
057749197b Fix md5sum mismatch by modifying esp_wifi_driver.h (f308bdee) 2019-11-27 12:04:24 +05:30
Nachiket Kukade
6513ff9a71 Add support for WPA3 SAE (c50de706)
1. Add support for SAE Auth exchange.
2. Set WPA3 Authmode & Ciphers for association.
2019-11-26 10:50:37 +05:30
Nachiket Kukade
d88a262fbd Add PMF support (5cfe5048)
1. Implement PMF support for unicast Mgmt frames
2. Add support for SA Query frame exchanges.
3. Utilize SW encryption API's for Mgmt frames.
4. Add BIP support on Rx of Bcast Mgmt frames.
2019-11-21 11:14:19 +05:30
xiehang
f3c39df1c4 Put some rx code to iram and update phy4180 (a44d1c63) 2019-11-06 19:59:59 +08:00
liu zhifu
d38f75b160 Fix the but that WiFi deinit leads to memory leaks (514b3308) 2019-10-30 10:07:47 +08:00
Xia Xiaotian
4a7e5493e7 merge ESP32S2BETA WiFi libraries to master branch(af6bf136) 2019-10-29 16:34:05 +08:00