Commit Graph

18 Commits

Author SHA1 Message Date
zhangyanjiao
a59d0ed9d8 update wifi and phy lib (48552c3)
1. fix the issue that no tbtt is generated in station+softap mode when maximum modem sleep is enabled
1. do not need to update multi-antenna configure when waking up
2. update libphy.a to V4670 719f9f6_20210218 for esp32(234056fe)
3. update libphy.a to V1500 20210225_0a54a2f for esp32s2(234056fe)
2022-01-17 17:49:39 +08:00
xiehang
dfe4c8ec6c esp_wifi: Update WiFi lib (3c8d1dd2)
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. Fix country code last byte to space instead of NULL
8. Fix softap cannot forward A-MSDU
9. Fix max tx power to 20dBm
10. Fix the issue that the esp_wifi_sta_get_ap_info can't get country
11. Update esp32 phy lib to v4660
12. Update esp32s2 phy lib to v1300
13. Fix the bug that esp32s2 can't get CSI info
2021-03-19 10:56:46 +08:00
ChenJianxing
76d68b2024 update esp32 phy v4500.(59b710e1)
improve frequence offset feature.
2020-09-28 14:26:10 +08:00
ChenJianxing
12e949d5ab phy: esp32 phy v4390.(d3be9090)
fix signal test RX -20~-40 dBm pkts loss rate 5% issue
2020-09-10 15:36:02 +08:00
ChenJianxing
c934be7c20 update esp32 phy v4370 (8ee1f07a)
fix sleep wakeup optimizaion do not cover 480M bbpll configuration,
which cause CPU working in 240M mode RX throughput is low.
2020-08-12 14:03:43 +08:00
ChenJianxing
1d27b85cba update esp32 phylib v4350 (9c894866) 2020-07-27 21:19:54 +08:00
ChenJianxing
5b4f85b992 update phy lib (9c894866)
esp32 phy v4330
esp32s2 phy v603
2020-07-23 16:32:29 +08:00
zhangyanjiao
d2c242d4a5 Update esp32 phy lib to 4182 (11ee8eef)
phy commit ID f1ba940
2020-06-05 17:05:45 +08:00
Xia Xiaotian
f16b635326 add coex API to enable BLE connection dynamic priority(0fcfa554)
update libphy.a to v4181 for ESP32(c4ea2b3c)

    1. add API void set_rx_sense(sint8 sense_thr)
    2. optimize RXIQ calibration
    3. add i2c master reset to avoid failing to restart when i2c exception happens
    4. add disable_wifi_agc before close rf
    5. if wifi switch channel at BT on mode, do not switch hardware channel, just configure register
    6. do not configure bb i2c every time to avoid disturb BT. Only configure bb i2c when switch between 20M and 40M
    7. optimize some txrf registers to make TX mask better
    8. do not switch channel in phy force wifi chan, let hardware to do it
2020-04-28 14:17:25 +08:00
ChenJianxing
59f2ff048a Update WiFi lib and phy lib from v102 to v202(44109a33)
1.add ant field for esp32s2.
2.update phy lib from v102 to v202.
2020-02-28 17:37:10 +08:00
Sagar Bijwe
6b5e54a1f7 wifi: Change esp32s2beta dir to esp32s2 (5813c5b6) 2020-02-18 17:31:14 +05:30
chenyudong
5feec6a032 wifi: update libs (1fd2049)
1) update WiFi libs for both chips.
2) update fix_printf script.
2020-02-13 16:44:14 +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