225 Commits

Author SHA1 Message Date
755ef0f286 fix(wifi/mesh): fix the issue that xon request timeout constantly when root reboot (897e58f) 2024-07-17 19:05:18 +08:00
768a789155 fix(wifi): fix some wifi bugs 240715(ef7bb393)
1. fix disable gcmp choose pairwise cipher wrong issue
2. fix sta may join bad signal ap when set by signal
2024-07-15 21:19:29 +08:00
2ba34ebd54 fix(wifi): Fix issue of supplicant using wrong parameters to confiure bss while connecting (abee809f) 2024-07-12 08:06:32 +05:30
21b94ecb03 change(wifi):add some wifi features and fix some bugs(ac9b81de814) 2024-07-05 14:08:18 +08:00
b427dba32c fix(wifi):fix some wifi bugs(4a30efa7) 2024-07-04 15:28:28 +08:00
97850a8646 fix(esp_wifi): Fix for issue in changing opmode when wps is enabled(9641da4) 2024-07-02 11:25:29 +05:30
5cd9c695cc fix(esp_wifi): Fix issues in NAN datapath establishment(659ca75a) 2024-07-01 12:09:25 +05:30
73422634cd feat(wifi): fix esp32 cant tx issue, support coex pwr, fix tbtt intr miss issue (87a4f3ee) 2024-06-28 14:26:59 +08:00
512bf60b7b fix(esp_wifi): Fixes issues with connecting to FT APs(73edce8b)
- Fix issues with connecting to FT APs.
2024-06-26 12:03:26 +05:30
3f8f4aab76 station: fix issue of PMF not getting reset when disconnecting from PMF connection (6259a1e3) 2024-06-25 13:53:52 +05:30
1a39fdc745 fix(esp_wifi): Drop any received auth responses that use a different algorithm than the one currently in use(d0441f3f) 2024-06-21 11:27:19 +05:30
9ddbd6cb0a fix(wifi/mesh): do not send NULL data when scan start/done for mesh (803d274) 2024-06-06 17:51:09 +08:00
2ebef7a81b update wifi lib (5b91115):
1. Fixed sniffer dump fcs error fail
2. Fixed the ESP-NOW priv parameter get error
2024-06-03 11:26:55 +08:00
d9a4b032ef fix(wifi): Add back WIFI_AUTH_WPA3_EXT_PSK and WIFI_AUTH_WPA3_EXT_PSK_MIXED_MODE (3e0076f1)
Add back above authmodes instead of merging them with WIFI_AUTH_WPA3_PSK in minor releases
during v5.x.

These authmodes will be removed from v6.0
2024-05-30 18:08:26 +05:30
d5839dc6b7 fix(wifi): fix(wifi): fix send mgmt err when eapol process backport for v5.2 (42df1878) 2024-05-27 20:06:52 +08:00
8594ab916d fix(wifi): Fix selecting FTM compensation with external AP (afab2293) 2024-05-13 17:59:31 +05:30
bfb71b0513 fix the tx issue when mesh lifetime equal zero (7c4ce92) 2024-05-13 10:40:57 +08:00
e2744b5b59 Fix issue of wrong Rx control information of espnow packets for esp32 and esp32s2 (2dfe8ba5)
Fixes regression caused by 6a55cb409b50ee8c135b901cff9ba5323a03b6cc
2024-05-09 16:24:28 +05:30
3da9988627 fix(wifi): fix trc_ampdu_stop_rateidx value errors when DUT under softap + sta mode (144bf4dd) 2024-05-09 11:04:23 +08:00
da48b2df73 fix(wifi): Update FTM PHY compensation (21e875d9) 2024-05-08 18:03:39 +05:30
d6a145b6f1 Fix authmode scanning issue when AP advertises both WPA and WPA2 with SAE PK (1b06bd11) 2024-05-08 16:13:50 +05:30
4fba9c81ba fix(wifi): fix some esp32c6 wifi bugs (92471a3f) 2024-04-24 14:13:54 +08:00
6a55cb409b fix(wifi): Fix encryption/decryption issue for mgmt packets (89a49a4d)
* 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
2024-04-24 01:45:41 +05:30
a6c1a26f5a fix(esp_wifi): Send unicast probe requests if bssid is known during scan(fb857e9a) 2024-04-23 11:17:21 +05:30
ebfe9899fd change(pm): use new sleep retention api to implement wifi mac retention (fd16602b) 2024-04-22 12:48:45 +08:00
2c2bb53cc9 fix(wifi): fixed some wifi bugs(3872fa03)
1. sync multi antenna gpio register from IDF
2. fix multicast address qos frame by reset rx ba
3. fix lmacStopTransmit issue
2024-04-17 19:13:19 +08:00
39926ae1f5 fix(rsnxe): Expands maximum size of RSNXE IE to 255(dab16764)
- Allows for RSNXE IE to be processed as a variable length upto
255 bytes, changing the earlier max of 20.
2024-03-29 18:20:38 +05:30
00ffcf8882 feat(wifi): Update Wi-Fi libraries (869b456c)
1. Add support for SAE-PK, WPA3-Enterprise and OWE transition disable
   indication
