Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dwifi_mgmt.c443 struct nrf_wifi_umac_config_twt_info twt_info = {0}; in nrf_wifi_twt_teardown_flows() local
470 twt_info.twt_flow_id = flow_id; in nrf_wifi_twt_teardown_flows()
473 &twt_info); in nrf_wifi_twt_teardown_flows()
500 struct nrf_wifi_umac_config_twt_info twt_info = {0}; in nrf_wifi_set_twt() local
553 twt_info.twt_flow_id = twt_params->flow_id; in nrf_wifi_set_twt()
554 twt_info.neg_type = twt_wifi_mgmt_to_rpu_neg_type(twt_params->negotiation_type); in nrf_wifi_set_twt()
555 twt_info.setup_cmd = twt_wifi_mgmt_to_rpu_setup_cmd(twt_params->setup_cmd); in nrf_wifi_set_twt()
556 twt_info.ap_trigger_frame = twt_params->setup.trigger; in nrf_wifi_set_twt()
557 twt_info.is_implicit = twt_params->setup.implicit; in nrf_wifi_set_twt()
559 twt_info.twt_flow_type = NRF_WIFI_TWT_FLOW_TYPE_ANNOUNCED; in nrf_wifi_set_twt()
[all …]