Commit Graph

456 Commits

Author SHA1 Message Date
yinqingzhao
4e1cab0a9b fix(itwt): fix flow id 0 cannot suspend in itwt example 2026-07-01 12:28:58 +08:00
yinqingzhao
ac7d6034a0 fix(wifi): fix scheduling issue when tasks have the same priority as the Wi-Fi task 2026-07-01 12:28:35 +08:00
sibeibei
b9c64236c1 feat(ci): add sleep cache safe check for wifi power save 2026-06-25 16:54:53 +08:00
muhaidong
c349615654 fix(wifi): update auth mode threshold doc 2026-05-20 11:19:07 +08:00
muhaidong
2c2eee578e fix(wifi): add ESP_WIFI_MAX_CONN_NUM-aligned ranges for soft-AP max STA Kconfig 2026-05-20 11:19:07 +08:00
Xu Si Yu
6654fe739d feat(coex): enable external coexistence command 2026-04-30 10:31:53 +08:00
Evgeny Torbin
59f62ad15f test: format all test scripts 2026-04-17 16:01:00 +02:00
ding huan
1508c66e2b fix(example): update wifi-cmd version in iperf 2026-03-26 10:53:41 +08:00
tarun.kumar
6046926d0e fix(roam) : Set and unset roam scan ongoing flag properly 2026-03-04 17:13:34 +05:30
wuzhenghui
9e61f2949e feat(example): add cache safe check for wifi powersave example CI 2026-02-13 12:22:58 +08:00
zhangyanjiao
d958c05e90 fix(wifi/espnow): Increase the espnow example stack size
Closes https://github.com/espressif/esp-idf/issues/18128
2026-01-19 10:32:33 +08:00
Chen Yudong
352d84be01 ci: fix sdkconfig.ci.xxx for wifi examples 2025-12-03 12:34:14 +08:00
Chen Yudong
164cfba69d ci: rename wifi_two_dut to two_duts 2025-12-03 12:34:10 +08:00
akshat
dcb427560f bugfix(wifi): Improve FTM Query logging for AP-Sta mode 2025-10-17 10:08:42 +05:30
Kapil Gupta
fc106b3dbd fix(esp_wifi): Address review comments 2025-07-18 23:50:46 +08:00
Kapil Gupta
e47e4691b3 feat(esp_wifi): Add support to limit EAP methods
Added support to limit EAP method supported by device based on
user configuration.
2025-07-18 23:50:46 +08:00
akshat
76455646a0 bugfix(wifi): Define ETH_ALEN for IPV6 Communication Type 2025-07-10 09:56:52 +05:30
wangtao@espressif.com
c3798f5c7a fix(wifi): improve esp32c2 and esp32s2 tcp performance 2025-06-26 11:11:42 +08:00
akshat
3f27399ef4 feat(esp_wifi): Add extended SSI support for NAN Services 2025-05-08 11:14:57 +05:30
Jiang Jiang Jian
0a0b9bf02d Merge branch 'bugfix/wps_msg_timeout_increase_v5.3' into 'release/v5.3'
fix(esp_wifi): Increase WPS message timeout (v5.3)

See merge request espressif/esp-idf!38876
2025-05-06 16:38:35 +08:00
Kapil Gupta
b3baf8c026 fix(esp_wifi): Code cleanup for PR#15550 PR#15551
Closes https://github.com/espressif/esp-idf/pull/15550
Closes https://github.com/espressif/esp-idf/pull/15551
2025-04-30 17:57:37 +08:00
Michael Stoll
832bd03971 feat: Add domain match to wifi_enterprise example 2025-04-30 17:57:37 +08:00
akshat
2922213f7d bugfix(wpa_supplicant): Fix build errors when Supplicant logs are enabled 2025-04-30 15:25:10 +05:30
zhangyanjiao
b8a242abca fix(wifi): Fixed the max log level not work when it exceeds the default log level 2025-04-22 11:51:30 +08:00
Jiang Jiang Jian
0ac4b9a486 Merge branch 'bugfix/sae_send_confirm_v5.3' into 'release/v5.3'
fix(esp_wifi): Fix send_confirm according to specification provided by IEEE 802.11 (v5.3)

See merge request espressif/esp-idf!38435
2025-04-22 10:21:13 +08:00
Roland Dobai
28b2914c95 Merge branch 'fix/fix_kconfig_files_v5.3' into 'release/v5.3'
fix(kconfig): Fix issues with Kconfig files (v5.3)

See merge request espressif/esp-idf!37576
2025-04-21 15:48:18 +08:00
Jiang Jiang Jian
10a20f3388 Merge branch 'ci/add_test_for_ecos_wifi_enterprise_v53' into 'release/v5.3'
ci(c2/c3): add major eco version tests(v5.3)

