119 Commits

Author SHA1 Message Date
a24708b2f4 Clear old keys before going for new connection(fc4ad76a) 2022-07-12 16:36:22 +05:30
14785adfe4 esp_wifi: reset beacon timeout timer when keep alive null works or hw drop beacon(5c4666cf) 2022-07-11 20:50:21 +08:00
899dcb520a bugfix fix qos null update ba ssn(c53696e7) 2022-07-07 15:22:24 +08:00
6ed5b959c9 bugfix for wrong configuration of static txbuf(1fddcf2c) 2022-07-04 18:25:26 +08:00
c1fd3ef9e7 remove deauth before first auth(0adf76c6)
1.fix deep sleep can't reconnect to ap when pmf enable
2.fix some ap will ignore auth when rx deauth for some time
2022-07-01 15:08:21 +08:00
aa95ba3c44 wifi:bugfix for close sniffer mode when wifi stop(2a8b9628) 2022-06-30 15:40:48 +08:00
5c33009e99 esp_wifi: Fix stale PMF config in NVS issue (84cf65c6) 2022-06-27 11:32:02 +05:30
1b6c3b8810 esp32c2: fix owe ie for c2 rom(a66f8f1c) 2022-06-21 20:57:43 +08:00
ec0327abd2 esp_wifi: WPA3 SAE support for station (c50c91b) 2022-06-20 16:10:06 +05:30
81ab3ab615 esp_wifi: fix ftm with ps and add multiphy support for c2(3aa41371)
1. sleep: fix potential issue when PSRAM enable.
2. esp32c2: add multiphy support.
3. ftm: workaround for ftm with ps.
4. add regdomain max channel of ap.
5. update total scan time.
6. update min chan when country policy is auto.
7. check whether country schan and nchan is valid.
2022-06-16 20:10:39 +08:00
bf6e8acaa3 esp_wifi : OWE support for station (bd445dd6) 2022-06-15 16:54:39 +05:30
dd7254fb02 esp_wifi: fix country policy issue(4dc524e5)
1. Fix not update phy according to country code.
2. Update regdomain max channel according to country info from nvs and or AP.
3. Change nvs default country from "CN" to "01".
4. Channel 14 is allowed only 11b mode.
5. Remove csa when switch channel from/to 14 channel.
6. Update phy mode nvs when softap channel from 14 to other.
7. Fix the bug that check whether channel parameter is valid.
2022-05-31 15:38:01 +08:00
0d5920de95 wifi lib: fix adapter argument types(0ca6d0bf) 2022-05-29 18:41:28 +08:00
05794b1c88 bringup esp32c2 wifi, fully support connectionless traffic with ps and coex (c6eaf9cc) 2022-05-26 17:47:08 +08:00
59e16e7cd3 esp_wifi: fix no null data after waking up. (93a1ecfa) 2022-05-17 21:38:24 +08:00
b2317d3eb6 esp_wifi: Fixes for SAP mode change and PMF issues (cad211ca)
1. Fix issues during SoftAP mode change with traffic scenario
2. Fix logic of SA Query trigger and cleanup in STA/SoftAP PMF
2022-05-09 16:11:38 +05:30
3298902a40 Add changes for ft akm and mgmt frame app IEs (2b61b748) 2022-05-01 16:14:06 +05:30
39fd190dfa esp_wifi: Fix for default ap ssid is not set(9c03ec3) 2022-04-26 17:54:29 +05:30
bc6a5f52ee update wifi header(bed8baf9) 2022-04-25 00:00:27 +08:00
01b1adc0f1 update wifi header files(e887b51b) 2022-04-24 23:20:03 +08:00
3701e26be8 fix espnow recv unencrypted packets issue(69dbe3f2) 2022-04-24 20:19:47 +08:00
6af8a88b60 esp_wifi: fix the bug that check whether bssid is zero mac(3c12500b) 2022-04-24 20:00:57 +08:00
5cac153758 esp_wifi: Add API to disable PMF configuration (ea337ca7) 2022-04-05 17:42:42 +05:30
100f0729f0 esp_wifi: Fixes related to scan and SoftAP PMF (0a411089)
1. In scan, correctly identify AP's with mixed key mgmt
2. Fix PMF Required setting not working in SoftAP config
2022-03-17 13:03:06 +05:30
970e7bcb3d support force ht40 for espnow & 80211_tx(05b90522) 2022-03-14 21:09:08 +08:00
c73ee337c3 Remove legacy system event framework(1948a1c7). 2022-03-08 12:19:08 +05:30
81768e6354 esp_wifi: Ignore pmf_capable flag in wifi config (0161db14) 2022-02-21 11:30:00 +05:30
d464572fa5 esp_wifi: Fix assoc comeback causing invalid state (c1cbbc65) 2022-02-14 19:41:47 +05:30
66cc3ae82a esp_wifi: Add pmf support for softAP(4ea405b) 2022-02-07 13:06:10 +05:30
cd7d14917f esp_wifi: Release wifi lock in DPP operation (7679c427) 2022-01-04 15:27:17 +05:30
5ae7e325b8 esp_wifi: Miscellaneous FTM bugfixes for corner cases (0d44bbe8) 2021-12-30 12:21:04 +05:30
428480bbb9 esp_wifi: refactor key install code (5c3d3bf9) 2021-12-23 17:55:09 +05:30
ae1371b9a4 esp_wifi: fix fragment plt loss and update header file(45c46a45)
1. fix(pp):fix fragment plt loss when 2td pn compare with 1th pn
2. pmf allow keyindex in big endian format to workaround faulty APs
3. docs: update miswritten and abbreviated words and syntax errors for initialize WiFi section in esp_wifi.h header file
4. allow for minimal scope of wifi_init_config_t
2021-12-08 19:21:15 +08:00
657dd399cf esp_wifi:compute packet length use lldesc length instead of rx_ctl sig_len in sniffer mode(7e67c79a) 2021-12-01 21:02:55 +08:00
735645d974 esp_wifi: Fix FTM failures after repeated operations (c2794586) 2021-11-25 15:46:47 +05:30
553481ca27 modify Mexico channel range refer to FCC(f276855b) 2021-11-23 11:50:15 +08:00
f16495ef00 mesh: fix the issue that layer2 node connect to lower-layer node when FIXED-ROOT root disappeared(7cb53e48) 2021-10-28 20:14:56 +08:00
1053c13fae add some new feature(cca42a5d)
1. support decouple softap
    2. 8684 rom freeze
