Commit Graph

301 Commits

Author SHA1 Message Date
sibeibei
f02e216eb8 fix(wifi): fix wifi bugs 240828 v5.1(8ffb70b4)
1.fix(pm): ssn update failed when dut wakeup from lightsleep
2.fix(wifi): add bar check for connection traffic and check ap_eb in txq
2024-08-29 14:42:50 +08:00
liuning
35989c3a71 fix(coex): fix esp32 crash due to late tbtt, fix esp32c6 rx issue due to rx buffer full (c7698e63) 2024-08-26 19:14:17 +08:00
muhaidong
7f314e30d8 fix(wifi): fix some wifi bugs 240821(d18f8b45)
1. fixed association refused temporarily issue.
2. give some information when password length mismatch authmode threshold.
3. fix reset connection fail issue.
2024-08-24 14:13:34 +08:00
zhangyanjiao
5f399b643a update the wifi lib (98ec6fd7):
1. fix(wifi/mesh): clear the rootless state in mesh ie when changing from leaf to root
2. fix(wifi/mesh): fixed the root conflict issue
2024-08-21 18:01:31 +08:00
Nachiket Kukade
6020d3b9b2 fix(wifi): Avoid internal retries for offchannel FTM Requests (7656a3f3) 2024-08-14 18:32:51 +05:30
zhangyanjiao
257589219c fix(wifi/mesh): fix the beacon timeout issue in mesh (a218fd5) 2024-07-30 11:35:23 +08:00
Shreyas Sheth
383b93bf94 fix(wifi): Ignore 11R, ENT AP when disabled in sdkconfig (70400aa) 2024-07-19 12:40:37 +05:30
zhangyanjiao
dffb3f9219 fix(wifi/mesh): fix the issue that xon request timeout constantly when root reboot (34922fa) 2024-07-18 11:44:53 +08:00
aditi
3b75912514 fix(wpa_supplicant):Fix for setting wps status fail when connection fails(eda4080) 2024-07-17 11:11:07 +05:30
muhaidong
01b13f0120 fix(wifi): fix some wifi bugs 240715(c29c869a)
1. update api esp_wifi_sta_get_rssi docs
2. fix disable gcmp choose pairwise cipher wrong issue
3. fix sta may join bad signal ap when set by signal
2024-07-15 20:25:10 +08:00
liuning
519d013f59 feat(wifi): support coex pwr, fix tbtt intr miss issue (c2e8f6e) 2024-07-11 11:23:07 +08:00
wangtao@espressif.com
891d3d26a0 change(wifi):add some wifi features and fix some bugs(60674c85) 2024-07-05 15:31:28 +08:00
yinqingzhao
53a5d9065b fix(wifi):fix some wifi bugs(93d4c637) 2024-07-04 17:55:35 +08:00
Sarvesh Bodakhe
bddbf09a6d feat(esp_wifi): Add support for WPA3 transition disable and more updates (ce17d675)
1. Add support for SAE-PK and WPA3-Enterprise transition disable
2. Add support to handle OWE transition disable indication from AP
3. refactor: Backport common changes in scan/connect path from 90cc6158
    - 90cc6158 adds support for Network Introduction Protocol in DPP
4. Fix issue of supplicant using wrong parameters to configure bss
    - Ensure that wpa_supplicant's state machine registers the requirement for rsnxe
      before deciding to add rsnxe to a assoc request.
2024-07-03 13:06:35 +05:30
aditi_lonkar
20d6700bee fix(esp_wifi): Fix for issue in changing opmode when wps is enabled(0d8e81d) 2024-07-02 11:59:24 +05:30
Sarvesh Bodakhe
46e6b0eedc fix(wifi): Fix encryption/decryption issue for mgmt packets (50b5d932)
* Fix issues related to mgmt packets encryption in GCMP
* Fix issue of wrong decryption of mgmt packets when PMF is enabled
* Fix softAP bug in handling of SAE Reauthentication
* Fix send mgmt err when eapol process
* Fix data len not correct in he actions
2024-06-28 16:21:23 +05:30
jgujarathi
ab60139bde fix(esp_wifi): Fix scanning and connecting to FT APs(ba4f56a0)
- Ensure that scanning and connecting to FT capable APs in FT mode works
  as expected.