See merge request espressif/esp-idf!37806
2025-04-17 10:56:45 +08:00
Shreyas Sheth
d5b8462f5b ci(wifi): Add build test for with wpa3 disabled for station and softap 2025-04-16 11:56:31 +05:30
luaijun
2f749a21e7 ci(c2/c3): add major eco version tests 2025-04-08 10:34:19 +08:00
Jan Beran
4b3d7a33f4 fix(kconfig): Fix issues with Kconfig files 2025-03-24 10:32:00 +01:00
Kapil Gupta
18d8bc4286 ci(wifi): Add builds for FT, RRM and WNM configs 2025-03-19 12:42:24 +05:30
Kapil Gupta
91622962fc fix(esp_wifi): Correctly break 11kv config into wnm and rrm configs 2025-03-05 12:39:11 +05:30
Aditi
b2abac0a4e 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-02-28 11:35:22 +08:00
muhaidong
2e5099261f fix(wifi): fix some wifi bugs 250226
1. fix(wifi): fix some esp32p4 host issues
2. fix(wifi): fix wep shared auth connect fail issue
3. fix(coex): fix disable external coex fail issue
2025-02-26 17:09:43 +08:00
zhangyanjiao
9b5d325650 fix(wifi): fix the delete queue error in espnow exapmle
Closes https://github.com/espressif/esp-idf/issues/15383
2025-02-17 14:56:16 +08:00
Sarvesh Bodakhe
d90f31c29e revert(wifi): Revert support for WPA3 Enterprise authentication modes
This reverts commit ca4d97bb22.
2025-02-11 10:52:53 +08:00
Sarvesh Bodakhe
ca4d97bb22 fix(wifi): Add support to recongize different WPA3 Authentication modes from specs
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.
2025-01-03 12:54:58 +05:30
Jiang Jiang Jian
075e6d8cad Merge branch 'fix/update_ping_cmd_version_v5.3' into 'release/v5.3'
update: Update ping-cmd component to v1.0.0 (v5.3)

See merge request espressif/esp-idf!35013
2024-12-09 15:41:19 +08:00
Chen Yudong
00cd226fd4 ci: increase test_wifi_power_save got ip timeout 2024-12-02 14:57:39 +08:00
Chen Yudong
e7b6e57134 change: Update ping-cmd component to v1.0.0 2024-11-19 11:38:24 +08:00
yinqingzhao
439cb125c5 feat(twt): twt add parameter to enable keep alive 2024-11-14 14:03:13 +08:00
jgujarathi
74bb92cc5f fix(esp_wifi): Stops roaming app upon application initiated disconnect
Stops roaming app when the application initiates a disconnect.
Roaming app if enabled will be restarted when the station reconnects again.
2024-10-25 23:32:14 +05:30
Jiang Jiang Jian
8d472cf779 Merge branch 'fix/fix_esp32c2_tx_shake_issue_v53' into 'release/v5.3'
fix(wifi): fix esp32c2 tx shake issue v53

See merge request espressif/esp-idf!34388
2024-10-23 13:55:19 +08:00
wangtao@espressif.com
0c0dce7c4f fix(wifi): fix esp32c2 tx shake issue 2024-10-23 11:12:41 +08:00
wangtao@espressif.com
e80ab15073 fix(wifi): fix softap_sta example default dns addr invaild issue 2024-10-18 14:07:46 +08:00
diplfranzhoepfinger
2028984bbb fix(esp_wifi): Correct typos in example/scan.c
Closes https://github.com/espressif/esp-idf/issues/14102
Closes https://github.com/espressif/esp-idf/pull/14103
2024-10-14 17:13:54 +05:30
Nachiket Kukade
7a7ad4a62e fix(esp_wifi): Fix FTM issues in AP-STA mode
Add AP-STA mode support in FTM example
Update wifi libs with below changes -
- Use ex-AP's bandwidth in FTM request when connected
- Allow Bandwidth downgrade in FTM negotiation
- Use separate calibration when Initiator performs 20MHz FTM
  while in-AP is in 40MHz
2024-10-08 16:06:30 +08:00
Kapil Gupta
efc79c72ed fix(esp_wifi): Added prints in btm roam for error condition 2024-10-06 16:52:25 +05:30
muhaidong
71eb08b702 fix(wifi): enable ci build by sdkconfig.ci.esp32p4_with_extconn 2024-09-06 10:03:35 +08:00
Chen Yu Dong
4e7a7b60c1 fix(ci): update iperf build ci condition
Co-authored-by: Chen Yu Dong <chenyudong@espressif.com>
2024-09-05 09:57:08 +08:00