2021-10-22 17:12:01 +08:00
681c8bfeb7 bugfix: update esp32c3/s3 multi phy api(f84e7093) 2021-10-13 13:08:00 +08:00
0c3f24cc83 Add GCMP, GCMP256 GMAC, GMAC256 support (2e4832e9) 2021-10-12 13:21:01 +05:30
049fbb7f22 esp_wifi: Support external coex only for esp32c3/esp32s2.(c1a3efe0) 2021-10-11 14:07:05 +08:00
6f9d2a1185 esp_wifi: Add mbo certification support. (6a1b003f) 2021-09-29 11:07:39 +05:30
4e1c7a8114 fix esp32s3 rom funcs ptr malloc in psram (678869c6) 2021-09-18 15:55:08 +08:00
045b526641 esp_wifi: fix airkiss and esptouch find channel crash issue(d683787c) 2021-08-25 15:29:16 +08:00
492bb8b01b esp_wifi: Stop dropping bcast PMF deauths with certain rc (70f0192f) 2021-08-09 19:01:48 +05:30
cdba5629f4 light sleep: wifi sleep parameter optimize for esp32s3 (d062fdb7) 2021-08-04 16:35:29 +08:00
0a82aeac1f fix amsdu & 80211 tx crash issue(e3816360) 2021-07-31 18:01:54 +08:00
484521faaa esp_wifi_mesh: add non mesh connections access(679f55b2) 2021-07-27 23:38:14 +08:00
efd23cbed5 fix nvs init status issue(818d66dc) 2021-07-13 14:34:05 +08:00
a037ea80b0 Fix connection failure caused by sleep (4c9ede1e) 2021-07-07 11:35:39 +08:00