907 Commits

Author SHA1 Message Date
49790f2e93 fix(wifi): fix not update country in beacon(f4bd5bac) 2025-04-21 16:06:46 +08:00
2a6ce0cba5 fix(wifi): Avoid writing to NVS if station configuration is not changed (e23f9a27)
Fixes the regression introduced by a791625ccede2f1afe22dfa3e7a6ebf78e8be4ea
2025-04-18 10:16:24 +05:30
86c105cb0c fix(wifi): fix wifi connect mem leakage(f7fad7d9) 2025-04-17 10:42:44 +08:00
6e6a5ac8de refactor(wifi): Optimize wifi bin size for station mode (47ab7279) 2025-04-14 14:20:09 +05:30
3ef4b8daa7 fix(esp_wifi): Modifying os_time_t datatype for platform and compiler independence(71ebf00) 2025-04-10 13:04:08 +05:30
a791625cce fix(wifi): Fix wrong PMKSA cache entry being used when wifi password is changed (e5135ca) 2025-04-01 13:01:03 +05:30
0b073d77f0 feat(coex): support sco coexist (60ddc7b4) 2025-04-01 10:39:03 +08:00
be4d68a3a8 fix(wifi): fix association timeout timer issue for wep shared auth(ae526dd2) 2025-03-28 17:12:19 +08:00
731128ef73 fix(wifi): fix some wifi bugs(aab160ff)
1.fix channel in rx_ctrl sometimes is zero
    2.fixed the issue of repeatedly establishing rx addba
    3.fix compatibilty issues
    4.fix crash during sta scan
