Jiang Jiang Jian
865adce22c
Merge branch 'bugfix/fix_some_wifi_bugs_202502' into 'master'
...
feat(wifi): modify the description of function 'esp_wifi_set_band'
See merge request espressif/esp-idf!37375
2025-03-06 11:37:31 +08:00
Kapil Gupta
3c7ca8f2c9
Merge branch 'bugfix/11kv_config_break' into 'master'
...
fix(esp_wifi): Correctly break 11kv config into wnm and rrm configs
Closes WIFIBUG-1065
See merge request espressif/esp-idf!37451
2025-03-05 18:28:26 +08:00
yinqingzhao
7841a55a71
feat(wifi): modify the description of function 'esp_wifi_set_band'
2025-03-05 17:07:36 +08:00
Igor Udot
3b41e2ce9a
Merge branch 'ci/pytest-mark-formatter' into 'master'
...
Ci/pytest mark formatter
Closes IDFCI-2662 and IDFCI-2651
See merge request espressif/esp-idf!35476
2025-03-05 15:43:48 +08:00
Kapil Gupta
4f127f57e2
fix(esp_wifi): Fix some compilation errors in roaming app
2025-03-05 12:24:15 +05:30
Kapil Gupta
c058048085
fix(esp_wifi): Correctly break 11kv config into wnm and rrm configs
2025-03-05 12:24:11 +05:30
igor.udot
daf2d31008
test: format all test scripts
2025-03-05 12:08:48 +08:00
yinqingzhao
1c5708b07b
fix(wifi): fix some bugs related channel
2025-03-03 20:40:45 +08:00
Sarvesh Bodakhe
3d5bf355c3
fix(wifi): Fix wrong PMKSA cache entry being used when wifi password is changed
2025-02-21 10:54:57 +05:30
Aditi
5b7cee8631
fix(esp_wifi): Fix for issue in esp_now_send when wifi tx callback registered
2025-02-18 14:36:19 +05:30
tarun.kumar
147ffec4ac
fix(wifi): Modify authmode to sta for sta connect event
2025-02-14 16:08:32 +05:30
muhaidong
0d6b116aad
fix(wifi): fix some esp32p4 host issues
2025-02-13 15:08:29 +08:00
Zhang Xiao Yan
a31acef0ac
docs: update the API description for esp-wifi_scan_get_ap_records
2025-02-12 19:54:46 +08:00
Nachiket Kukade
e37523a44b
fix(esp_wifi): Check SSID from Assoc Req before starting SA Query
2025-02-10 16:56:46 +05:30
Sarvesh Bodakhe
572eb92871
fix(wifi): Fix crash when failure_retry_cnt is set in station config
...
Fixes the regression introduced by 21c2bef602a09ad63f331a788416149484390d80
2025-01-24 13:47:13 +05:30
Sarvesh Bodakhe
21c2bef602
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-01-24 13:49:31 +08:00
muhaidong
9b7a5096c5
fix(wifi): fix wep shared auth connect fail issue
2025-01-23 15:58:26 +08:00
wangtao@espressif.com
bba4231384
fix(wifi): fix max idle period 1 issue
2025-01-21 21:14:19 +08:00
Li Shuai
2fce894c82
change(esp_phy): fix some wifi power save issues and optimize phy sleep for esp32c5 eco1 and beta5
2025-01-17 17:16:37 +08:00
Jiang Jiang Jian
22869af2c6
Merge branch 'feat/add_inq_page_coex_schm' into 'master'
...
feat(coex): add coexist scheme for bt inquiry/page coexist with wifi
Closes BT-3933 and BT-3541
See merge request espressif/esp-idf!36142
2025-01-17 13:56:55 +08:00
Roland Dobai
6a7e34997e
Merge branch 'fix/remove_duplicates_from_sdkconfig_renames' into 'master'
...
fix: remove duplicit lines from sdkconfig.rename files
Closes IDF-9604
See merge request espressif/esp-idf!35219
2025-01-13 15:53:41 +08:00
linruihao
2096a99deb
feat(coex): add coexist scheme for bt inquiry/page coexist with wifi
2025-01-10 15:54:13 +08:00
zhangyanjiao
fcb69ae5cd
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-09 12:06:14 +08:00
Sarvesh Bodakhe
c9fb7769af
fix(wifi): Fix bug in authmode detection for wpa2/wpa3 enterprise
...
WPA3-Enterprise mandates the use of AKM suite selector
00:0F:AC:5 (IEEE80211 802.1X with SHA-256)
2025-01-08 12:44:05 +05:30
Jan Beran
92abdb88c8
fix: remove duplicit lines from sdkconfig.rename files
2025-01-06 10:17:09 +01:00
Kapil Gupta
80132653c7
fix(esp_wifi): Address some review comments
2025-01-03 16:47:00 +05:30
Aditi
a1631199dc
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-01-03 16:44:49 +05:30
Aditi
bf991b5911
fix(wpa_supplicant): Add some minor fixes in roaming
...
1) Add a fix in roaming example for 11kvr
2) Removed length constraint for neighbor report received.
2025-01-03 16:44:49 +05:30
Kapil Gupta
fbe9fcd7bf
Merge branch 'bugfix/roaming_app_issues' into 'master'
...
fix(wifi): Fix some issues observed in roaming app
Closes WIFIBUG-904, WIFIBUG-881, and WIFIBUG-905
See merge request espressif/esp-idf!34519
2025-01-03 12:47:18 +08:00
Kapil Gupta
5633f2f169
fix(esp_wifi): Removed unnecessary handlers to cleanup
2025-01-02 11:52:15 +05:30
Kapil Gupta
de28ee09d6
fix(esp_wifi): Roaming app, sync api naming
2025-01-02 11:47:18 +05:30
Kapil Gupta
2577769813
fix(esp_wifi): Some more cleanup for roaming app
2025-01-02 11:47:18 +05:30
Kapil Gupta
7028b8f573
fix(esp_wifi): moving around roaming app code a bit
2025-01-02 11:47:18 +05:30
Kapil Gupta
f61847b4b4
fix(roaming_app): Add get set config params for the app
2025-01-02 11:47:18 +05:30
Kapil Gupta
e028cc6952
fix(wifi): Provide a config option to skip IP renew during roam
2025-01-02 11:47:18 +05:30
Kapil Gupta
d2fde65545
fix(esp_wifi): Set minimum scan time to 30ms in roaming app
2025-01-02 11:47:18 +05:30
Kapil Gupta
6693354474
fix(wifi): Fix some issues observed in roaming app
2025-01-02 11:47:18 +05:30
yinqingzhao
f5b4187e50
feat(wifi): add wifi support for esp32c61 eco2
2024-12-30 10:40:58 +08:00
Shreyas Sheth
81940d44bc
fix(wifi): Resolve comments for softap fixes
2024-12-27 16:21:52 +05:30
Shreyas Sheth
484736976c
feat(wifi): Add support for transition_disable for softAP
...
Bugfix rsnxe len for assoc req
2024-12-27 15:58:47 +05:30
liuning
595c9f32f4
fix(wifi): fix double max active time, fix coex pwr period cant been updated by ps type set
2024-12-24 14:36:28 +08:00
Sarvesh Bodakhe
6fd082f8ac
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)
2024-12-14 18:17:53 +05:30
yinqingzhao
58c1d39720
fix(wifi): expend bit width of channel in rxctrl
2024-12-09 19:52:36 +08:00
yinqingzhao
53e65c845b
feat(wifi): wifi support 80211tx using 11ax and 11ac rate
2024-12-04 14:24:19 +08:00
wangtao@espressif.com
6e509d8ac9
fix(wifi): fix hostap recv unassoc pspoll send deauth issue
2024-11-29 16:10:31 +08:00
yinqingzhao
7a8a4741c8
fix(wifi): fix esp32c5 schan and nchan not take effect on 2.4G
2024-11-28 19:10:59 +08:00
xuxiao
0b7a19c211
fix(wifi): fix esp32c6 can receive data frames where the SA (Source Address) matches its own address
2024-11-26 14:10:43 +08:00
Jiang Jiang Jian
1f947551c0
Merge branch 'feat/sleep_retention_expand_module_bitmap' into 'master'
...
expand the number of sleep retention modules supported on different chips
Closes PM-230
See merge request espressif/esp-idf!33755
2024-11-20 14:50:35 +08:00
yinqingzhao
f40c2cbc72
feat(wifi): avoid compiling components related to wifi when wifi is not supported
2024-11-19 11:02:09 +08:00
Li Shuai
8eea8a8ef3
change(esp_hw_support): update some modules sleep retention init dependency bitmap
2024-11-18 15:40:47 +08:00