Commit Graph

209 Commits

Author SHA1 Message Date
liuning
1437a919ad fix(pm): support connectionless ps with modem state (e3f8238f) 2025-08-26 17:58:30 +08:00
yinqingzhao
da79fb8c36 fix(wifi): fix some wifi bugs(ca2739f6) 2025-08-25 16:30:17 +08:00
Shreyas Sheth
7df2b19ce3 fix(wifi): Fix issues discovered by customer for offchannel (d6e2a24) 2025-08-18 16:18:26 +05:30
muhaidong
b4760945bd fix(wifi): fix open mode rx fragment fail issue(447ec140) 2025-08-06 16:32:22 +08:00
tarun.kumar
a34ac915ef fix(wifi) : Add eap version 1 and enterprise 192 bit check and few other fixes related to eap(f0e811f8) 2025-08-02 10:18:33 +05:30
tarun.kumar
e6c344109c feat(wifi): Add support for BIP on softAP side and few corrections(c2c2d1e8) 2025-07-28 11:47:39 +05:30
sibeibei
ef66afa203 fix(wifi): fix wifi bugs 250716(39a47321) 2025-07-16 21:47:17 +08:00
zhangyanjiao
47977d0c27 fix(pm): fix duplicated offchan error (438347c2) 2025-07-14 19:40:22 +08:00
Shreyas Sheth
cd70db217c fix(wifi): Fix locking in incorrect state when stop_scan is called after connect (57be500) 2025-07-09 15:19:17 +05:30
Sarvesh Bodakhe
06355da5be fix(wif): Prevent NON-PMF STA from retrying connection if esp_wifi_disconnect() is called (c22000a5)
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-08 10:20:35 +05:30
muhaidong
6db58021a9 fix(wifi): fix miss external coex force rx extension issue(aa74e3c3) 2025-06-25 19:53:38 +08:00
zhangyanjiao
52bbf235d2 fix(wifi): Added more check when receiving espnow data (aa641826) 2025-06-03 11:13:43 +08:00
zhangyanjiao
0569930de1 fix(wifi): fix the sta connection info loss lr info issue on C6 (2fdde40c) 2025-05-29 14:12:20 +08:00
yinqingzhao
83a36a1c1b fix(wifi): fix some wifi bugs(dd1b5410)
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
    4. add channel check before scan start
    5. fix bss max idle always use default period
    6. fix sleep without sending sleep null when enable bss max idle
    7. fix do not send keep alive when run as udprx server
    8. fix channel txpower limition not take effect when connected ap switch channel
2025-05-26 17:48:44 +08:00
Sajia
a237700ff5 refactor(wifi): Optimize wifi bin size for station mode (8babc748) 2025-04-29 09:47:56 +05:30
muhaidong
bcee37ef36 fix(wifi): fix some wifi bugs 250427(ab7ce494)
1. fix ersu compatibility issue
2. set assoc timeout timer for auth shared and refactor auth and assoc timeout timer
2025-04-27 19:05:54 +08:00
akshat
ed6ab25387 fix(wifi): Fix occasional dropping of SA query responses by softAP (f4f55b7) 2025-04-25 21:40:58 +05:30
tarun.kumar
f4e74f0fdd fix(esp_wifi): Modifying os_time_t datatype for platform and compiler independence(1e0c18a) 2025-04-24 19:56:04 +05:30
Sarvesh Bodakhe
6ab12fda12 fix(wifi): Avoid writing to NVS if station configuration is not changed (75e8dcfe)
Fixes the regression introduced by ca718f63a9

Co-authored-by: yinqingzhao <yinqingzhao@espressif.com>
2025-04-19 14:41:04 +05:30
Aditi
325758b516 fix(esp_wifi):Some wifi bugs(33510a8) 2025-04-16 20:02:02 +05:30
liuning
31f6c86147 feat(coex): update coexist_basic.h for SCO coexistence (336fea53) 2025-04-09 11:01:13 +08:00
Shreyas Sheth
f22c1e6c02 fix(wifi): Add some fixes and features for softAP certification (33c0d60) 2025-04-07 16:09:35 +05:30
Sarvesh Bodakhe
ca718f63a9 fix(wifi): Fix wrong PMKSA cache entry being used when wifi password is changed (82c12cc) 2025-04-04 00:13:14 +05:30
yinqingzhao
c8e25c423c fix(wifi): fix some wifi bugs(955ad848)
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:37:43 +08:00
zhangyanjiao
ac45df557b update wifi libs (cbe4c16a):
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 15:27:29 +08:00
tarun.kumar
0398249fa7 fix(wifi): Modify authmode to sta for sta connect event(08d3cd7) 2025-03-10 17:25:12 +05:30
Sajia
0290111589 fix(esp_wifi): Check SSID in Assoc Req before starting SA Query (8359b810) 2025-02-21 12:39:53 +05:30
liuning
0a4813bef6 feat(coex): update coexist basic for inq page (f414d50a) 2025-02-17 11:36:14 +08:00
Sarvesh Bodakhe
dc25b8a900 fix(wifi): Add some fixes in wifi (02461b5f)
1. Revert "fix(wifi): Add support for 'WIFI_AUTH_WPA3_ENTERPRISE' and 'WIFI_AUTH_WPA2_WPA3_ENTERPRISE' authmodes"
   This reverts commit b4bf075b15.

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: WPA2, WPA3
2025-02-03 16:15:39 +05:30
Sarvesh Bodakhe
5d6ba1d088 fix(wifi): Fix stack overflow when failure_retry_cnt is set (049ad590)
Fix over-consumption of stack during internal driver connection retries when
failure_retry_cnt is set in station configuration.
2025-01-24 14:05:01 +05:30
muhaidong
c828ae6263 fix(wifi): fix wep shared auth connect fail issue(6f46de02) 2025-01-23 19:51:06 +08:00
wangtao@espressif.com
709c1967cc fix(wifi): fix max idle period 1 issue(789ceeed) 2025-01-23 11:20:00 +08:00
zhangyanjiao
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
yinqingzhao
e161a92662 fix(wifi): remove micro definition(60c24277) 2025-01-09 15:06:23 +08:00
Sarvesh Bodakhe
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
liuning
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
yinqingzhao
3986e134d2 feat(wifi): backport some wifi features and bugfixs(d1a39c4c) 2025-01-08 10:23:16 +08:00
Sarvesh Bodakhe
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
wangtao@espressif.com
dc51a52686 fix(wifi): backport some wifi feature and bugfixs(83a43dfc) 2025-01-03 14:35:35 +08:00
muhaidong
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
wangtao@espressif.com
9b614c7ee9 feat(wifi): add protect for softap send no bss deauth releated code(ec43c992) 2024-12-12 11:47:52 +08:00
Sarvesh Bodakhe
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
akshat
000bf9389e fix(wifi): Prevent overwriting of scan parameters in consecutive scans (31be7040) 2024-12-05 11:20:34 +05:30
akshat
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
sibeibei
d985b57105 fix(wifi): fix some wifi bugs(f5f7fb7b) 2024-11-27 17:58:17 +08:00
Sarvesh Bodakhe
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
yinqingzhao
e94341d8f6 fix(wifi): fix some wifi bugs(8262a967) 2024-11-21 14:08:53 +08:00
liuning
eaa36d56a5 fix(wifi): fix some coexist bugs 20241105 (5362fdd) 2024-11-18 14:16:12 +08:00
zhangyanjiao
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
zhangyanjiao
225cc5d2dc fix(wifi): Support AES IV to random value for esptouch_v2 (a9848bea) 2024-11-11 15:03:27 +08:00