269 Commits

Author SHA1 Message Date
9d353460e8 esp_wifi: sync peripheral device reg base(156a251a) 2022-07-21 22:17:17 +08:00
93f419b354 bugfix optimize beacon timeout issue(2d6c4ada) 2022-07-21 10:04:18 +08:00
b0060ffbf8 esp_wifi: Fix missing LoRa IE length in SoftAP Beacon (abbd1da3) 2022-07-18 14:40:24 +05:30
1777992bb1 esp_wifi:bugfix for wifi owe memory leak(98ffa91b) 2022-07-14 20:32:21 +08:00
aa59bd6754 esp_wifi: fix sta reset beacon timeout timer issue(7abdc818) 2022-07-13 16:32:59 +08:00
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