sibeibei
583c685668
feat(coex): support backgorund scan for coex, fix some issues of scan when connected(2dcd4f50)
2025-06-18 10:55:46 +08:00
yinqingzhao
8458b90f45
fix(bss_max_idle): fix some wifi bugs related to bss max idle(cb48dad0)
2025-05-23 17:01:22 +08:00
tarun.kumar
265486dd52
fix(softAP): Add config param for gtk rekeying on softAP side(d88df9f)
2025-05-20 15:31:25 +05:30
sibeibei
0a6b4ae17b
fix(wifi): rx bcn failed when sta off channel under modem state(2db94317)
2025-05-19 19:52:24 +08:00
tarun.kumar
653c839e56
fix(softAP): Adjusted authentication mode for wpa-eap version 1(4bd7dbe)
2025-05-14 18:13:47 +05:30
tarun.kumar
598507db92
fix(wifi): Sending disconnect event in connect fail and add enterprise check in Suite-B 192-bit certification(65c9afd)
2025-05-14 11:59:26 +05:30
yinqingzhao
643e8bfd44
fix(wifi): fix some wifi bugs(cdb30437)
...
1. fix txpower not update when country changes
2. disable bandwidth signaling rts by default to resolve compatibility issuse
3. fix the issue when the PS state machine becomes invalid after enabling max bss idle
2025-05-13 11:53:54 +08:00
Shreyas Sheth
fb55dc6289
fix(wifi): Fix locking in incorrect state when stop_scan is called after connect (f80f04e)
2025-05-12 18:01:35 +05:30
zhangyanjiao
0a5e3a5d43
docs(wifi): fix the typo error in esp_wifi.h (448230ad)
2025-04-29 14:07:46 +08:00
yinqingzhao
045077064a
feat(wifi): update wifi lib for esp32c5 eco2 support(825e26ff)
2025-04-27 20:04:07 +08:00
yinqingzhao
44035339a4
feat(wifi): update wifi lib for esp32c5 eco2 support(7a8f7b65)
2025-04-27 19:05:47 +08:00
yinqingzhao
423140b15e
fix(wifi): fix lr issues that lr info does not exist in connect information(7d2994f4)
2025-04-18 14:00:34 +08:00
Sarvesh Bodakhe
a811fe5c3c
fix(wifi): Avoid writing to NVS if station configuration is not changed (897a774)
...
Fixes the regression introduced by e70b43e3f1
2025-04-16 19:33:30 +05:30
liuning
095b42dab0
feat(pm): support beacon sample feature and beacon drop feature (8580bed)
2025-04-15 14:39:44 +08:00
zhangyanjiao
949c8d74bf
1. feat(wifi): Added tx callback function for 80211 tx (d259dd25)
...
2. fix(wifi): return more info for espnow tx callback
2025-04-10 11:24:11 +08:00
sibeibei
58ebdbff17
fix(wifi):fix modem state rx bcn failed when tbtt update, support modem state for coexist(9a197395)
2025-04-09 11:41:00 +08:00
Nachiket Kukade
d152ee7b81
feat(wifi): Add bss max idle support on all chips (606f4fec)
2025-04-08 12:28:49 +05:30
yinqingzhao
3e289f371e
feat(wifi): wifi support regdomain(ee7a70ea)
2025-04-07 15:26:24 +08:00
Nachiket Kukade
444e8af83d
refactor(wifi) : Add SAE PT config flag and optimize wifi bin size for sta mode (a0177480)
2025-04-03 09:58:44 +05:30
liuning
f52deef13a
feat(coxist): update coexist_basic.h for SCO coexistence (21fc8af)
2025-03-28 19:26:45 +08:00
Sarvesh Bodakhe
481f448a61
fix(wifi): Fix connection failure for WPA-PSK keymgmt when password is changed (896528bf)
...
Fixes the regression introduced by e70b43e3f1
2025-03-28 13:50:07 +05:30
zhangyanjiao
1dc9cdbba0
1. fix(wifi): separate the lr bit for station and softap (3c3dba16)
...
2. fix(wifi): fix the noise floor error on C5/C61
2025-03-25 14:00:11 +08:00
tarun.kumar
bf5292507e
feat(wifi): Add SAE-EXT-KEY feature on softAP(48cd1f8)
2025-03-24 19:58:14 +05:30
Nachiket Kukade
779ab6d361
feat(esp_wifi): Add SSI in SDEA support for NAN Services (37da9b4f)
2025-03-20 12:54:47 +05:30
zhangyanjiao
912cbb942f
update wifi lib (d71bb127):
...
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
2025-03-19 17:52:51 +08:00
tarun.kumar
f6b785ece0
Fix issues with offchannel action tx and ROC operations(3bddf4a8)
2025-03-18 22:25:21 +05:30
zhangyanjiao
b328e5edbe
update wifi libs (7086521f):
...
1. Added new api to get mac clock time
2. Show mesh is deinited when calling mesh stop
3. Fixed the scan result error when AP is lr only mode
2025-03-14 15:40:34 +08:00
yinqingzhao
1f520709ef
fix(wifi): fix twt post just one event for multiple flow(c22be764)
2025-03-12 21:00:55 +08:00
muhaidong
39eb485521
fix(wifi): fix ersu compatibility issue(bcab101d)
2025-03-11 20:47:06 +08:00
zhangyanjiao
b41192c70c
update wifi lib (c0d159bf):
...
1. Add the oui check for ESPNOW
2. Add new apis to set/get user oui for ESPNOW
2025-03-11 14:30:54 +08:00
yinqingzhao
57e073e24a
fix(wifi): fix some bugs related channels(e9c684c5)
2025-03-03 20:40:04 +08:00
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
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
Li Shuai
dfbd8b0145
change(ps): optimize wifi sleep current for esp32c5 eco1 and beta3 (d23f80ad)
2025-01-17 17:15:39 +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
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
5c7ffad5b0
feat(wifi): wifi support 80211tx using 11ax and 11ac rate(b43b13e9)
2024-12-03 17:39:59 +08:00
wangtao@espressif.com
ede55ea6fd
feat(wifi): move softap csa and ditm config to nvs(59f0bdf2)
2024-11-07 15:31:32 +08:00
yinqingzhao
a663beed1a
fix(wifi): modify bandwidth in wifi_ap_record_t(fcc0eed5)
2024-11-04 20:31:37 +08:00
zhangyanjiao
5d2a37fe25
fix(wifi): Set AES IV to random value for esptouch_v2 (434429f3)
2024-11-01 14:37:30 +08:00
sibeibei
cde7c641e3
fix(wifi): fix some wifi issues 241031(e4accb5e)
...
1. fix cant sleep if reconnect to connected ap
2. clear pmk in internal reconnection
3. update connect status for init-->auth
4. add protection for probe request when wifi band is 5g
2024-10-31 19:00:59 +08:00
yinqingzhao
42ac37a653
fix(wifi): fix cache assess error when enable tx/rx stats when psram is enabled(a9a00f81)
2024-10-22 10:07:04 +08:00
Sarvesh Bodakhe
83dacb6ca3
fix(softAP): Fix wrong reason code used when application issues a disconnect for station (d8795c3)
2024-10-18 17:42:10 +05:30
zhangyanjiao
ce963e25e7
fix(wifi/espnow): Fixed espnow receive fail after setting peer rate config (371a1eaf)
2024-10-18 12:06:26 +08:00
Sarvesh Bodakhe
41b2e6890d
fix(wifi): Add support for 'WIFI_AUTH_WPA3_ENTERPRISE' and 'WIFI_AUTH_WPA2_WPA3_ENTERPRISE' authmodes (b7dc56e)
...
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.
2024-10-17 09:44:00 +05:30