Shreyas Sheth
42e89e07f1
fix(wifi): Add some fixes and features for softAP certification (5c0db77)
2025-04-07 12:27:16 +05:30
Sarvesh Bodakhe
0141af07f1
fix(wifi): Fix wrong PMKSA cache entry being used when wifi password is changed (d92da95)
2025-04-06 19:08:38 +05:30
yinqingzhao
9a637165d7
fix(wifi): fix some wifi bugs(5bfe954f)
...
1.fix channel in rx_ctrl sometimes is zero
2.fixed the issues of repeatedly establishing rx addba
3.fix twt post just one event for multiple flow
4.fix compatibilty issus
5.fix crash during sta scan
2025-03-27 17:52:55 +08:00
zhangyanjiao
7470bd1d68
update wifi libs (2d3055c7):
...
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-20 16:00:37 +08:00
tarun.kumar
e69f4b8850
fix(wifi): Modify authmode to sta for sta connect event(39b2345)
2025-03-10 14:59:09 +05:30
Sajia
1b54a55655
fix(esp_wifi): Check SSID in Assoc Req before starting SA Query (16b773d1)
2025-03-03 08:14:53 +05:30
liuning
7d365e96ba
feat(coex): update coexist basic for inq page (1585b3ef)
2025-02-15 15:40:31 +08:00
muhaidong
51c7952fc0
fix(wifi): fix wep shared auth connect fail issue(01d22db3)
2025-02-11 17:50:41 +08:00
Sarvesh Bodakhe
3020d56ee2
fix(wifi): Fix stack overflow when failure_retry_cnt is set (47ab457)
...
Fix over-consumption of stack during internal driver connection retries when
failure_retry_cnt is set in station configuration.
2025-02-10 23:45:25 +05:30
Sarvesh Bodakhe
a42c49680c
revert(wifi): Revert support for WPA3 Enterprise authentication modes (0c66261)
...
This commit reverts the support for 'WIFI_AUTH_WPA3_ENTERPRISE' and
'WIFI_AUTH_WPA2_WPA3_ENTERPRISE'.
This reverts commit ab7d683cf6
2025-02-08 00:50:59 +05:30
wangtao@espressif.com
09a6af1d8f
fix(wifi): fix max idle period 1 issue(84ac59e3)
2025-01-23 15:25:01 +08:00
Sarvesh Bodakhe
e316b1082c
feat(WiFi): Add WIFI_EVENT_AP_WRONG_PASSWORD in SoftAP (6bfe79c)
...
This event is triggered when external station tries connecting to softAP
with wrong password.
Current supported softAP AUTH modes: WPA2 and WPA3
2025-01-16 20:10:33 +05:30
yinqingzhao
b2f275a3cb
fix(wifi): remove micro definition(574328c1)
2025-01-15 16:07:01 +08:00
liuning
6285d4b82d
fix(wifi): fix double max active time, fix coex pwr period cant been updated by ps type set (d3ad6af)
2025-01-14 10:41:47 +08:00
zhangyanjiao
c712587a97
fix(wifi/mesh): fixed the mesh connection failure in WPA3 mode on the first attempt after erasing the flash (cdcf355f)
2025-01-13 11:15:41 +08:00
Sarvesh Bodakhe
ab7d683cf6
fix(wifi): Add support for 'WIFI_AUTH_WPA3_ENTERPRISE' and 'WIFI_AUTH_WPA2_WPA3_ENTERPRISE' authmodes (c9635cc)
...
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-09 10:40:03 +05:30
yinqingzhao
130c3b5438
feat(wifi): backport some wifi features and bugfix(249b4dea)
2025-01-08 15:18:35 +08:00
wangtao@espressif.com
84c4760cbb
fix(wifi): backport some wifi feature and bugfixs(232a0d58)
2025-01-02 17:47:21 +08:00
muhaidong
a6a8a348e1
fix(wifi): fixed softap rx bar from null bss issue(f89e0edd)
2024-12-11 19:11:21 +08:00
wangtao@espressif.com
44a529f246
feat(wifi): add protect for softap send no bss deauth releated code(2a29263a)
2024-12-10 21:06:26 +08:00
akshat
8d5eb20527
fix(wifi): Prevent overwriting of scan parameters in consecutive scans (f7f35a39)
2024-12-05 10:58:17 +05:30
akshat
0977dd4f92
fix(wifi): Do not attempt re-connection if sta issues disconnect with esp_wifi_disconnect (270c7584)
2024-12-04 12:58:40 +05:30
wangtao@espressif.com
e63554415e
feat(wifi): update support esp32c2eco4 wifi lib(89785c64)
2024-12-03 15:10:47 +08:00
Sarvesh Bodakhe
12538105bc
Update wifi libs (dd443ef)
...
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-26 23:35:13 +05:30
sibeibei
c3542aed20
fix(wifi): fix some wifi bugs 241122(53d98ccc2)
2024-11-22 16:35:45 +08:00
yinqingzhao
172c1c5072
fix(wifi): fix some wifi bugs 241030(ed2b27ce)
2024-11-20 19:16:47 +08:00
liuning
e7747d4ec5
fix(wifi): fix some coexist bugs 20241105 (352cf96)
2024-11-18 14:19:40 +08:00
zhangyanjiao
e0f9d9d333
update wifi lib (13b7ec0d):
...
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:41:21 +08:00
zhangyanjiao
caa74e6d3d
fix(wifi): Support AES IV to random value for esptouch_v2 (e21b4297)
2024-11-11 15:35:31 +08:00
xuxiao
a38efcace9
fix(wifi): fix some bss color issues (756642b8)
2024-11-01 16:58:21 +08:00
akshat
c649dd1309
fix(esp_wifi): Handle missing error propagation in set_mode (aab16a69)
2024-10-30 12:41:00 +05:30
Sajia
25f367838e
feat(ftm): Add ftm calibration values for esp32c6(32aaaf76)
2024-10-28 16:26:08 +05:30
Sajia
f14c41dc34
fix(wifi): Fix FTM bandwidth issues in AP-STA mode (89eb2041)
2024-10-27 19:25:00 +05:30
muhaidong
e70e504d1f
fix(wifi): fixed association refused temporarily lead auth timeout issue(f49ec3df)
2024-10-17 15:11:02 +08:00
Aditi
81688730aa
fix(esp_wifi): Fix reason code for sta not supporting GCMP(82f54d2)
...
Add fix for returning correct reason code when sta doesn't
support GCMP to ensure consistent behaviour for all chips.
2024-09-09 14:02:48 +05:30
xuxiao
3f6fba9d0a
fix(wifi): fix some wifi bugs (0b80af58)
2024-09-06 19:03:19 +08:00
sibeibei
1eb6201f21
fix(wifi): fix wifi bugs 240828 v5.2(4ed91226)
...
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:09:36 +08:00
wangtao@espressif.com
3bcf1c1c61
fix(wifi): fix esp32s2 get ack rssi issue v5.2(a298d606)
2024-08-28 10:24:39 +08:00
Li Shuai
cf8d44d37c
fix(pm): fix the issue of station fail to connect to softap caused by abnormal rf flag signal (c2ae8d18)
2024-08-27 13:19:33 +08:00
liuning
99f2732239
fix(coex): fix esp32 crash due to late tbtt, fix esp32c6 rx issue due to rx buffer full (6c13a055)
2024-08-26 14:11:05 +08:00
zhangyanjiao
b0bb937e26
update the wifi lib (b75a821a):
...
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-23 11:33:37 +08:00
muhaidong
8b791fef0a
fix(wifi): fix some wifi bugs 240821(7ee9d153)
...
1. fixed association refused temporarily issue.
2. give some information when password length mismatch authmode threshold.
3. fix reset connection fail issue.
2024-08-21 19:25:26 +08:00
xuxiao
596bdcf09f
fix(wifi): fix some wifi bugs and support btwt (53154ba3)
2024-08-20 12:16:37 +08:00
Nachiket Kukade
873b517021
fix(wifi): Avoid internal retries for offchannel FTM Requests (5cb4e100)
2024-08-14 15:24:27 +05:30
zhangyanjiao
43682bd0f1
fix(wifi/mesh): fix the beacon timeout issue in mesh (e60360a)
2024-07-30 14:35:09 +08:00
wangtao@espressif.com
ecc006130d
fix(wifi):fix get softap dtim and csa config err(4cb48dab)
2024-07-24 17:21:40 +08:00
aditi_lonkar
e8303ca29a
fix(wpa_supplicant):Fix for setting wps status fail when connection fails(b67b375)
2024-07-22 15:25:36 +05:30
Shreyas Sheth
4d3eea1727
fix(wifi): Ignore 11R, ENT AP when disabled in sdkconfig (1eca1b7)
2024-07-18 18:23:59 +05:30
zhangyanjiao
755ef0f286
fix(wifi/mesh): fix the issue that xon request timeout constantly when root reboot (897e58f)
2024-07-17 19:05:18 +08:00
muhaidong
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