Commit Graph

16 Commits

Author SHA1 Message Date
ChenJianxing
04203355fe update esp32 phy v4500 (e5baf5dc)
improve frequency offset features.
2020-09-28 11:40:41 +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