Lines Matching refs:twt_info
443 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()
561 twt_info.twt_flow_type = NRF_WIFI_TWT_FLOW_TYPE_UNANNOUNCED; in nrf_wifi_set_twt()
564 twt_info.nominal_min_twt_wake_duration = in nrf_wifi_set_twt()
566 twt_info.twt_target_wake_interval_mantissa = twt_interval_fp.mantissa; in nrf_wifi_set_twt()
567 twt_info.twt_target_wake_interval_exponent = twt_interval_fp.exponent; in nrf_wifi_set_twt()
569 twt_info.dialog_token = twt_params->dialog_token; in nrf_wifi_set_twt()
570 twt_info.twt_wake_ahead_duration = twt_params->setup.twt_wake_ahead_duration; in nrf_wifi_set_twt()
574 &twt_info); in nrf_wifi_set_twt()
588 twt_info.twt_flow_id = twt_params->flow_id; in nrf_wifi_set_twt()