c828ae6263
fix(wifi): fix wep shared auth connect fail issue(6f46de02)
2025-01-23 19:51:06 +08:00
709c1967cc
fix(wifi): fix max idle period 1 issue(789ceeed)
2025-01-23 11:20:00 +08:00
10b87164fa
fix(wifi/mesh): fixed the mesh connection failure in WPA3 mode on the first attempt after erasing the flash (5c6000d5)
2025-01-13 10:51:40 +08:00
e161a92662
fix(wifi): remove micro definition(60c24277)
2025-01-09 15:06:23 +08:00
5fcf11be68
fix(wifi): Fix bug in authmode detection for wpa2/wpa3 enterprise (2d82af3)
...
1. WPA3-Enterprise mandates the use of AKM suite selector
00:0F:AC:5 (IEEE80211 802.1X with SHA-256)
2. Add placeholder enums in 'wifi_auth_mode_t' for maintaining
forward compatibility with minor versions > v5.1
2025-01-08 21:22:27 +05:30
421b6d2245
fix(wifi): fix double max active time, fix coex pwr period cant been updated by ps type set (64365c5)
2025-01-08 15:53:39 +08:00
3986e134d2
feat(wifi): backport some wifi features and bugfixs(d1a39c4c)
2025-01-08 10:23:16 +08:00
b4bf075b15
fix(wifi): Add support for 'WIFI_AUTH_WPA3_ENTERPRISE' and 'WIFI_AUTH_WPA2_WPA3_ENTERPRISE' authmodes (cb9ef155)
...
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.
2025-01-06 10:59:42 +05:30
dc51a52686
fix(wifi): backport some wifi feature and bugfixs(83a43dfc)
2025-01-03 14:35:35 +08:00
8334dec274
fix(wifi): fix some wifi issues(d87c378d)
...
1. fixed softap rx bar from null bss issue
2. fixed association refused temporarily lead auth timeout issue
2024-12-13 15:55:06 +08:00
9b614c7ee9
feat(wifi): add protect for softap send no bss deauth releated code(ec43c992)
2024-12-12 11:47:52 +08:00
cc89db5fdf
fix(wifi): Add some bugfixes and cleanup in softAP (e5e9c95b)
...
1. Fix wrong reason code in 'WIFI_EVENT_AP_STADISCONNECTED' event
2. cleanup in softAP for disconnecting connected station
2024-12-11 15:35:57 +05:30
000bf9389e
fix(wifi): Prevent overwriting of scan parameters in consecutive scans (31be7040)
2024-12-05 11:20:34 +05:30
74d6a28a95
fix(wifi): Do not attempt re-connection if sta issues disconnect with esp_wifi_disconnect (afe6414c)
2024-12-04 14:09:49 +05:30
d985b57105
fix(wifi): fix some wifi bugs(f5f7fb7b)
2024-11-27 17:58:17 +08:00
7443c5639e
Update wifi libs (b549fb5)
...
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-11-27 00:33:52 +05:30
e94341d8f6
fix(wifi): fix some wifi bugs(8262a967)
2024-11-21 14:08:53 +08:00
eaa36d56a5
fix(wifi): fix some coexist bugs 20241105 (5362fdd)
2024-11-18 14:16:12 +08:00
7b8497e192
update wifi lib (7d1260d8):
...
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-14 10:06:26 +08:00
225cc5d2dc
fix(wifi): Support AES IV to random value for esptouch_v2 (a9848bea)
2024-11-11 15:03:27 +08:00
3c0c961eaa
fix(wifi): fix some bss color issues (ae5b70c4)
2024-11-04 11:12:02 +08:00
aab6062ee4
fix(esp_wifi): Handle missing error propagation in set_mode (9841bf25)
2024-10-28 15:57:08 +05:30
0c0a1c75cb
fix(wifi): fix can not tx in low rssi during iperf test (bbd58fc3)
2024-10-17 17:42:52 +08:00
053b6d2bb6
fix(wifi): fix ampdu to normal cause free buffer twice issue(ec8d5042)
2024-09-30 13:07:21 +08:00
139accafc8
feat(ftm): add ftm calibration values for esp32c6 (1590169a)
2024-09-27 17:30:10 +05:30
5a165aca94
fix(wifi): fix itwt crash issues causes by creat multiple itwt connect (6ac09cf1)
2024-09-25 14:13:15 +08:00
b6a8a3e02f
feat(wifi):support esp32c2 eco4 wifi(4d748f7f)
2024-09-21 10:26:58 +08:00
83eb70737e
fix(wifi): fix some wifi bugs(0e1771a3)
2024-09-20 10:27:00 +08:00
9512ff958d
fix(pm): fix the issue of station fail to connect to softap caused by abnormal rf flag signal (f6983de4)
2024-09-18 22:12:13 +08:00
57df960a1f
fix(wifi): fix wifi rssi to snr issue v51(68ece6c7)
2024-09-14 15:27:09 +08:00
491d11abf9
fix(wifi): Fix FTM bandwidth issues in AP-STA mode (c79ec47f)
...
1. Use connected AP's bandwidth in FTM Request instead of own
2. Support FTM bandwidth downgrade in both Initiator and Responder
3. When AP in AP-STA mode is 40MHz, and STA is initiating FTM with
in 20MHz use separate PHY compensation
2024-09-12 10:36:09 +05:30
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
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
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
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
6020d3b9b2
fix(wifi): Avoid internal retries for offchannel FTM Requests (7656a3f3)
2024-08-14 18:32:51 +05:30
257589219c
fix(wifi/mesh): fix the beacon timeout issue in mesh (a218fd5)
2024-07-30 11:35:23 +08:00
383b93bf94
fix(wifi): Ignore 11R, ENT AP when disabled in sdkconfig (70400aa)
2024-07-19 12:40:37 +05:30
dffb3f9219
fix(wifi/mesh): fix the issue that xon request timeout constantly when root reboot (34922fa)
2024-07-18 11:44:53 +08:00
3b75912514
fix(wpa_supplicant):Fix for setting wps status fail when connection fails(eda4080)
2024-07-17 11:11:07 +05:30
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
519d013f59
feat(wifi): support coex pwr, fix tbtt intr miss issue (c2e8f6e)
2024-07-11 11:23:07 +08:00
891d3d26a0
change(wifi):add some wifi features and fix some bugs(60674c85)
2024-07-05 15:31:28 +08:00
53a5d9065b
fix(wifi):fix some wifi bugs(93d4c637)
2024-07-04 17:55:35 +08:00
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
20d6700bee
fix(esp_wifi): Fix for issue in changing opmode when wps is enabled(0d8e81d)
2024-07-02 11:59:24 +05:30
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
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
4a23c678f5
station: fix issue of PMF not getting reset when disconnecting from PMF connection (76d59ca3)
2024-06-25 14:12:24 +05:30
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