Searched refs:twt_params (Results 1 – 4 of 4) 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()
3462 void ath11k_wmi_fill_default_twt_params(struct wmi_twt_enable_params *twt_params) in ath11k_wmi_fill_default_twt_params() argument3464 twt_params->sta_cong_timer_ms = ATH11K_TWT_DEF_STA_CONG_TIMER_MS; in ath11k_wmi_fill_default_twt_params()3465 twt_params->default_slot_size = ATH11K_TWT_DEF_DEFAULT_SLOT_SIZE; in ath11k_wmi_fill_default_twt_params()3466 twt_params->congestion_thresh_setup = ATH11K_TWT_DEF_CONGESTION_THRESH_SETUP; in ath11k_wmi_fill_default_twt_params()3467 twt_params->congestion_thresh_teardown = in ath11k_wmi_fill_default_twt_params()3469 twt_params->congestion_thresh_critical = in ath11k_wmi_fill_default_twt_params()3471 twt_params->interference_thresh_teardown = in ath11k_wmi_fill_default_twt_params()3473 twt_params->interference_thresh_setup = in ath11k_wmi_fill_default_twt_params()3475 twt_params->min_no_sta_setup = ATH11K_TWT_DEF_MIN_NO_STA_SETUP; in ath11k_wmi_fill_default_twt_params()3476 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()
6551 void ath11k_wmi_fill_default_twt_params(struct wmi_twt_enable_params *twt_params);