- Send unicast probe requests if bssid is known during scan
- Allows for RSNXE IE to be processed as a variable length upto
  255 bytes, changing the earlier max of 20.
2024-06-27 15:37:50 +05:30
Sarvesh Bodakhe
4a23c678f5 station: fix issue of PMF not getting reset when disconnecting from PMF connection (76d59ca3) 2024-06-25 14:12:24 +05:30
Shyamal Khachane
90c16e0122 fix(esp_wifi): Drop any received auth responses that use a different algorithm than the one currently in process(b56dcd62) 2024-06-21 14:41:34 +05:30
zhangyanjiao
1b4c86a66f fix(wifi/mesh): do not send NULL data when scan start/done for mesh (b2e5ef9) 2024-06-06 19:09:01 +08:00
Shyamal Khachane
a58d160db9 fix(esp_wifi): Fix issues in NAN datapath establishment(be21e352) 2024-06-03 18:22:20 +05:30
zhangyanjiao
67df786690 update wifi lib (c1d4099):
1. Fixed sniffer dump fcs error fail
2. Fixed the ESP-NOW priv parameter get error
2024-05-31 11:40:25 +08:00
Nachiket Kukade
e086e00cb8 fix(wifi): Fix selecting FTM compensation with external AP (55f8b1ba) 2024-05-28 15:22:23 +05:30
liuning
046aef6797 fix(wifi): fix esp32 unrecoverable m f issue (5939355) 2024-05-21 10:26:56 +08:00
Li Shuai
e0890fd500 change(pm): use new sleep retention api to implement wifi mac retention (c734645c) 2024-05-14 19:33:01 +08:00
xuxiao
0ebc69312a fix(wifi): fix some esp32c6 wifi bugs (acd6d5d0) 2024-05-14 11:30:49 +08:00
zhangyanjiao
8a75ea5ce5 fix the tx issue when mesh lifetime equal zero (2cfd70d) 2024-05-13 11:29:49 +08:00
Nachiket Kukade
13050c3156 fix(wifi): Update FTM PHY compensation (3ce09e59) 2024-04-29 16:27:14 +05:30
xuxiao
2541101ad5 fix(wifi): fix some esp32c6 wifi bugs (65149d2e) 2024-04-28 16:24:04 +08:00
muhaidong
fef75ab817 fix(wifi): fixed some wifi bugs(8bc8e038)
1. sync multi antenna gpio register from IDF
2. fix multicast address qos frame by reset rx ba
3. fix lmacStopTransmit issue
2024-04-11 15:30:57 +08:00
Shreyas Sheth
ea499d5ebb fix(wifi): Fix crash for wpa3 softap when WPA3 config disabled (8f732b5) 2024-04-03 00:03:28 +05:30
liuning
1cc8f30b8f fix(wifi): fix softap coex start issue (92daf434) 2024-03-21 19:15:51 +08:00
Nachiket Kukade
c50813bc75 feat(esp_wifi): Refactor and improve FTM code (c5dfcde7)
1. Break FTM State Machine code into separate functions
2. Use dynamic allocation for FTM session to save memory
3. Add API to get FTM report instead of event based mechanism
4. Add FTM Request re-try and comeback support
5. Fix issues with duplicate FTM response, stale sessions and
   frequent failures to respond from SoftAP side
6. Update PHY FTM Compensation for all 40MHz cases
2024-03-18 21:31:17 +05:30
Sarvesh Bodakhe
775025e7d3 fix(esp_wifi): Update Wi-Fi libraries (b7dd592b)
* Improvements in scan and connect path as per specifications along with
  minor bugfixes
* When AP advertises all PSK modes (WPA, WPA2 and WPA3), make sure that
  station treats it as WPA2_WPA3_PSK mixed mode.