2. Update Wi-Fi WPA3 authmodes as per WPA Specification v3.3
2024-03-28 11:37:36 +05:30
bb386048d3 feat(esp_wifi): Refactor and improve FTM code (e3fa8f6c)
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-26 17:32:52 +05:30
25e4696bc3 fix(wifi): fix some wifi bugs 230325(a0511a38)
1. limit the number of sub amsdu
2. fix recycle cache sub amsdu eb issue
3. update api esp_wifi_sta_get_rssi docs
2024-03-25 20:29:03 +08:00
0e0ccbb3ed feat(wifi): improve coex connect compatibility and fix coexist issue (f1dcfae4) 2024-03-25 11:52:04 +08:00
ca06494db9 fix(wifi): Fix crash for wpa3 softap when WPA3 config disabled (5352d4c) 2024-03-18 12:48:11 +05:30
1334b6d874 fix(wifi): fixed some wifi issues(a9f5b590)
1. fix(wifi/mesh): wait for child disconnect when mesh deinit
2. fix(wifi): fix wifi stop cost too much time
3. fix(wifi): fixed scan and home channel change issues
4. fix(wifi):fix issues that in mplen clear and esp_wifi_set_mode
5. fix(wifi): fix qos encapsulated eapol issue
6. fix(wifi): fixed dhcp offer and dhcp ack data rates
7. fix(wifi): fix lmac_stop_hw_txq issue
2024-02-22 15:33:04 +08:00
4457ec627e fix(wifi): fix pmk invalid lead same ssid wpa and wpa2 connect fail issue(3865d688)
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-19 11:53:03 +08:00
2dddee30b7 update wifi lib (cc1dd812):
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-16 20:39:27 +08:00
b4991a9d22 fix(esp_wifi): Add support for WPA3 + WPA3_EXT_PSK mixed mode and minor bugfixes (3e13c95f)
- Add support for WPA3 + WPA3_EXT_PSK mixed mode
- 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-01-10 15:19:06 +05:30
6f6e34ba09 fix(pm): fix no sleep null after data sent (33290e79) 2024-01-05 14:12:08 +08:00
f0f992e622 fix(esp_wifi): Report authmode incompatible WPA AP scanned and we require PMF(1200a48d)
- Report the authmode incompatible if the scanned AP is in WPA mode and we require PMF
  according to sta config
2024-01-01 07:35:29 +05:30
aa0de74487 fix(wifi): fix beacon was unexpectedly freed issue(3c9c99ce) 2023-12-28 22:50:57 +08:00
32221dab50 fix(esp_wifi): Cover additional situations for reporting new reason codes(2b2c983b)
- WIFI_REASON_NO_AP_FOUND_W_COMPATIBLE_SECURITY will be reported for the following
  reasons
  -- AP has PMF required but station is not configured for pmf capable/required.
  -- Station has PMF required but AP is not configured for pmf capable/required.
  -- The AP is using unsupported group management/pairwise ciphers
  -- OWE not enabled by station for found OWE AP
  -- AP RSNXE parsing failed in supplicant code
  -- AP is in Independent BSS mode
2023-12-28 15:22:57 +05:30
0547195b3c fix(esp_wifi): Fix crash while stopping NAN (6910f671) 2023-12-26 13:00:58 +05:30
0105d2a2df fix(docs): Correct docs for esp_wifi_crypto_types.h(1160f503)
- Correct the docs for some esp_wifi_crypto_types.h APIs.
2023-12-15 12:08:23 +05:30
eb14a403c8 update wifi lib (c8c09fe2):
1. add wifi channel change event
2. return channel error when espnow send in wrong channel
2023-12-11 19:04:47 +08:00
ac919987da support dump 802.11 ACK frame for CSI(8e5c2b16) 2023-12-07 11:47:38 +08:00
b8965b78b1 fix(pm): fix disconnected abnormal sleep (a75e5eae) 2023-12-06 11:31:15 +08:00
8b452411f4 fix(wifi): fix psram enabled but initialized fail issue(bb41ecda) 2023-12-04 16:08:07 +08:00
07bb480841 fix bugs in mesh (44c86e35):
1. fix the bug that station can't found AP when the authmode is WPA
2. fix wifi mode error when mesh start after station has connected to router
2023-12-01 12:01:36 +08:00
05058c38e7 fix(esp_wifi):Fix WDT when esp_supp_dpp_start_listen called multiple times(e7e5270) 2023-11-30 15:36:52 +05:30
67d28b38df update wifi lib (0ffb5e6e):
1. feat(wifi): Add new API to get one scan ap record
2. fix(wifi): Fix the crash issue when clear scan ap list
2023-11-29 19:21:24 +08:00
754fab0611 fix (esp_wifi): Fix issues with NAN datapath (b0f53625) 2023-11-26 20:44:46 +05:30