Commit Graph

121 Commits

Author SHA1 Message Date
Shreyas Sheth
2a23d2afdc fix(esp_wifi): Set default nvs value for sae identifier to NULL (1c3cab2) 2025-09-30 13:35:05 +05:30
Sarvesh Bodakhe
51cfbfa1f4 fix(wifi): add GCMP-128 cipher support for SoftAP and some bugfixes (339f997)
- 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-29 23:39:46 +05:30
yinqingzhao
cdf01b2d82 fix(wifi): fix some wifi bugs(318ad184) 2025-08-26 10:35:29 +08:00
Shreyas Sheth
9cf441feeb fix(wifi): Fix issues discovered by customer for offchannel (deb2386) 2025-08-22 15:20:07 +05:30
muhaidong
e88bd31c8f fix(wifi): fix open mode rx fragment fail issue(3e837c5f) 2025-08-01 16:23:57 +08:00
tarun.kumar
8229aaf13c fix(softAP): Adjusted authentication mode for wpa-eap version 1(d2d8792e) 2025-07-21 11:15:57 +05:30
Shreyas Sheth
43d691cfeb fix(wifi): Fix crash due to BIP when ap mode change (2181c53) 2025-07-14 15:42:30 +05:30
zhangyanjiao
81af12f1f0 fix(pm): fix duplicated offchan error (dc3806be) 2025-07-10 15:57:36 +08:00
sibeibei
d4f0a1849a fix(wifi): fix wifi bugs 250623(25cf0f03) 2025-06-30 16:12:12 +08:00
tarun.kumar
f847af5145 feat(wifi) : Add SAE-EXT support on softAP(f4498c46)
Also added BIP support for GMAC/CMAC
2025-06-26 15:45:18 +05:30
tarun.kumar
902e91a7e6 fix(wifi): Sending disconnect event in connect fail and add enterprise check in Suite-B 192-bit certification(32627065) 2025-06-25 11:56:30 +05:30
Shreyas Sheth
a4be6e36da fix(esp_wifi): Fix locking in incorrect state when stop_scan is called after connect (dbdb751) 2025-06-24 13:42:56 +05:30
muhaidong
18b5d5b3b2 fix(wifi): fix miss external coex force rx extension issue(a2d7717d) 2025-06-23 15:10:57 +08:00
Sarvesh Bodakhe
dcb4721549 fix(wif): Prevent NON-PMF STA from retrying connection if esp_wifi_disconnect() is called (15942fc3)
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-06-20 13:22:50 +05:30
zhangyanjiao
e52e98e8fb fix(wifi): Added more check when receiving espnow data (d1d4b26b) 2025-06-03 11:06:39 +08:00
zhangyanjiao
5d531ec544 fix(wifi): fix the sta connection info loss lr info issue on C5/C6 (1dd5afad) 2025-05-29 14:24:37 +08:00
yinqingzhao
db89f81aa1 fix(wifi): fix some wifi bugs(0224491a)
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 15:46:14 +08:00
yinqingzhao
3befcc07bb fix(wifi): fix some wifi bugs(f168e67f)
1. fixed the issues of repeatedly establishing rx addba
    2. fix twt post just one event for multiple flow
    3. fix not update country in beacon
    4. fix txpower not update when country changes
    5. fix the issue where the PS state machine becomes invalid after enabling max bss idle
2025-05-13 14:47:41 +08:00
akshat
2ec1c5361c feat(esp_wifi): Add SSI in SDEA support for NAN Services (224ca3e3) 2025-05-08 11:12:06 +05:30
Aditi
cd95ee4d98 fix(esp_wifi): Fix for issue in esp_now_send when wifi tx callback registered(504df6e) 2025-05-07 10:41:29 +05:30
akshat
30509d0016 feat(esp_wifi) : Add DS parameter in probe requests from STA (db547b3b) 2025-04-30 11:25:55 +05:30
Sajia
a29a9a6189 refactor(wifi): Optimize wifi bin size for station mode (e67c9347) 2025-04-28 13:14:31 +05:30
muhaidong
325456e4b9 fix(wifi): fix association timeout timer issue for wep shared auth(d796c5a5) 2025-04-27 16:54:10 +08:00
akshat
6e443922a5 fix(wifi): Fix occasional dropping of SA query responses by softAP (827e338e) 2025-04-25 17:45:46 +05:30
tarun.kumar
3fdd246e7e fix(esp_wifi): Modifying os_time_t datatype for platform and compiler independence(d9b56f8) 2025-04-25 01:18:02 +05:30
zhangyanjiao
7a2011279d update wifi libs (7628a2b7):
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
4. Fixed the noise floor error on C5
2025-04-22 11:54:35 +08:00
Sarvesh Bodakhe
d1e2500da3 fix(wifi): Fix wrong PMKSA cache entry being used when wifi password is changed (4fa88994)
Co-authored-by: yinqingzhao <yinqingzhao@espressif.com>
2025-04-19 16:39:12 +05:30
liuning
50d28dbf98 feat(coex): update coexist_basic.h for SCO coexistence (9071f51) 2025-04-07 10:57:16 +08:00
muhaidong
711813cb0a fix(wifi): fix ersu compatibility issue(b0b320fd) 2025-03-13 19:08:38 +08:00
yinqingzhao
bd7c5a7ba4 fix(wifi): fix some wifi bugs(05f15bee) 2025-03-07 15:24:15 +08:00
muhaidong
b0babc0f03 fix(wifi): fix scan bitmap channel 14 fail issue(0c5a6e36) 2025-03-05 21:43:26 +08:00
Sarvesh Bodakhe
ec6a10f110 fix(wifi): Re-introduce parsing for Enterprise APs during the connecting scan (9fd74f3)
Fixes the regression caused by fe3a9b95e4
2025-03-03 14:06:07 +05:30
Shreyas Sheth
a75b4c90d1 fix(wifi): Add some fixes and features for softAP certification (87f21ec) 2025-02-27 15:57:43 +05:30
wangtao@espressif.com
7b7ca286d8 fix(wifi): fix max idle period 1 issue(1fc38445) 2025-02-27 15:04:54 +08:00
muhaidong
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
liuning
d4d36dd2ff feat(coex): update coexist basic for inq page (f8c57b3b) 2025-02-24 10:41:49 +08:00
akshat
95516da701 fix(wifi): Prevent overwriting of scan parameters in consecutive scans (952c0205) 2025-02-17 12:27:34 +05:30
Sarvesh Bodakhe
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
Sarvesh Bodakhe
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 19143aa249 and 70b3b9150d
2025-02-08 18:04:48 +05:30
Sarvesh Bodakhe
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
liuning
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
zhangyanjiao
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
yinqingzhao
4ecb60fcbb feat(wifi): backport some wifi features and bugfix(84409aa5) 2025-01-08 16:44:31 +08:00
Sarvesh Bodakhe
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
wangtao@espressif.com
f88ec14645 fix(wifi): backport some feature and bugfix(d7f251b8) 2024-12-24 15:38:11 +08:00
Sarvesh Bodakhe
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
yinqingzhao
83a28dfdf6 fix(wifi): fix ap bandwidth is unknown in scan results(9b6e5e2d) 2024-11-18 20:06:58 +08:00
zhangyanjiao
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
yinqingzhao
564eb0c3a9 fix(wifi): fix some wifi bugs 241030(08e71c08) 2024-11-14 14:07:51 +08:00
zhangyanjiao
4b81aaa3da fix(wifi): Support AES IV to random value for esptouch_v2 (56362364) 2024-11-01 17:26:38 +08:00