241 Commits

Author SHA1 Message Date
f3e2f7fac3 fix espnow crash when modify the interface of the peer (aa124440) 2022-12-01 11:11:47 +08:00
298095149d Fix unprotected SA Query issue and scan regression (dc3db5f4) 2022-11-30 13:39:25 +05:30
2bf3370730 esp_wifi:Mandate stations to have minimum security wpa3(d8d9e784)
set sta threshold wpa3 for ssid after receiving transition disable bit from AP
2022-11-28 11:49:56 +05:30
ccb8fbbeb4 esp_wifi: Avoid security params overwrite (267a51c0) 2022-11-24 10:42:01 +05:30
f6339efe87 Update wifi lib (28976933):
1. Modify wifi max connection num
2. Fix espnow send fail after changing opmode
2022-11-18 17:55:17 +08:00
b10fa11471 esp_mesh: fix the memory leak when call esp_mesh_start/stop (b52fcbc1) 2022-11-16 14:12:21 +08:00
8f668503bc esp_wifi_mesh: update wifi mesh libs(92f02abb)
1. fix WIFI_EVENT_AP_STADISCONNECTED event error
2. fix root routing table is not refreshed when child node restarted
2022-11-14 17:46:31 +08:00
f1c5a06856 esp_wifi: fix some issue and add annotation (4fb5a9b1)
1. coex: fix request meaningless schm at Wi-Fi start
    2. pm: fix connectionless status issue if coexistence starts later
    3. pm: set default espnow window to max
    4. pm: fix phy ref cnt value in connection failure
    5. coex schm: set default schm
    6. cnx: fix phy ref if probe failed
    7. cnx: protect rf time for probe resp
2022-11-10 15:19:13 +08:00
69e8def447 esp_wifi: fix some softap issue(d56c3e69)
1. add lldesc_config and clr PWR MGT flag
2. send null data instead of qos null data when receive ps-poll while power save queue is empty
3. update power save queue hw len
4. set more data bit
5. only send null data when psq hw len is 0 after recv ps-poll
2022-11-09 20:45:31 +08:00
e6aefa10e8 esp_wifi: Modify wifi scan return value(47a356a4)
1. Modify wifi scan return value same to docs
2. Change some logs' log level wo avoid misunderstanding
3. update doc for set channel
4. update wifi reason code
5. fix connect fail return wrong error code issue
2022-11-09 11:38:53 +08:00
2dd5518035 esp_wifi: fix wapi gtk id compability issue and adapt tx frag pn sequently. (f1110348) 2022-11-08 17:23:31 +08:00
a0aaa5ae6b esp_wifi: Support external coex for C2 & H2.(59313b6c) 2022-11-08 11:28:20 +08:00
8132b55aa5 esp_wifi: replace deprecated CONFIGS with their new versions. Also fixes WiFi when SPIRAM is enabled in certain non esp-idf projects(3a6d337c) 2022-11-07 17:05:29 +08:00
774353036b esp_wifi: report rssi in disconnected event (baea460a) 2022-11-07 13:10:29 +08:00
84272dd407 esp_wifi:Adding check for ies in match security(d3948205) 2022-11-04 16:48:51 +05:30
3e3f0fa900 esp_wifi: Add config option for AP retry count (5101a0a2) 2022-10-31 21:19:17 +05:30
51e2668fd4 esp_wifi: Fix some SoftAP PMF and espnow issues (0d470efa) 2022-10-21 14:10:06 +05:30
6842e78865 bugfix sniffer mode can not capture control packets(7011e220) 2022-10-20 18:10:03 +08:00
d5c07b38d0 esp_wifi: Fix deauth and disassoc for softap pmf connections (ef0cc3f4) 2022-10-17 18:19:17 +05:30
63a6c4dd39 esp_wifi: fix ignore rx sub ampdu interrupt issue(d9947ebf) 2022-10-13 11:38:44 +08:00
7bd8d12bd5 fix connect fail when enable SPIRAM (03528e02) 2022-10-08 15:47:31 +08:00
c5f9eb52e0 esp_wifi: Set AP rsnxe while connecting to a AP(4d93d421) 2022-09-22 12:32:43 +05:30
c327dc40f2 esp-wifi : Adds the status connected for station, when the station is already connected to the ap of the same bss- wifi-4785(6ce7887d) 2022-09-13 16:51:41 +05:30
4a6d15c134 esp_wifi: fix set country code before wifi start issue(9105b9c1)
1. fix set country coude before wifi start issue.
2. check the third octect of country code string.
3. can active scan channel 12 13 14 when country policy is manual.
2022-09-03 20:29:10 +08:00
d72c8525a7 esp_wifi: Fix scan causing bss overwrite in connect process (fc568280) 2022-08-25 11:51:35 +05:30
6627b6c640 esp_wifi: fix pairwise cipher tkip pmf compability issue(a3387273) 2022-08-24 18:06:40 +08:00
cf684f8a90 Add phy common clock for espnow (301916ee) 2022-08-23 14:46:31 +08:00
845af059ec esp_wifi:fix some wifi bugs(6eba5b5d)
1 esp32c2: mv multiphy api out of ESP_MESH_SUPPORT macro

   2 clear bss info when wifi stop

   3 add clear ap list interface
2022-08-17 15:38:13 +08:00
cf381efc7e esp_wifi: done beacon monitor timer when call pm deattach(283e61b5) 2022-08-09 17:22:16 +08:00
fd23b3bc66 esp_wifi: fix fail to scan after recv disassoc/deauth for esp32s2 (892110d6) 2022-08-05 14:04:24 +08:00
767ec0f081 Update lpclk(628bd53)
Power Management: add interface for update tsf tick interval
2022-08-04 14:10:52 +08:00
3a69afcd41 esp_wifi: fix disconnect after set country code issue(aa364e6e) 2022-08-03 11:51:20 +08:00
304228b9c9 esp_wifi: fix deinit return wrong value(d2cbf749)
1. Deinit does not return ESP_ERR_WIFI_NOT_INIT if the wifi driver is no longer initialized.
2. Fix get wrong channel value use esp_wifi_get_config.
3. Fix bug of missing unlock when wifi stop.
4. Fix annotation error of api esp_wifi_connect.
2022-08-02 11:40:27 +08:00
5c8283f629 Set default authmode as WPA2 (977fe3b2) 2022-07-26 15:25:40 +05:30
1cf0524060 coex: select slowclock as source of coexist timer (3f5e470f) 2022-07-22 21:18:17 +08:00
4b1daf3775 esp_wifi: WPA3 SAE keep default value as h2e and hunting and pecking for sae pwe (e36f22cc) 2022-07-22 12:21:53 +05:30
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