2019-04-28 15:38:46 +08:00
|
|
|
idf_component_register(SRCS "iperf.c"
|
2022-12-20 22:07:09 +08:00
|
|
|
"wifi_stats.c"
|
|
|
|
|
"wifi_twt.c"
|
|
|
|
|
"wifi_cmd.c"
|
2021-07-07 15:18:20 +08:00
|
|
|
INCLUDE_DIRS "include"
|
2022-04-16 11:32:22 +02:00
|
|
|
REQUIRES lwip
|
|
|
|
|
PRIV_REQUIRES esp_timer)
|
2022-01-31 23:05:03 +01:00
|
|
|
|
2022-12-20 22:07:09 +08:00
|
|
|
if(CONFIG_SOC_WIFI_HE_SUPPORT)
|
|
|
|
|
idf_component_optional_requires(PRIVATE esp_wifi console)
|
2022-12-29 12:58:02 +08:00
|
|
|
endif()
|