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
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
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
yinqingzhao
3b8d9c4049
fix(wifi): fix some wifi bugs(79fa3f41)
2025-03-07 16:02:35 +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
liuning
0da5a8a5df
fix(coex): sync up coexist head file, fix coexist memory leakage issue (5cb1773)
2024-10-15 10:40:20 +08:00
xuxiao
a93530033a
fix(wifi): add bss color support for softap (033cc9b6)
2024-10-12 10:34:05 +08:00
akshat
903d1e428f
fix(wifi): Prevent overwriting of scan parameters in consecutive scans (0a80d450)
2024-10-10 11:12:57 +05:30
wangtao@espressif.com
49187f511a
fix send deauth mac list lock free issue(10f678b9)
2024-10-09 11:35:05 +08:00
sibeibei
6c96f870ae
fix(wifi): fix wifi bugs 240919 (0f030ffc)
...
1. fix(coex): check tx conn traffic when coex stop
2. fix(coex): tbtt update failed under coexist
2024-10-08 15:10:09 +08:00
Sarvesh Bodakhe
e5111a1452
fix(wifi): Fix bug in wrong profile checking of AP's RSNXE IE (c02914da)
2024-10-07 16:28:38 +05:30
muhaidong
e622b6256d
fix(wifi): fixed association refused temporarily issue(5b9c2d84)
2024-09-29 19:09:48 +08:00
zhangyanjiao
43c2ddb15a
feat(wifi/espnow): Support longer data length in espnow (85291439)
2024-09-27 14:18:53 +08:00
zhangyanjiao
53321dadb5
fix(wifi): modify the scan channels on 5g for smartconfig (45c9808a)
2024-09-25 08:51:58 +08:00
yinqingzhao
eae9d940fc
fix(wifi): modify some SOC_WIFI_SUPPORT_5G to CONFIG_SOC_WIFI_SUPPORT_5G(3dbda2f0)
2024-09-24 13:13:02 +08:00
Sajia
80250846cb
feat(ftm): add ftm calibration values for esp32c6 (05145de7)
2024-09-23 18:58:06 +05:30
Kapil Gupta
8fb10b39ba
refactor(esp_wifi): Cleanup of wifi crypto funcs within wifi libs(9f408925)
...
- Remove unnecessary funcs from wpa_crypto_funcs_t and consolidate some
of their usages in wifi libs
2024-09-23 14:19:05 +05:30
yinqingzhao
6b249f7335
feat(wifi):wifi add channel bit definition(cf504443)
2024-09-18 19:05:32 +08:00
liuning
efa80057b0
feat(wifi): optimize connectionless coexist pwr (5319b2c)
2024-09-13 19:34:51 +08:00
xuxiao
d44e167813
feat(wifi): add support for ap choose between different band (d7bc7803)
2024-09-11 17:56:18 +08:00
Kapil Gupta
f78422a3cb
fix(esp_wifi): Stops roaming app upon application initiated disconnect(fd848e47)
2024-09-10 18:41:05 +05:30
wangtao@espressif.com
e809681ae3
feat(wifi): add protect for softap send no bss deauth(3f3d805b)
2024-09-10 14:22:28 +08:00
liuning
3b8ae052ea
feat(wifi): support wifi/coex GPIO debug (be20e016)
2024-09-09 10:48:32 +08:00
wangtao@espressif.com
9e3b687fe2
feat(wifi):support esp32c2 eco4 wifi(a25e26a3)
2024-09-04 10:30:25 +08:00
aditi
f28ad22ab8
fix(esp_wifi): Fix reason code for sta not supporting GCMP(005e6c8)
...
Add fix for returning correct reason code when sta doesn't
support GCMP to ensure consistent behaviour for all chips.
2024-08-29 18:29:29 +05:30
Li Shuai
67719288d8
fix(pm): fix the issue of station fail to connect to softap caused by abnormal rf flag signal (0f846772)
2024-08-22 21:52:20 +08:00