Akshat Agrawal
11c41ec806
fix(nan): Add NDP max inactivity and other improvements (82d80cd3)
2025-10-15 09:55:10 +05:30
Kapil Gupta
a8a9a247bf
fix(esp_wifi): Set default nvs value for sae identifier to NULL (e8513496)
2025-09-28 10:50:52 +05:30
Sarvesh Bodakhe
a1ff1a34af
fix(wifi): add GCMP-128 cipher support for SoftAP and some bugfixes (52c200a)
...
- GCMP-256 SoftAP support was previously added as part of SAE Extended Key handling.
- Fixes the authmode sent in WIFI_EVENT_STA_CONNECTED, which was previously taken directly
from the AKM field. This caused incorrect values in some cases.
- Updates the "security" log to show the correct wifi_auth_mode_t.
- Fixes wrong authmode strength used in the connection path.
2025-08-28 13:09:46 +05:30
liuning
1ebfe9d715
fix(pm): support connectionless ps with modem state (99c11ed5)
2025-08-26 17:48:14 +08:00
yinqingzhao
0671a0e0d5
fix(wifi): fix some wifi bugs(98069c07)
2025-08-25 16:41:58 +08:00
wangtao@espressif.com
9cfff289e5
fix(wifi): fix wifi connect mem leakage issue(9dfa1525)
2025-08-21 16:26:01 +08:00
Shreyas Sheth
6770002c4f
fix(wifi): Fix issues discovered by customer for offchannel (63c594e)
2025-08-18 15:51:16 +05:30
muhaidong
3dba6749b9
fix(wifi): fix open mode rx fragment fail issue(4452e8a6)
2025-08-06 16:02:56 +08:00
tarun.kumar
f5476bb8a5
fix(wifi): Adjusted wpa eap version auth and sending disconnect event in Suite-B 192 bit cert and few fixes(286bb7e9)
2025-08-01 12:23:31 +05:30
tarun.kumar
2182ce8650
feat(wifi) : Add BIP for AP mode and SAE-EXT for softAP(a2bcf1eb)
2025-07-25 21:29:35 +05:30
Shreyas Sheth
91d5b0cfcb
fix(wifi): Fix locking in incorrect state when stop_scan is called after connect (9f2ef4c)
2025-07-18 13:50:14 +05:30
sibeibei
83c236e25f
fix(wifi): fix wifi bugs 250716(893f2338)
2025-07-16 21:13:35 +08:00
Sarvesh Bodakhe
8b68500820
fix(wif): Prevent NON-PMF STA from retrying connection if esp_wifi_disconnect() is called (c85e00ec)
...
Ensure that NON-PMF station does not attemp connection retries when
'esp_wifi_disconnect()' is called before the 4-way-handshake is
completes, even if 'failure_retry_cnt' allows retries.
2025-07-11 14:36:55 +05:30
zhangyanjiao
c59c91abcd
fix(pm): fix duplicated offchan error (7c2e2ba7)
2025-07-10 15:44:49 +08:00
muhaidong
440ddb6d11
fix(wifi): fix miss external coex force rx extension issue(78b9c134)
2025-06-25 19:30:18 +08:00
yinqingzhao
725a65f642
fix(wifi): fix some issues related to bss max idle(d443b2f0)
2025-06-20 20:13:25 +08:00
zhangyanjiao
0e9f83a675
fix(wifi): Added more check when receiving espnow data (e5a1c52b)
2025-06-03 11:10:58 +08:00
zhangyanjiao
95dac952b3
fix(wifi): fix the sta connection info loss lr info issue on C5/C6 (58e49c67)
2025-05-27 15:14:21 +08:00
yinqingzhao
f95155bbb4
fix(wifi): fix some wifi bugs(8fc9c18a)
...
1. add channel check before scan start
2. fix bss max idle always use default period
3. fix sleep without sending sleep null when enable bss max idle
4. fix do not send keep alive when run as udprx server
5. fix channel txpower limition not take effect when connected ap switch channel
2025-05-26 17:11:54 +08:00
yinqingzhao
660f872d9d
fix(wifi): fix some wifi bugs(fc095d7c)
...
1. fix txpower not update when country changes
2. fix the issue where the PS state machine becomes invalid after enabling max bss idle
3. fix not update country in beacon
2025-05-13 15:26:59 +08:00
akshat
ae19469227
feat(esp_wifi): Add SSI in SDEA support for NAN Services (55bd7fb6)
2025-04-30 15:11:14 +05:30
zhangyanjiao
1aae66a018
docs(wifi): update the description for esp_wifi_scan_get_ap_records (efc165a4)
2025-04-29 14:45:41 +08:00
Sajia
156ffd07c1
refactor(wifi): Optimize wifi bin size for station mode (6ed8bf43)
2025-04-28 17:43:31 +05:30
muhaidong
8d4703d70e
fix(wifi): fix some wifi bugs 250427(69b0016c)
...
1. fix ersu compatibility issue
2. set assoc timeout timer for auth shared and refactor auth and assoc timeout timer
2025-04-27 17:39:33 +08:00
akshat
603ef1ff41
fix(wifi): Fix occasional dropping of SA query responses by softAP (49ca0c9d)
2025-04-25 21:14:16 +05:30
tarun.kumar
f6617e4f25
fix(esp_wifi): Modifying os_time_t datatype for platform and compiler independence(d20c1f0)
2025-04-24 20:37:16 +05:30
Sarvesh Bodakhe
56ee699463
fix(wifi): Avoid writing to NVS if station configuration is not changed (510097d1)
...
Fixes the regression introduced by 0141af07f1
Co-authored-by: yinqingzhao <yinqingzhao@espressif.com >
2025-04-21 12:43:41 +05:30
Aditi
e85b25a824
fix(esp_wifi): Fix for issue in esp_now_send when wifi tx callback registered(1772fc7)
2025-04-16 21:02:28 +05:30
liuning
bb1fb219f4
feat(coex): update coexist_basic.h for SCO coexistence (fb35e85)
2025-04-08 20:39:00 +08:00
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