Home
last modified time | relevance | path

Searched refs:teardown_all (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dwifi_mgmt.c528 if (!(twt_params->operation == WIFI_TWT_TEARDOWN && twt_params->teardown.teardown_all) && in nrf_wifi_set_twt()
581 if (!twt_params->teardown.teardown_all) { in nrf_wifi_set_twt()
/Zephyr-latest/include/zephyr/net/
Dwifi_mgmt.h794 bool teardown_all; member
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_shell.c1891 params.teardown.teardown_all = 1; in cmd_wifi_twt_teardown_all()
3510 SHELL_CMD_ARG(teardown_all, NULL, " Teardown all TWT flows.\n",
/Zephyr-latest/drivers/wifi/nxp/
Dnxp_wifi_drv.c1519 teardown_conf.teardown_all_twt = params->teardown.teardown_all; in nxp_wifi_set_twt()