Kapil Gupta
401259356b
ci(wifi): Add builds for FT, RRM and WNM configs
2025-04-07 12:28:22 +05:30
Kapil Gupta
740e7607cd
fix(esp_wifi): Correctly break 11kv config into wnm and rrm configs
2025-04-07 12:22:23 +05:30
Aditi
b49a48ae8e
fix(wpa_supplicant): Add two separate flags for RRM and WNM
...
Added two separate flags CONFIG_RRM(80211k) and CONFIG_WNM(80211v)
flags under IEEE80211KV support flag.
2025-04-07 12:22:23 +05:30
Shreyas Sheth
241954faa3
feat(wifi): Add support for transition_disable for softAP
...
Bugfix rsnxe len for assoc req
2025-04-07 12:22:23 +05:30
Sarvesh Bodakhe
27f45e1ab8
fix(wifi): Fix wrong PMKSA cache entry being used when wifi password is changed
2025-04-06 19:08:55 +05:30
yinqingzhao
170dedca9e
fix(wifi): fix some wifi bugs
2025-03-27 17:55:00 +08:00
zhangyanjiao
a5408d12e4
fix(wifi): Added timer to send wake null after STA received assoc response
2025-03-20 16:01:56 +08:00
zhangyanjiao
b1e08c2e99
fix(wifi): Fixed the scan information error when AP in LR only mode
2025-03-19 19:25:45 +08:00
zhangyanjiao
3fda67ee14
docs(wifi): update the description for esp_mesh_send() return value
...
Closes https://github.com/espressif/esp-idf/issues/14440
2025-03-19 19:13:38 +08:00
tarun.kumar
9bab5268f3
fix(wifi): Modify authmode to sta for sta connect event
2025-03-10 15:07:17 +05:30
Sajia
f70b9ed99e
fix(esp_wifi): Check SSID from Assoc Req before starting SA Query
2025-03-03 14:51:24 +08:00
liuning
56d0173011
feat(coex): add coexist scheme for bt inquiry/page coexist with wifi
2025-02-15 15:41:10 +08:00
muhaidong
2d900a63a2
fix(wifi): fix wep shared auth connect fail issue
2025-02-11 17:53:28 +08:00
Sarvesh Bodakhe
a01148d536
fix(wifi): 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
2025-02-10 23:47:11 +05:30
Sarvesh Bodakhe
f77aa29905
revert(wifi): Revert support for WPA3 Enterprise authentication modes
...
This commit reverts the support for 'WIFI_AUTH_WPA3_ENTERPRISE' and
'WIFI_AUTH_WPA2_WPA3_ENTERPRISE'.
This reverts commit d2ba44d9e1
.
2025-02-10 16:32:42 +08:00
wangtao@espressif.com
0d4df082fe
fix(wifi): fix max idle period 1 issue
2025-01-23 15:31:56 +08:00
Sarvesh Bodakhe
806b75938a
feat(wpa_supplicant): Add WIFI_EVENT_AP_WRONG_PASSWORD in SoftAP
...
This event is triggered when external station tries connecting to softAP
with wrong password.
Currently supported softAP AUTH modes: WPA-PSK, WPA2-PSK and WPA3-PSK (SAE-auth)
2025-01-16 20:13:55 +05:30
yinqingzhao
358d1ec359
fix(wifi): remove micro definition
2025-01-15 16:09:55 +08:00
liuning
a122a750fb
fix(wifi): fix double max active time, fix coex pwr period cant been updated by ps type set
2025-01-14 10:42:47 +08:00
zhangyanjiao
e221554c3e
fix(wifi/mesh): fixed the mesh connection failure in WPA3 mode after erasing flash
...
Closes https://github.com/espressif/esp-idf/issues/14095
2025-01-13 11:16:47 +08:00
Sarvesh Bodakhe
d2ba44d9e1
fix(wifi): Add support to recongize different WPA3 Authentication modes from specs
...
1. 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.
2. Add placeholder enums in 'wifi_auth_mode_t' for maintaining
forward compatibility with minor versions > v5.2
2025-01-09 10:41:28 +05:30
yinqingzhao
44fd1e0d3a
feat(wifi): avoid compiling components related to wifi when wifi is not supported
2025-01-08 15:40:42 +08:00
yinqingzhao
53a526e52d
feat(wifi): wifi support 80211tx using 11ax rate
2025-01-08 15:19:18 +08:00
wangtao@espressif.com
4ad1537cda
fix(wifi): backport some wifi feature and bugfixs
2025-01-02 17:48:19 +08:00
wangtao@espressif.com
59e0ed5a6c
fix(wifi): fix spiram ignore issue
2025-01-02 16:35:42 +08:00
wangtao@espressif.com
17264b1b74
feat(wifi): fix SPIRAM_IGNORE_NOTFOUND releated config
2025-01-02 16:34:29 +08:00
wangtao@espressif.com
6b8f294eaa
change(wifi): change softap default dtim period to 1
2025-01-02 16:09:30 +08:00
muhaidong
e746365100
fix(wifi): fixed softap rx bar from null bss issue
2024-12-11 19:12:43 +08:00
wangtao@espressif.com
66b90652d3
feat(wifi): add protect for softap send no bss deauth releated code lib
2024-12-10 21:07:09 +08:00
akshat
79ab50bc69
fix(wifi): Prevent overwriting of scan parameters in consecutive scans
2024-12-05 16:06:00 +08:00
Jiang Jiang Jian
9d7bf28e8e
Merge branch 'bugfix/retry_count_when_sta_disconnect_v5.2' into 'release/v5.2'
...
fix(wifi): Do not attempt re-connection as per 'failure_retry_cnt' when sta itself issues disconnect in between of connection establishment (Backport v5.2)
See merge request espressif/esp-idf!34183
2024-12-05 14:00:10 +08:00
Sergei Silnov
566d04ecd9
Merge branch 'fix/unity_tester_v5.2' into 'release/v5.2'
...
refactor: changed logic of unity_tester (v5.2)
See merge request espressif/esp-idf!35394
2024-12-05 01:38:57 +08:00
akshat
7d1324807b
fix(wifi): Do not try re-connection when sta disconnects with esp_wifi_disconnect()
...
Do not follow wifi_config::wifi_sta_config::failure_retry_cnt logic when
station itself issues a disconnect from AP/Router using
esp_wifi_disconnect()
2024-12-04 13:02:10 +05:30
igor.udot
e09fd7fce4
refactor: changed logic of unity_tester, replaced threads by generators
2024-12-03 09:43:15 +01:00
wangtao@espressif.com
ad3be2f362
feat(wifi): update support esp32c2eco4 wifi lib
2024-12-03 15:12:09 +08:00
wangtao@espressif.com
4014565cd1
feat(wifi): support esp32c2 eco4 wifi bringup sync head
2024-12-03 15:08:00 +08:00
wangtao@espressif.com
0519619e26
feat(wifi): support esp32c2 eco4 wifi bringup
2024-12-03 14:38:40 +08:00
Sarvesh Bodakhe
fca3fab225
fix(wifi): Fix wrong wifi reason codes reported on station and softAP
...
- Fix wrong reason code reported when softAP issues a disconnect for station
- Fix wrong reason code reported when association timeout happens at station
- Deprecate enums WIFI_REASON_ASSOC_EXPIRE, WIFI_REASON_NOT_AUTHED, WIFI_REASON_NOT_ASSOCED
and use WIFI_REASON_DISASSOC_DUE_TO_INACTIVITY,
WIFI_REASON_CLASS2_FRAME_FROM_NONAUTH_STA,
WIFI_REASON_CLASS3_FRAME_FROM_NONASSOC_STA respectively
- Update wifi documentation related to reason codes
2024-11-26 23:36:54 +05:30
Sarvesh Bodakhe
79f13ab9d8
fix(wifi): Fix bug in wrong profile checking of AP's RSNXE IE
2024-11-26 23:36:52 +05:30
wangtao@espressif.com
8626e5f400
fix(wifi): fix ampdu to normal cause free buffer twice issue
2024-11-22 16:49:41 +08:00
yinqingzhao
40aac77060
fix(wifi): fix some wifi bugs
2024-11-20 19:17:40 +08:00
yinqingzhao
8f324ba6ba
feat(twt): twt add parameter to enable keep alive
2024-11-20 19:08:56 +08:00
liuning
f926cd0007
fix(coex): fix esp32c2/esp32c5/esp32c61 coexist memory leakage issue
2024-11-18 14:20:31 +08:00
liuning
35e0bea829
feat(coex): optimize connectionless coexist pwr, optimize wifi pwr with bt idle
2024-11-18 14:17:51 +08:00
Jiang Jiang Jian
d4b7c38d79
Merge branch 'fix/wifi_netif_null_deref_v5.2' into 'release/v5.2'
...
esp_wifi: Add null pointer checks to WiFi-netif APIs (v5.2)
See merge request espressif/esp-idf!34159
2024-11-18 11:17:50 +08:00
zhangyanjiao
5a354837a8
fix(wifi): Optimization for wifi components
...
1. fix(wifi/pm): Fixed the tbtt interval update error when AP's beacon interval changed
Closes https://github.com/espressif/esp-idf/issues/14720
2. fix(wifi/mesh): Enlarge the mesh TX task stack
3. fix(wifi/espnow): Added check for espnow type and length on v1.0
4. fix(wifi/mesh): Fixed delete group id error in wifi mesh
Closes https://github.com/espressif/esp-idf/issues/14735
2024-11-14 10:42:42 +08:00
zhangyanjiao
f9ef78528e
docs(wifi/espnow): Update the description for ESP-NOW frame
2024-11-14 10:25:56 +08:00
David Cermak
d86c7ce118
fix(esp_wifi): Add null pointer checks to WiFi-netif APIs
...
Added null pointer checks to WiFi-netif API functions to prevent potential
crashes from invalid arguments, updated unit tests.
Closes https://github.com/espressif/esp-idf/issues/8702
2024-11-11 23:55:17 +08:00
zhangyanjiao
d47ed7d6f8
fix(wifi): Support AES IV with random value in esptouch v2
2024-11-11 15:37:32 +08:00
xuxiao
402911dfae
fix(wifi): fix some bss color issues
2024-11-04 11:52:17 +08:00