wangtao@espressif.com
4c82fc5cb8
fix(wifi): improve esp32c2 and esp32s2 tcp performance
2025-05-09 15:17:00 +08:00
yinqingzhao
dd9f8bfcbc
feat(wifi): chip esp32c5 eco2 support wifi
2025-04-28 10:52:55 +08:00
akshat
30c91a4898
bugfix(wpa_supplicant): Fix build errors when Supplicant logs are enabled
2025-04-17 16:49:35 +05:30
laokaiyao
9a88effab8
ci: disabled RF soc caps for c5 eco2
...
Disable the RF soc caps to bypass the build of un-supported RF examples
2025-04-16 11:01:39 +08:00
liuning
b5f992a9c9
example: add example for beacon sample feature
2025-04-14 11:51:06 +08:00
zhangyanjiao
a8bd4f0929
fix(wifi): Return more information in the espnow send callback
2025-04-10 14:05:12 +08:00
Jiang Jiang Jian
683fd03a43
Merge branch 'feature/bss_max_idle' into 'master'
...
feat(wifi): Improve and enable bss max idle support on all chips
See merge request espressif/esp-idf!34656
2025-04-08 22:44:33 +08:00
Sajia
c4f592679b
feat(wifi): Enable bss max idle support on all chips
...
- Fix issues in Max Idle period negotiation and protected keep alive
- Add BSS Max Idle config in SoftAP config and create a feature flag
- Add a unit test case to test both STA and SoftAP implementation
2025-04-08 12:40:15 +05:30
Kapil Gupta
bbf7f9b2a7
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-07 19:38:11 +05:30
Michael Stoll
1cfc4a4ede
feat: Add domain match to wifi_enterprise example
2025-04-07 14:41:39 +05:30
Jiang Jiang Jian
6a633f3ed0
Merge branch 'bugfix/sae_send_confirm' into 'master'
...
fix(esp_wifi): Fix send_confirm according to specification provided by IEEE 802.11
See merge request espressif/esp-idf!37868
2025-04-07 14:06:34 +08:00
Sajia
07540f3253
refactor(wifi): Add SAE PT config flag and optimize wifi bin size for sta mode
2025-04-03 10:00:28 +05:30
Lu Ai Jun
e2f50bea42
Merge branch 'ci/add_test_for_ecos_wifi_enterprise' into 'master'
...
CI: add C3 eco7 and C2 eco4 tests for wifi
See merge request espressif/esp-idf!37759
2025-03-31 10:10:56 +08:00
Nachiket Kukade
302d8e5fce
feat(esp_wifi): Add extended SSI support for NAN Services
...
1. Allow SSI in publish and subscribe, populate Peer's SSI in match events
2. Allow SSI with length higher than 255 bytes by using SDEA for all NAN services
3. Update API's to support SSI changes and other SDEA parameters
4. Fix use after free issues with NAN Beacons and SDF's
Closes https://github.com/espressif/esp-idf/issues/12473
Closes https://github.com/espressif/esp-idf/issues/13366
2025-03-21 15:52:23 +08:00
zhangyanjiao
19ecb580d4
fix(wifi): fixed the espnow data length error in example
2025-03-19 19:18:56 +08:00
Shreyas Sheth
93e9d0b1a6
ci(wifi): Add build test for with wpa3 disabled for station and softap
2025-03-19 13:20:32 +05:30
Kapil Gupta
ac0eaa0034
ci(wifi): Add builds for FT, RRM and WNM configs
2025-03-19 12:07:08 +08:00
luaijun
6e58f49724
ci(c2/c3): add major eco version tests
2025-03-17 14:51:25 +08:00
zhangyanjiao
e910c5755b
fix(wifi): Fixed the max log level not work when it exceeds the default log level
2025-03-14 15:11:44 +08:00
Roland Dobai
62ce56c542
Merge branch 'fix/fix_kconfig_files' into 'master'
...
fix(kconfig): Fix issues with Kconfig files
See merge request espressif/esp-idf!36726
2025-03-07 18:24:06 +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
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
Jan Beran
2ccbb2f91d
fix(kconfig): Fix issues with Kconfig files
2025-03-03 13:02:41 +01:00
Chen Jian Xing
0902e70e94
Merge branch 'bugfix/fix_delete_queue_error_in_espnow_example' into 'master'
...
fix(wifi): fix the delete queue error in espnow exapmle
Closes IDFGH-14632
See merge request espressif/esp-idf!36934
2025-02-17 14:50:15 +08:00
Jiang Jiang Jian
369b09c2db
Merge branch 'bugfix/fix_p4_8689_issue' into 'master'
...
fix(wifi): fix p4 host issue
Closes WIFIBUG-809
See merge request espressif/esp-idf!36608
2025-02-13 20:21:27 +08:00
Jiang Jiang Jian
2e5e9fc4aa
Merge branch 'feature/nan_support_c5' into 'master'
...
Enable Wi-Fi Aware (NAN) on ESP32C5 and ESP32C61
Closes IDF-10599 and IDF-10628
See merge request espressif/esp-idf!30495
2025-02-13 16:52:00 +08:00
zhangyanjiao
5b5521d45a
fix(wifi): fix the delete queue error in espnow exapmle
...
Closes https://github.com/espressif/esp-idf/issues/15383
2025-02-13 15:48:14 +08:00
muhaidong
0d6b116aad
fix(wifi): fix some esp32p4 host issues
2025-02-13 15:08:29 +08:00
Soh Kam Yung
ad9c5637ee
feat(hosted_in_iperf): Adds esp_hosted for P4
...
Adds esp_wifi_remote and esp_hosted as managed components to
examples/wifi/iperf for EPS32-P4
Adds sdkconfig.defaults.esp32p4
Added notes in Readme on using iperf with ESP32-P4.
Tested on ESP32-P4 <-> ESP32-C6 Eval board. Works using SDIO by
default.
2025-02-10 17:03:19 +08:00
Nachiket Kukade
4b89f9934b
feat(wifi): Enable Wi-Fi Aware (NAN) for ESP32C5 and ESP32C61
2025-02-10 14:57:53 +08:00
Chen Yudong
19f019df0e
ci: add test to check wifi bin size when disable softap
2025-01-21 15:32:22 +08:00
entrop1a
b62c4e07e4
fix(examples): Error when NAN Discovery is started more than once
...
Merges https://github.com/espressif/esp-idf/pull/14762
2025-01-16 11:26:58 +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
Roland Dobai
46e37515b8
Merge branch 'feat/examples_minimal_build' into 'master'
...
switch examples to build just with required components
Closes IDF-11308, IDF-7940, and IDF-11289
See merge request espressif/esp-idf!33825
2024-11-25 16:27:29 +08:00
Kapil Gupta
b7d412ce87
Merge branch 'fix/lwip_remove_unused_flags' into 'master'
...
fix(lwip): Remove unused LWIP flags from test configs
See merge request espressif/esp-idf!34056
2024-11-22 19:42:54 +08:00
Frantisek Hrbata
1c92945f59
change(examples): switch examples to use a minimal build
...
Currently, several example dependencies rely on the fact that all
registered components are added to the build, along with components
specified in common requirements. This results in longer build times
because even unused components must be built. Switch all examples to use
idf_minimal_build to compile only the components actually required by
the example.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2024-11-20 20:14:40 +01:00
Frantisek Hrbata
ad15109daa
change(examples): explicitly specify component dependencies for examples
...
Currently, several examples do not explicitly state their component
dependencies, relying instead on the default behavior that includes all
registered components and commonly required ones in the build.
Explicitly adding component dependencies can reduce build time when
set(COMPONENTS main) is used.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2024-11-20 14:11:24 +01:00
David Cermak
4449c8bfa2
fix(lwip): Remove unused LWIP flags from test configs
2024-11-18 23:06:17 +08:00
Chen Yudong
d70a6861bb
change: Update ping-cmd component to v1.0.0
2024-11-18 15:29:17 +08:00
yinqingzhao
34ba72a431
feat(twt): twt add parameter to enable keep alive
2024-11-05 14:12:02 +08:00
xuxiao
d092c1ba55
feat(wifi): add wifi support for esp32c5 eco1
2024-10-28 19:19:18 +08:00
Sarvesh Bodakhe
61a13d7e3b
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.
2024-10-17 11:12:29 +05:30
diplfranzhoepfinger
a26858618a
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-13 16:25:25 +05:30
yinqingzhao
6e4d3104b2
fix(wifi): fix some macro definition not correct
2024-09-30 15:38:28 +08:00
xuxiao
c586b87d7e
fix(wifi): modify sdkconfig to improve esp32c61 iperf performance
2024-09-26 19:24:23 +08:00
Li Shuai
9f030d1a0c
fix(ci): some modify for ci pass
2024-09-23 10:29:48 +08:00
Lou Tianhao
bc0404ae03
fix(ci): some actions taken to pass CI
2024-09-20 14:10:45 +08:00
Li Shuai
072ea6bb44
fix(ci): some modify for ci pass
2024-09-19 20:04:44 +08:00
Li Shuai
eeb55c3f04
change(example/power_save): modify to support dfs min frequency select to 48 MHz xtal
2024-09-19 20:04:44 +08:00