Searched refs:twt_params (Results 1 – 4 of 4) sorted by relevance
1647 struct wmi_twt_enable_params twt_params = {0}; in ath11k_write_twt_add_dialog() local1693 ath11k_wmi_fill_default_twt_params(&twt_params); in ath11k_write_twt_add_dialog()1694 twt_params.sta_cong_timer_ms = 0; in ath11k_write_twt_add_dialog()1696 ath11k_wmi_send_twt_enable_cmd(ar, ar->pdev->pdev_id, &twt_params); in ath11k_write_twt_add_dialog()1710 ath11k_wmi_fill_default_twt_params(&twt_params); in ath11k_write_twt_add_dialog()1711 ath11k_wmi_send_twt_enable_cmd(ar, ar->pdev->pdev_id, &twt_params); in ath11k_write_twt_add_dialog()1723 struct wmi_twt_enable_params twt_params = {0}; in ath11k_write_twt_del_dialog() local1757 ath11k_wmi_fill_default_twt_params(&twt_params); in ath11k_write_twt_del_dialog()1758 ath11k_wmi_send_twt_enable_cmd(ar, ar->pdev->pdev_id, &twt_params); in ath11k_write_twt_del_dialog()
3082 void ath11k_wmi_fill_default_twt_params(struct wmi_twt_enable_params *twt_params) in ath11k_wmi_fill_default_twt_params() argument3084 twt_params->sta_cong_timer_ms = ATH11K_TWT_DEF_STA_CONG_TIMER_MS; in ath11k_wmi_fill_default_twt_params()3085 twt_params->default_slot_size = ATH11K_TWT_DEF_DEFAULT_SLOT_SIZE; in ath11k_wmi_fill_default_twt_params()3086 twt_params->congestion_thresh_setup = ATH11K_TWT_DEF_CONGESTION_THRESH_SETUP; in ath11k_wmi_fill_default_twt_params()3087 twt_params->congestion_thresh_teardown = in ath11k_wmi_fill_default_twt_params()3089 twt_params->congestion_thresh_critical = in ath11k_wmi_fill_default_twt_params()3091 twt_params->interference_thresh_teardown = in ath11k_wmi_fill_default_twt_params()3093 twt_params->interference_thresh_setup = in ath11k_wmi_fill_default_twt_params()3095 twt_params->min_no_sta_setup = ATH11K_TWT_DEF_MIN_NO_STA_SETUP; in ath11k_wmi_fill_default_twt_params()3096 twt_params->min_no_sta_teardown = ATH11K_TWT_DEF_MIN_NO_STA_TEARDOWN; in ath11k_wmi_fill_default_twt_params()[all …]
3354 struct wmi_twt_enable_params twt_params = {0}; in ath11k_mac_op_bss_info_changed() local3357 ath11k_wmi_fill_default_twt_params(&twt_params); in ath11k_mac_op_bss_info_changed()3359 &twt_params); in ath11k_mac_op_bss_info_changed()
6082 void ath11k_wmi_fill_default_twt_params(struct wmi_twt_enable_params *twt_params);