wangtao@espressif.com
30e262c810
fix(wifi): add check for esp_wifi_set_config(000f8afa)
2025-09-28 15:28:46 +08:00
tarun.kumar
ff51fc60a1
Fix issues with offchannel action tx and ROC operations(aa67ab4c)
2025-09-19 14:37:46 +05:30
Sarvesh Bodakhe
047a871bad
fix(wifi): send correct wifi_auth_mode_t in event WIFI_EVENT_STA_CONNECTED and logs (9b72132)
...
- Fixes the authmode sent in WIFI_EVENT_STA_CONNECTED for WPA3-Enteprise, 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.
- Add GCMP-128 support in SoftAP mode
2025-08-29 22:09:50 +05:30
tarun.kumar
154481d9d4
fix(wifi) : Send disonnect event in connect fail for 192bit enterprise and add enterprise check and set default enterprise scan mode(cc7319bb)
2025-08-28 10:48:35 +05:30
yinqingzhao
18cd59496b
fix(wifi): fix some wifi bugs(aadb3cea)
2025-08-26 10:48:46 +08:00
Shreyas Sheth
ce81c1f08c
fix(esp_wifi): Fix incorrect values for negotiated bandwidth for 2040 coex cases (c573bb2)
2025-08-25 11:38:34 +05:30
Shreyas Sheth
2a82f4bc27
fix(wifi): Fix issues discovered by customer for offchannel (6216e55)
2025-08-22 15:25:18 +05:30
muhaidong
d1411ce4c6
fix(wifi): fix open mode rx fragment fail issue(3be0351e)
2025-08-06 17:11:15 +08:00
tarun.kumar
f52df9e2fa
feat(wifi) : Add support for SAE-EXT on softAP and BIP on AP mode(3263cda9)
2025-07-25 16:26:09 +05:30
zhangyanjiao
2b0789ab32
fix(pm): fix duplicated offchan error (20cd8b30)
2025-07-14 19:50:12 +08:00
tarun.kumar
4cf46685bf
fix(softAP): Adjusted authentication mode for wpa-eap version 1(d386e5de)
2025-07-14 12:25:11 +05:30
Sarvesh Bodakhe
2b5492b9f1
fix(wif): Prevent NON-PMF STA from retrying connection if esp_wifi_disconnect() is called (cf85c5e)
...
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-05-30 12:17:33 +05:30
zhangyanjiao
206fe3e13e
update wifi lib (bea31f37):
...
1. fix(wifi): Added more check when receiving espnow data
2. fix(wifi): rx bcn failed when sta off channel under modem state
2025-05-29 20:42:04 +08:00
Shreyas Sheth
a84db720aa
fix(wifi): Fix locking in incorrect state when stop_scan is called after connect (a2fe47d)
2025-05-29 12:53:42 +05:30
zhangyanjiao
71d2efa5e9
fix(wifi): fix the sta connection info loss lr info issue on C5/C6 (7907091d)
2025-05-28 19:07:30 +08:00
muhaidong
5f323cc71f
fix(wifi): fix some external coex issues(f82f4528)
...
1. fix miss external coex force rx extension issue
2. fix coex schm get phase by idx return null issue
2025-05-27 14:28:14 +08:00
yinqingzhao
cd81b9e92b
fix(wifi): fix some wifi bugs(cc7e17d4)
...
1. add channel check before scan start
2. fix the issues related to bss max idle
3. fix txpower not update when country changes or connected ap switch channel
2025-05-26 14:37:29 +08:00
sibeibei
fccd7befed
fix(wifi):fix modem state rx bcn failed when tbtt update, support modem state for coexist(71d995a3)
2025-05-07 11:47:41 +08:00
yinqingzhao
13a26cbb0d
fix(wifi): fix not update country in beacon(73c9a0d3)
2025-04-29 21:43:25 +08:00
Sajia
4e688b053f
refactor(wifi): Optimize wifi bin size for station mode (76ac38b5)
2025-04-28 14:20:21 +05:30
muhaidong
7488ede43c
fix(wifi): fix some wifi bugs 250427(9592d61b)
...
1. fix ersu compatibility issue
2. set assoc timeout timer for auth shared and refactor auth and assoc timeout timer
2025-04-27 15:15:40 +08:00
tarun.kumar
cfceb15dc5
fix(esp_wifi): Modifying os_time_t datatype for platform and compiler independence(2f00996)
2025-04-25 02:05:17 +05:30
zhangyanjiao
7a103b60ff
update wifi libs (5e1cdd53):
...
1. Add timer to send wake null after STA received assoc response
2. Change the ESP-NOW v2.0 sending data length to 1470 bytes
3. Show mesh is deinited when calling mesh stop
4. Fixed the scan result error when AP is lr only mode
5. Separate the lr bit for station and softap
6. Fixed the noise floor error on C5/C61
7. Fixed wifi connect mem leakage
8. Fixed lr issues that lr info does not exist in connect information
2025-04-21 18:04:01 +08:00
Sarvesh Bodakhe
7b7d0bec8a
fix(wifi): Avoid writing to NVS if station configuration is not changed (9bfd1e82)
...
Fixes the regression introduced by 25ef79d73a
Co-authored-by: yinqingzhao <yinqingzhao@espressif.com >
2025-04-19 17:32:51 +05:30
akshat
54264acc65
fix(wifi): Fix occasional dropping of SA query responses by softAP (0f6b3f8)
2025-04-16 22:21:57 +05:30
akshat
a69f93dec1
feat(esp_wifi): Add SSI in SDEA support for NAN Services (644ddbdc)
2025-04-14 10:56:46 +05:30
akshat
76ee3bdee6
feat(esp_wifi) : Add DS parameter in probe requests from STA (a862fd7a)
2025-04-08 16:36:33 +05:30
yinqingzhao
b5c094995b
feat(wifi): update wifi lib for bugfix(701b8388)
2025-04-07 16:09:41 +08:00
Sarvesh Bodakhe
25ef79d73a
fix(wifi): Fix wrong PMKSA cache entry being used when wifi password is changed (407e4e2)
2025-04-06 15:21:40 +05:30
liuning
547ddd62ed
feat(coex): update coexist_basic.h for SCO coexistence (253c23c)
2025-04-02 19:25:36 +08:00
yinqingzhao
3b8d9c4049
fix(wifi): fix some wifi bugs(79fa3f41)
2025-03-07 16:02:35 +08:00
Aditi
440d35bf2f
fix(esp_wifi): Fix for issue in esp_now_send when wifi tx callback registered(03bba9d)
2025-02-18 14:35:43 +05:30
tarun.kumar
236fe089ed
fix(wifi): Modify authmode to sta for sta connect event(7cef3cf)
2025-02-14 16:02:23 +05:30
muhaidong
e56388eff4
fix(wifi): fix p4 host issue (57c28ee6)
2025-02-13 15:06:20 +08:00
zhangyanjiao
6a7e0ca9ae
update the API description for esp_wifi_scan_get_ap_records (a434cd35)
2025-02-12 11:49:17 +08:00
Nachiket Kukade
3e488b625e
fix(esp_wifi): Check SSID in Assoc Req before starting SA Query (d94b69e8)
2025-02-10 16:55:56 +05:30
Sarvesh Bodakhe
ca860ab163
fix(wifi): Fix crash when failure_retry_cnt is set (be0fc7bb)
...
Fixes the regression introduced by 196459bdee
2025-01-24 13:47:00 +05:30
Sarvesh Bodakhe
196459bdee
fix(wifi): Fix stack overflow when failure_retry_cnt is set (090f94ae)
...
Fix over-consumption of stack during internal driver connection retries when
failure_retry_cnt is set in station configuration.
2025-01-24 03:21:25 +05:30
muhaidong
ef0b83bddb
fix(wifi): fix wep shared auth connect fail issue(51c193d5)
2025-01-23 15:56:15 +08:00
wangtao@espressif.com
de73fd85d6
fix(wifi): fix max idle period 1 issue(d5f3bba8)
2025-01-21 21:13:26 +08:00
Li Shuai
dfbd8b0145
change(ps): optimize wifi sleep current for esp32c5 eco1 and beta3 (d23f80ad)
2025-01-17 17:15:39 +08:00
liuning
73ba41ad38
feat(coex): update coexist basic for inq page (90929ad)
2025-01-10 15:52:38 +08:00
zhangyanjiao
83cfa7ecce
fix(wifi/mesh): fixed the mesh connection failure in WPA3 mode on the first attempt after erasing the flash (d2a0351b)
2025-01-09 12:05:03 +08:00
Sarvesh Bodakhe
82385ea482
fix(wifi): Fix bug in authmode detection for wpa2/wpa3 enterprise (a6617a66)
...
WPA3-Enterprise mandates the use of AKM suite selector
00:0F:AC:5 (IEEE80211 802.1X with SHA-256)
2025-01-08 12:43:26 +05:30
Kapil Gupta
ee87d8f94e
fix(esp_wifi): Sync header file b/w libs and IDF (2b2c9017)
2025-01-02 18:05:21 +05:30
yinqingzhao
8848c2e127
feat(wifi): add wifi support for esp32c61 eco2(fd3cabca)
2024-12-30 10:39:15 +08:00
Shreyas Sheth
b15699a76c
fix(wifi): Add some fixes and features for softAP certification (04d7121)
2024-12-27 16:20:26 +05:30
liuning
06d0eec710
fix(wifi): fix double max active time, fix coex pwr period cant been updated by ps type set (0da33a9)
2024-12-24 14:35:50 +08:00
Sarvesh Bodakhe
4cc66f0553
feat(WiFi): Add WIFI_EVENT_AP_WRONG_PASSWORD in SoftAP (880db185)
...
This event is triggered when external station tries connecting to softAP
with wrong password.
Current supported softAP AUTH modes: WPA2, WPA3, WPS
2024-12-14 18:17:22 +05:30
yinqingzhao
df42b857ed
fix(wifi): fix twt information element size incorrect and expend bit width of channel in rxctrl(34d97ea2)
2024-12-09 19:50:27 +08:00