Searched refs:twt_params (Results 1 – 3 of 3) sorted by relevance
1558 struct wmi_twt_enable_params twt_params = {}; in ath11k_write_twt_add_dialog() local1604 ath11k_wmi_fill_default_twt_params(&twt_params); in ath11k_write_twt_add_dialog()1605 twt_params.sta_cong_timer_ms = 0; in ath11k_write_twt_add_dialog()1607 ath11k_wmi_send_twt_enable_cmd(ar, ar->pdev->pdev_id, &twt_params); in ath11k_write_twt_add_dialog()1621 ath11k_wmi_fill_default_twt_params(&twt_params); in ath11k_write_twt_add_dialog()1622 ath11k_wmi_send_twt_enable_cmd(ar, ar->pdev->pdev_id, &twt_params); in ath11k_write_twt_add_dialog()1634 struct wmi_twt_enable_params twt_params = {}; in ath11k_write_twt_del_dialog() local1668 ath11k_wmi_fill_default_twt_params(&twt_params); in ath11k_write_twt_del_dialog()1669 ath11k_wmi_send_twt_enable_cmd(ar, ar->pdev->pdev_id, &twt_params); in ath11k_write_twt_del_dialog()
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 …]
3768 struct wmi_twt_enable_params twt_params = {}; in ath11k_mac_op_bss_info_changed() local3771 ath11k_wmi_fill_default_twt_params(&twt_params); in ath11k_mac_op_bss_info_changed()3773 &twt_params); in ath11k_mac_op_bss_info_changed()