2024-03-16 13:19:54 +05:30
liuning
ac36b61c8b fix(coex): fix some wifi coexist issue v5.1 (c9c7208e) 2024-03-14 21:40:15 +08:00
Sarvesh Bodakhe
1d8de29af0 fix(wifi): Add bugfix in 'esp_wifi_deauthenticate_internal' and other improvements (0dcdfe19) 2024-03-14 11:23:59 +05:30
Sarvesh Bodakhe
36c438563e fix(wifi/scan): Reduce memory footprint for scan when SAE-PK is enabled (037c0397)
Use bss information cached in wifi library to get RSNXE capabilities
instead of storing bss information again in supplicant and accessing it.
2024-03-13 10:46:48 +05:30
muhaidong
2034132db8 fix(wifi): fix some wifi bugs 20240311(150b4aaf)
1. fix qos encapsulated eapol issue
2. fix qos eapol eb data length issue
3. eapol arp and dhcp add flag PP_F_PER_PKT_RATE
4. fix lmac_stop_hw_txq issue
5. limit the number of sub amsdu
6. fix recycle cache sub amsdu eb issue
2024-03-12 11:15:59 +08:00
yinqingzhao
cd8d74b378 fix(wifi):fix issues that in mplen clear and esp_wifi_set_mode(968b8f0c) 2024-03-11 12:02:19 +08:00
zhangyanjiao
46342b66b8 update wifi lib (f88ce1e6):
1. fix(wifi/mesh): wait for child disconnect event when mesh deinit
2. fix(wifi): update scan ap number when clear scan ap records
2024-02-22 17:20:01 +08:00
muhaidong
0a25c10a58 fix(wifi): fix pmk invalid lead same ssid wpa and wpa2 connect fail issue(0016c4d3)
1. fix(wifi): fix pmk invalid lead same ssid wpa and wpa2 connect fail issue
2. fix the issue of sending RTS for every package
2024-01-24 11:59:59 +08:00
zhangyanjiao
c4ac95d044 update wifi lib (5f6b5c7d):
1. fix(wifi/mesh): fix the crash issue when mesh deinit
2. fix(wifi):fix when ap recv auth in sa query porcess will memset psq issue
2024-01-17 17:37:38 +08:00
liuning
65edaf477c fix(pm): fix no sleep null after data sent (e7243f1f) 2024-01-05 10:38:01 +08:00
muhaidong
efd78a6ea0 feat(wifi): support dump 802.11 ACK frame for CSI(e309346c)
1. fix beacon was unexpectedly freed issue
2. support dump ACK frame for CSI
2024-01-04 15:55:07 +08:00
aditi_lonkar
e2e43adb60 fix(esp_wifi):Fix WDT when esp_supp_dpp_start_listen called multiple times(905463d) 2024-01-03 13:46:16 +05:30
Shyamal Khachane
673004a3c6 fix(esp_wifi): Fix crash while stopping NAN (da1669da) 2023-12-29 12:10:52 +05:30
zhangyanjiao
98ccbbf9d0 fix(wifi): fix the rate check error in fragment (97145b5c) 2023-12-28 19:11:30 +08:00
alanmaxwell
ab3ac826d0 feat(wifi): bringup esp32c3 v1.1 wifi(348689cc)
1.bringup c3 v1.1 and sync func to c3 eco7 rom
2.support to set null&probe lifetime
3.support to adjust listen interval to dtim period
4.support tx pkt w/o wake null
5.allow to tx null0 if requtest to rx data
2023-12-25 16:27:06 +08:00
muhaidong
9bb605e822 fix(wifi): fix some wifi bugs 20231214 (2a40abbd)
1. add support for espnow to seet dcm rate
2. bugfix: fix csi info is not correct
3. feature: add support for establishing over 4 rx ba sessions
4. sniffer: modified rx error dump in sniffer mode
5. fix(itwt): fix when receiving the twt setup response frame, twt tx cb has not yet been called
6. itwt: fix itwt information frame format is not correct when suspend time is 0
7. update esp_wifi_crypto_types.h
8. sta not pmf capable when ap requires should reject profile
9. fix softap set config issue
10. allow some special igtk keyindex to workaround faulty APs
11. fix psram enabled but initialized fail issue
12. add missing header files for wifi files
13. get wifi packet info in CSI rx callback
2023-12-15 15:36:42 +08:00
zhangyanjiao
b9944486f9 update wifi lib (e43cfad4)
1. feat(wifi): Add new API to get one scan ap record
2. fix(wifi): Fix the crash issue when clear scan ap list
3. fix(wifi/mesh): fix the bug that station can't found AP when the authmode is WPA
4. fix(wifi/mesh): fix wifi mode error when mesh start after station has connected to router
2023-12-13 17:00:39 +08:00