Commit Graph

10 Commits

Author SHA1 Message Date
zhangyanjiao
2d8942782c update wifi lib (fe483e0):
1. fix the issue that no tbtt is generated in station+softap mode when maximum modem sleep is enabled
2. do not need to update multi-antenna configure when waking up
3. update libphy.a to V4670 719f9f6_20210218 for esp32(234056fe)
2022-01-18 16:06:01 +08:00
xiehang
db2262e3bc esp_wifi: Update WiFi lib (ce1f327e)
1. Change wifi scan duration from 120ms to 100ms
2. Using deport reg instead of ahb
3. Revert to report specific reason code when receiving deauth during 4-way-handshark
4. Fix the bug that tx ampdu parameter is not from peer device
5. Faster WiFi station connect improvement, avoid 100ms passive scan
6. Add FCS failed packets filter
7. Update esp32 phy lib to v4660
8. Fix country code last byte to space instead of NULL
9. Fix softap cannot forward A-MSDU
10. Fix some typos in esp_wifi.h
11. Fix max tx power to 20dBm
12. Fix the issue that the esp_wifi_sta_get_ap_info can't get country
13. Add support for 802.1x sha256 auth key mode
2021-03-17 15:24:49 +08:00
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