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
muhaidong
1c2b9e8903
fix(wifi): enable p4 and esp8689 build iperf in ci
2024-09-05 09:57:08 +08:00
muhaidong
7d7e5059bb
fix(wifi): support esp32_host ext_connect in iper
2024-09-05 09:56:56 +08:00
muhaidong
1189ac4bcd
fix(iperf): add esp_extconn idf component ymy
2024-09-05 09:56:45 +08:00
muhaidong
c7c0fefd13
fix(wifi): fix wifi example itwt build fail issue
2024-08-27 15:48:20 +08:00
xuxiao
4cc7eecf4f
fix(wifi): fix some wifi bugs (v5.3)
2024-07-31 20:35:47 +08:00
Sarvesh Bodakhe
3a1cc2be50
fix(wifi): Free scan configuration after use when channel bitmap is used
2024-07-18 11:54:15 +05:30
muhaidong
68be49d2cf
fix(wifi): fixed scan get ap number issue
2024-05-20 11:58:16 +08:00
Chen Yudong
686878497e
docs: update wifi iperf README
2024-05-20 11:56:44 +08:00
Sarvesh Bodakhe
fdb4197d02
fix(esp_wifi): Add some bugfixes and cleanup in softAP
...
1. Fix wrong reason code in 'WIFI_EVENT_AP_STADISCONNECTED' event
2. cleanup in softAP for disconnecting connected station
3. Update examples to display reason while processing WIFI_EVENT_AP_STADISCONNECTED event
2024-05-20 11:50:09 +08:00
xuxiao
e11f030427
feat(wifi): add itwt teardown status
2024-05-20 11:49:54 +08:00
yinqingzhao
beebbada64
fix(wifi):esp32c6 wifi rx statistics is always zero
2024-05-20 11:47:43 +08:00
xuxiao
ec872c0c81
fix(wifi): fix code review comments
2024-04-10 15:27:50 +08:00
xuxiao
27f61966cd
feat(wifi): add esp32c5 beta3 wifi support
2024-04-10 14:09:40 +08:00
Jiang Jiang Jian
d885808b9f
Merge branch 'feature/advanced_roaming_support' into 'master'
...
Add advanced Wi-Fi roaming support through Wi-Fi app
Closes WIFI-6169, WIFI-4212, WIFIBUG-314, and IDFGH-10713
See merge request espressif/esp-idf!26126
2024-04-02 00:02:41 +08:00
Jiang Jiang Jian
b18a039263
Merge branch 'doc/update_espnow_example' into 'master'
...
docs(wifi): change the magic varible from int to uint32_t on the receiving side
Closes IDFGH-9560 and IDFGH-9366
See merge request espressif/esp-idf!29845
2024-04-01 23:13:13 +08:00
jgujarathi
c5d8acc40a
feat(esp_wifi): Showcase roaming_app capabalities through dedicated example
...
- Shows use of roaming app through dedicated example : roaming_app_example.
- Changes the location of the earlier roaming example by moving it into the roaming_11kvr.
- Please note that this feature is still experimental and still being optimised
and tuned.
2024-04-01 23:00:01 +08:00
jgujarathi
0d7c909e87
feat(esp_wifi): Showcases the new scan by bitmap config
...
- Showcases the ability to scan by the bitmap config newly added
to the wifi_scan_config_t by implementing it in the scan config
2024-04-01 23:00:01 +08:00
jgujarathi
ff622e4428
fix(wpa_supplicant): Apply the Neighbor report event in roaming example
...
- Apply the neighbor report event structure in the roaming example.
- This replaces the existing callback structure that existed earlier.
2024-04-01 23:00:01 +08:00
alanmaxwell
583c0d71ad
change(phy): move antenna example from wifi to phy
2024-04-01 14:59:27 +08:00
xiehang
f3c5047638
feat(extconn): Supports external WiFi connections for ESP32p4 and other espressf chips
2024-04-01 11:44:52 +08:00
Jiang Jiang Jian
38733a752d
Merge branch 'feat/move_iperf_component' into 'master'
...
feat: move iperf to component registry
Closes RDT-618
See merge request espressif/esp-idf!29537
2024-03-26 19:53:40 +08:00
zhangyanjiao
819244b521
docs(wifi): change the magic varible from int to uint32_t on the receiving side
...
Closes https://github.com/espressif/esp-idf/issues/10912
2024-03-26 16:45:04 +08:00
Chen Yudong
c48eb1055b
feat: move iperf to component registry
2024-03-22 10:53:24 +08:00
Sarvesh Bodakhe
1d71178193
fix(wpa_supplicant): Add bugfixes related to ciphersuites in wifi enterprise
...
- Avoid downgrading TLS ciphersuites when client RSA keys are larger than RSA-2048 bit.
- Note that when using bigger certificates on low-power chips without crypto
hardware acceleration, it is recommended to adjust the task watchdog timer (TWDT)
if it is enabled. For precise information on timing requirements, you can check
performance numbers at https://github.com/espressif/mbedtls/wiki/Performance-Numbers .
2024-03-20 09:33:52 +05:30