Searched refs:twt_params (Results 1 – 1 of 1) sorted by relevance
3269 void ath11k_wmi_fill_default_twt_params(struct wmi_twt_enable_params *twt_params) in ath11k_wmi_fill_default_twt_params() argument3271 twt_params->sta_cong_timer_ms = ATH11K_TWT_DEF_STA_CONG_TIMER_MS; in ath11k_wmi_fill_default_twt_params()3272 twt_params->default_slot_size = ATH11K_TWT_DEF_DEFAULT_SLOT_SIZE; in ath11k_wmi_fill_default_twt_params()3273 twt_params->congestion_thresh_setup = ATH11K_TWT_DEF_CONGESTION_THRESH_SETUP; in ath11k_wmi_fill_default_twt_params()3274 twt_params->congestion_thresh_teardown = in ath11k_wmi_fill_default_twt_params()3276 twt_params->congestion_thresh_critical = in ath11k_wmi_fill_default_twt_params()3278 twt_params->interference_thresh_teardown = in ath11k_wmi_fill_default_twt_params()3280 twt_params->interference_thresh_setup = in ath11k_wmi_fill_default_twt_params()3282 twt_params->min_no_sta_setup = ATH11K_TWT_DEF_MIN_NO_STA_SETUP; in ath11k_wmi_fill_default_twt_params()3283 twt_params->min_no_sta_teardown = ATH11K_TWT_DEF_MIN_NO_STA_TEARDOWN; in ath11k_wmi_fill_default_twt_params()[all …]