a75b4c90d1
fix(wifi): Add some fixes and features for softAP certification (87f21ec)
2025-02-27 15:57:43 +05:30
7b7ca286d8
fix(wifi): fix max idle period 1 issue(1fc38445)
2025-02-27 15:04:54 +08:00
fd857ec9e1
fix(wifi): fix some wifi bugs 250226(23d139b1)
...
1. fix wep shared auth connect fail issue
2. fix p4 host issue
2025-02-26 16:59:59 +08:00
d4d36dd2ff
feat(coex): update coexist basic for inq page (f8c57b3b)
2025-02-24 10:41:49 +08:00
95516da701
fix(wifi): Prevent overwriting of scan parameters in consecutive scans (952c0205)
2025-02-17 12:27:34 +05:30
a990dfc15c
fix(wifi): Add some wifi bugfixes and feature (200c69f)
...
1. Fix stack overflow when failure_retry_cnt is set
Fix issue of increased stack usage when failure_retry_cnt is set
and wifi driver internally retries connection attempts
2. Add WIFI_EVENT_AP_WRONG_PASSWORD in SoftAP
This event is triggered when external station tries connecting to softAP
with wrong password.
Current supported softAP AUTH modes: WPA-PSK, WPA2-PSK and WPA3-PSK (SAE-auth)
2025-02-11 01:20:37 +05:30
fe3a9b95e4
revert(wifi): Revert support for WPA3 Enterprise authentication modes (d95b4b2)
...
This commit reverts the support for 'WIFI_AUTH_WPA3_ENTERPRISE' and
'WIFI_AUTH_WPA2_WPA3_ENTERPRISE'.
This reverts commit 19143aa24991ff1624d8098508d039e89edc4172 and 70b3b9150da7134cb6fb4597e694137499d6338f
2025-02-08 18:04:48 +05:30
70b3b9150d
fix(wifi): Fix bug in authmode detection for wpa2/wpa3 enterprise (3dd24687)
...
WPA3-Enterprise mandates the use of AKM suite selector
00:0F:AC:5 (IEEE80211 802.1X with SHA-256)
2025-01-22 14:15:59 +05:30
20122025bf
fix(wifi): fix double max active time, fix coex pwr period cant been updated by ps type set (b884461)
2025-01-14 11:17:32 +08:00
297b3eb67f
fix(wifi/mesh): fixed the mesh connection failure in WPA3 mode on the first attempt after erasing the flash (0a8bbb75)
2025-01-13 11:43:32 +08:00
4ecb60fcbb
feat(wifi): backport some wifi features and bugfix(84409aa5)
2025-01-08 16:44:31 +08:00
19143aa249
fix(wifi): Add support for 'WIFI_AUTH_WPA3_ENTERPRISE' and 'WIFI_AUTH_WPA2_WPA3_ENTERPRISE' authmodes (470659e)
...
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-01 21:24:23 +05:30
f88ec14645
fix(wifi): backport some feature and bugfix(d7f251b8)
2024-12-24 15:38:11 +08:00
8817fc7b73
update wifi libs (55a1cdf)
...
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 20:06:56 +05:30
83a28dfdf6
fix(wifi): fix ap bandwidth is unknown in scan results(9b6e5e2d)
2024-11-18 20:06:58 +08:00
75710820e8
update wifi lib (b0fd6006):
...
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
5. Fixed cant sleep if reconnect to connected ap
2. Clear pmk in internal reconnection
3. Update connect status for init-->auth
2024-11-15 09:31:47 +08:00
564eb0c3a9
fix(wifi): fix some wifi bugs 241030(08e71c08)
2024-11-14 14:07:51 +08:00
4b81aaa3da
fix(wifi): Support AES IV to random value for esptouch_v2 (56362364)
2024-11-01 17:26:38 +08:00
4281c0eccc
fix(wifi): fix some bss color bugs (f43350b8)
2024-10-28 14:21:24 +08:00
c995ba4a0f
Stop roaming app when wifi stops(50a6ec4d)
2024-10-25 23:37:47 +05:30
dc041af514
fix(wifi): Do not attempt re-connection if sta issues disconnect with esp_wifi_disconnect (bbde3736)
2024-10-25 15:57:40 +05:30
39515d58b3
fix(wifi): backport some wifi bug fixs(09cbaa6c)
2024-10-25 14:36:58 +08:00
b45189fc03
fix(wifi): fix some wifi bugs 241024 v5.3(b70a543b)
2024-10-24 19:05:39 +08:00
dc710ebcb5
fix(wifi): fix some coexist bugs (c7f00e6b)
2024-10-24 15:12:49 +08:00
8d4029cb33
feat(ftm): Add ftm calibration values for esp32c6(347df753)
2024-10-23 16:59:46 +05:30
2e3a97ddfe
feat(wifi):support esp32c2 eco4 wifi(e55809df)
2024-10-18 18:04:28 +08:00
f9124df59a
fix(wifi): fixed association refused temporarily lead auth timeout issue(f05132ba)
2024-10-17 14:21:06 +08:00
def62c644a
fix(esp_wifi): Handle missing error propagation in set_mode (251cee81)
2024-10-08 18:27:21 +05:30
6f72e138fe
fix(wifi): Fix FTM bandwidth issues in AP-STA mode (428ec4f2c)
2024-09-29 21:15:02 +05:30
2c8e353382
fix(esp_wifi): Fix reason code for sta not supporting GCMP(6f4dea5)
...
Add fix for returning correct reason code when sta doesn't
support GCMP to ensure consistent behaviour for all chips.
2024-09-19 11:28:06 +05:30
e9b968edbd
fix(wifi): fix wifi bugs 240904 v5.3(5ab45400)
2024-09-09 11:10:35 +08:00
7f021d55dd
update the wifi lib (b63e3225):
...
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-06 14:50:13 +08:00
d1df171e4c
fix(wifi): Avoid internal retries for offchannel FTM Requests (ccaebfac)
2024-08-02 10:41:06 +05:30
7ab37c97e2
fix(wifi): fix esp32c3 can not recevie frame size bigger then 1600 (2a3394dc)
2024-07-31 20:34:55 +08:00
da2c33977e
fix(wifi/mesh): fix the beacon timeout issue in mesh (13512db0)
2024-07-30 16:42:56 +08:00
ce181b3e94
fix(coex): fix esp32 crash due to late tbtt, fix esp32c6 rx issue due to rx buffer full (20532136)
2024-07-19 19:20:32 +08:00
eff8552fc2
fix(pm): ssn update failed when dut wakeup from lightsleep(59e188af)
2024-07-15 16:03:15 +08:00
76bdd0b967
fix(wifi): fix sta may join bad signal ap when set by signal(083a3fa5)
2024-07-12 17:49:28 +08:00
74f99e0833
fix(wifi): fix reset connection fail issue(857e8b81)
2024-07-11 17:09:20 +08:00
08b353273e
fix(wifi): fixed association refused temporarily issue(365b0aef)
...
1. fixed association refused temporarily issue.
2. give some information when password length mismatch authmode threshold
2024-07-10 16:42:15 +08:00
17ffa928bb
fix(wifi):fix get softap dtim and csa config err(05df0a36)
2024-07-10 10:49:58 +08:00
4097d08195
fix(wifi): Ignore 11R, ENT AP when disabled in sdkconfig (14568a6)
2024-07-09 12:11:18 +05:30
d61cf9d3dd
fix(wifi/mesh): fix the issue that xon request timeout constantly when root reboot (e543513)
2024-07-08 13:58:12 +08:00
7fbc7d9f5a
fix(wifi):Fix for setting wps status fail when connection fails(c66883a)
2024-07-04 14:45:47 +05:30
17509c30ae
fix(wifi): fix esp32 host lack of lmac api issue(0caa8194)
2024-07-03 19:56:45 +08:00
73ed5e75a6
fix(wifi): Fix issue of supplicant using wrong parameters to confiure bss while connecting (b92ffe5e)
2024-07-01 12:15:58 +05:30
eacd07f165
fix(esp_wifi): Drop any received auth responses that use a different algorithm than the one currently in process(1026ae2b)
2024-06-20 11:37:08 +05:30
9693bfca0c
station: fix issue of PMF not getting reset when disconnecting from PMF connection (1fe2402b)
2024-06-18 13:27:12 +05:30
fda241ceff
fix(wifi): fix the issue of tbtt interrupt miss caused by beacon monitor (0ae8b583)
2024-06-12 22:17:12 +08:00
70c2d7f46d
fix(esp_wifi): Fix for issue in changing opmode when wps is enabled(0de7290)
2024-06-12 12:34:33 +05:30