2025-03-27 17:28:27 +08:00
da070fc743 update wifi libs (94cd12d3):
1. Show mesh is deinited when calling mesh stop
2. Fixed the scan result error when AP is lr only mode
3. Add timer to send wake null after STA received assoc response
2025-03-27 10:46:45 +08:00
4b800a2382 fix(wifi): Fix occasional dropping of SA query responses by softAP (e37a2edc) 2025-03-25 12:57:58 +05:30
a3b5f68cf0 fix(wifi): Modify authmode to sta for sta connect event(e8046b9) 2025-03-10 22:40:48 +05:30
7aec38b5ee fix(wifi): fix some wifi bugs 250303(3e49d78f)
1. fix disable external coexist fail issue
2. fix the issue of failing to connect to a shared wep ap
2025-03-03 16:42:49 +08:00
e8f22d668f fix(esp_wifi): Check SSID in Assoc Req before starting SA Query (e991fcec) 2025-02-28 14:27:04 +05:30
a6b090f8e5 fix(esp_wifi): Fix disconnect reason code error(d0bb95f) 2025-02-26 18:14:34 +05:30
0c1da0c3ee feat(coex): add coexist scheme for bt inquiry/page coexist with wifi (e014614) 2025-02-17 14:22:40 +08:00
72a1f6f0df fix(wifi): Fix stack overflow when failure_retry_cnt is set (ee8741a)
Fix over-consumption of stack during internal driver connection retries when
failure_retry_cnt is set in station configuration.
2025-02-11 12:23:42 +05:30
2fe516f75c fix(wifi): Add some fixes in wifi (08d59c93)
Revert "fix(wifi): Add support for 'WIFI_AUTH_WPA3_ENTERPRISE' and 'WIFI_AUTH_WPA2_WPA3_ENTERPRISE' authmodes"
This reverts commit 33d959c2d7b44b887131210873048ffbb8feae63.
2025-02-04 10:22:11 +05:30
02b64090da fix(wifi): Fix bug in authmode detection for wpa2/wpa3 enterprise (8ab9b2d)
WPA3-Enterprise mandates the use of AKM suite selector
00:0F:AC:5 (IEEE80211 802.1X with SHA-256)
2025-01-08 21:09:02 +05:30
64333e0afd update wifi libs(0fff8a6b)
1. fix(wifi): fix sta tsf active failed
2. fix(wifi): fix double max active time
3. fix(wifi): fix coex pwr period cant been updated by ps type set
2025-01-03 15:48:09 +08:00
33d959c2d7 fix(wifi): Add support for 'WIFI_AUTH_WPA3_ENTERPRISE' and 'WIFI_AUTH_WPA2_WPA3_ENTERPRISE' authmodes (46f2b34f)
Add support  to recognize APs supporting WPA3-Enterprise-Only Mode and WPA3-Enterprise-Transition Mode
using authmodes WIFI_AUTH_WPA3_ENTERPRISE and WIFI_AUTH_WPA2_WPA3_ENTERPRISE, respectively.
2024-12-20 09:57:57 +05:30
ca50429fb2 fix(wifi): fix ap set_tx_desc for auth frame with err tid when wpa3 and tim_offset value not correct(250a9c70) 2024-12-19 20:22:56 +08:00
88f602c58d fix(wifi): fix rssi and snr issue(dd703529) 2024-12-18 20:18:18 +08:00
2be8efb857 fix(wifi): fix some wifi issues(955eca33)
1. fixed softap rx bar from null bss issue
2. fixed association refused temporarily lead auth timeout issue
2024-12-16 21:05:25 +08:00
4b806ac168 feat(wifi): add protect for softap send no bss deauth releated code(5fea73d5) 2024-12-16 14:20:03 +08:00
d3236562ec refactor(wifi): Some cleanup in softAP (0eafacb1)
1. cleanup in softAP for disconnecting connected station
2024-12-13 12:36:59 +05:30
8b765ecaf0 Update wifi libs (3cc56a9d)
1. Fix bug in wrong profile checking of AP's RSNXE IE
2. Fix wrong reason code used when softAP application issues a disconnect for station
2024-12-10 22:38:18 +05:30
34e4b12665 fix(wifi): fix wifi bugs 241206(d6745960) 2024-12-06 17:52:31 +08:00
55bacebc2a fix(wifi): Prevent overwriting of scan parameters in consecutive scans (751ff699) 2024-12-05 15:00:15 +05:30
eff4504156 fix(wifi): Do not attempt re-connection if sta issues disconnect with esp_wifi_disconnect (0d0d778c) 2024-12-05 10:10:35 +05:30
56ded4e55f feat(wifi): support esp32c2 eco4 wifi lib(42e21409) 2024-12-03 11:24:37 +08:00
e09a9a1e22 update wifi lib (ea3190f4):
1. Add check for espnow type and length on v1.0
2. Fixed delete group id error in wifi mesh
3. Fixed the tbtt interval update error when AP's beacon interval changed
4. Enlarge the mesh TX task stack
2024-11-13 20:05:49 +08:00
2dcf520466 fix(wifi): Support AES IV to random value for esptouch_v2 (33bf03f0) 2024-11-04 09:36:26 +08:00
258b079189 fix(wifi): Fix FTM bandwidth issues in AP-STA mode (48205d5a) 2024-10-29 10:48:00 +05:30
d152575aef fix(esp_wifi): Handle missing error propagation in esp_wifi_set_mode (6c0a56cb) 2024-09-27 11:17:15 +05:30
fe134d9cc2 fix(wifi): add bar check for connection traffic and check ap_eb in txq(eb392c87) 2024-08-30 17:25:22 +08:00
0ca27d447a fix(coex): fix esp32 crash due to late tbtt, fix rx issue due to rx buffer full (3a6451a3) 2024-08-27 15:28:22 +08:00
fabfc67cb2 update the wifi lib (137b81a1):
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 19:05:21 +08:00
b18a334d59 fix(wifi): Avoid internal retries for offchannel FTM Requests (23fdf80f) 2024-07-31 22:35:21 +05:30
146178b12b fix(wifi/mesh): fix the beacon timeout issue in mesh (2eda894) 2024-07-29 16:25:13 +08:00
e709a9ce68 fix(coex): fix coexist beacon monitor timer carsh issue (b7b73f1e) 2024-07-19 14:06:12 +08:00
998bb05a2d fix(wifi/mesh): fix the issue that xon request timeout constantly when root reboot (89583f4) 2024-07-17 11:16:49 +08:00
1cd42d0f9f fix(wifi): Ignore 11R, ENT AP when disabled in sdkconfig (7fe15aa) 2024-07-16 11:52:11 +05:30
8210349d41 fix(wifi): fix some wifi bugs(1d807338)
1. fixed association refused temporarily too many times issue
2. send auth after sae association refused temporarily
3. give some information when password length mismatch authmode threshold
4. send deauth when first connect and pmf disabled
5. fix sta may join bad signal ap when set by signal
2024-07-15 18:57:57 +08:00
72dc39569c fix(wpa_supplicant):Fix for setting wps status fail when connection fails(3508407) 2024-07-11 17:58:48 +05:30
8e77aab969 feat(wifi): fix esp32 cant tx issue, support coex pwr, fix tbtt intr miss issue (9fb46f24) 2024-07-10 11:35:07 +08:00
ef3ff9b9d4 fix(wifi): fix sta scan when connected cause bcn timeout loop issue(46233f7e) 2024-07-08 14:27:40 +08:00
659f4ac8fd fix(wifi): Add support for WPA3 Transition disable and more updates (7e441ceb)
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 12:45:44 +05:30
50f5dc6d1b fix(wifi): fix disable gcmp choose pairwise cipher wrong issue(b4cdf508) 2024-07-03 10:32:53 +08:00
30a9ad2f97 fix(esp_wifi): Fix for issue in changing opmode when wps is enabled(30c1bdb) 2024-07-02 12:29:23 +05:30