10 Commits

Author SHA1 Message Date
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
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
6b5e54a1f7 wifi: Change esp32s2beta dir to esp32s2 (5813c5b6) 2020-02-18 17:31:14 +05:30
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
057749197b Fix md5sum mismatch by modifying esp_wifi_driver.h (f308bdee) 2019-11-27 12:04:24 +05:30
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
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
f3c39df1c4 Put some rx code to iram and update phy4180 (a44d1c63) 2019-11-06 19:59:59 +08:00
d38f75b160 Fix the but that WiFi deinit leads to memory leaks (514b3308) 2019-10-30 10:07:47 +08:00
4a7e5493e7 merge ESP32S2BETA WiFi libraries to master branch(af6bf136) 2019-10-29 16:34:05 +08:00