Searched refs:twt_params (Results 1 – 4 of 4) sorted by relevance
1680 struct wmi_twt_enable_params twt_params = {0}; in ath11k_write_twt_add_dialog() local1726 ath11k_wmi_fill_default_twt_params(&twt_params); in ath11k_write_twt_add_dialog()1727 twt_params.sta_cong_timer_ms = 0; in ath11k_write_twt_add_dialog()1729 ath11k_wmi_send_twt_enable_cmd(ar, ar->pdev->pdev_id, &twt_params); in ath11k_write_twt_add_dialog()1743 ath11k_wmi_fill_default_twt_params(&twt_params); in ath11k_write_twt_add_dialog()1744 ath11k_wmi_send_twt_enable_cmd(ar, ar->pdev->pdev_id, &twt_params); in ath11k_write_twt_add_dialog()1756 struct wmi_twt_enable_params twt_params = {0}; in ath11k_write_twt_del_dialog() local1790 ath11k_wmi_fill_default_twt_params(&twt_params); in ath11k_write_twt_del_dialog()1791 ath11k_wmi_send_twt_enable_cmd(ar, ar->pdev->pdev_id, &twt_params); in ath11k_write_twt_del_dialog()
3253 twt_params->sta_cong_timer_ms = ATH11K_TWT_DEF_STA_CONG_TIMER_MS; in ath11k_wmi_fill_default_twt_params()3254 twt_params->default_slot_size = ATH11K_TWT_DEF_DEFAULT_SLOT_SIZE; in ath11k_wmi_fill_default_twt_params()3256 twt_params->congestion_thresh_teardown = in ath11k_wmi_fill_default_twt_params()3258 twt_params->congestion_thresh_critical = in ath11k_wmi_fill_default_twt_params()3260 twt_params->interference_thresh_teardown = in ath11k_wmi_fill_default_twt_params()3262 twt_params->interference_thresh_setup = in ath11k_wmi_fill_default_twt_params()3264 twt_params->min_no_sta_setup = ATH11K_TWT_DEF_MIN_NO_STA_SETUP; in ath11k_wmi_fill_default_twt_params()3267 twt_params->min_no_twt_slots = ATH11K_TWT_DEF_MIN_NO_TWT_SLOTS; in ath11k_wmi_fill_default_twt_params()3268 twt_params->max_no_sta_twt = ATH11K_TWT_DEF_MAX_NO_STA_TWT; in ath11k_wmi_fill_default_twt_params()3271 twt_params->remove_sta_slot_interval = in ath11k_wmi_fill_default_twt_params()[all …]
3760 struct wmi_twt_enable_params twt_params = {0}; in ath11k_mac_op_bss_info_changed() local3763 ath11k_wmi_fill_default_twt_params(&twt_params); in ath11k_mac_op_bss_info_changed()3765 &twt_params); in ath11k_mac_op_bss_info_changed()
6471 void ath11k_wmi_fill_default_twt_params(struct wmi_twt_enable_params *twt_params);