Home
last modified time | relevance | path

Searched refs:end_flow_id (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/wifi/nrf_wifi/inc/
Dwifi_mgmt.h49 unsigned char start_flow_id, unsigned char end_flow_id);
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dwifi_mgmt.c440 unsigned char start_flow_id, unsigned char end_flow_id) in nrf_wifi_twt_teardown_flows() argument
466 for (int flow_id = start_flow_id; flow_id < end_flow_id; flow_id++) { in nrf_wifi_twt_teardown_flows()
579 unsigned char end_flow_id = WIFI_MAX_TWT_FLOWS; in nrf_wifi_set_twt() local
587 end_flow_id = twt_params->flow_id + 1; in nrf_wifi_set_twt()
593 end_flow_id); in nrf_wifi_set_twt()
596 __func__, start_flow_id, end_flow_id); in nrf_wifi_set_twt()