Home
last modified time | relevance | path

Searched refs:rate_report_params (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_data.c1609 struct wmi_peer_rate_report_params rate_report_params = {0}; in wma_set_peer_rate_report_condition() local
1612 rate_report_params.rate_report_enable = config->enable; in wma_set_peer_rate_report_condition()
1613 rate_report_params.backoff_time = config->tgt_backoff; in wma_set_peer_rate_report_condition()
1614 rate_report_params.timer_period = config->tgt_report_prd; in wma_set_peer_rate_report_condition()
1616 rate_report_params.report_per_phy[i].cond_flags = in wma_set_peer_rate_report_condition()
1618 rate_report_params.report_per_phy[i].delta.delta_min = in wma_set_peer_rate_report_condition()
1620 rate_report_params.report_per_phy[i].delta.percent = in wma_set_peer_rate_report_condition()
1623 rate_report_params.report_per_phy[i]. in wma_set_peer_rate_report_condition()
1630 &rate_report_params); in wma_set_peer_rate_report_condition()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_api.c758 struct wmi_peer_rate_report_params *rate_report_params) in wmi_unified_peer_rate_report_cmd() argument
762 rate_report_params); in wmi_unified_peer_rate_report_cmd()
H A Dwmi_unified_tlv.c5464 struct wmi_peer_rate_report_params *rate_report_params) in send_peer_rate_report_cmd_tlv() argument
5487 cmd->enable_rate_report = rate_report_params->rate_report_enable; in send_peer_rate_report_cmd_tlv()
5488 cmd->report_backoff_time = rate_report_params->backoff_time; in send_peer_rate_report_cmd_tlv()
5489 cmd->report_timer_period = rate_report_params->timer_period; in send_peer_rate_report_cmd_tlv()
5492 rate_report_params->report_per_phy[i].cond_flags; in send_peer_rate_report_cmd_tlv()
5494 rate_report_params->report_per_phy[i].delta.delta_min; in send_peer_rate_report_cmd_tlv()
5496 rate_report_params->report_per_phy[i].delta.percent; in send_peer_rate_report_cmd_tlv()
5499 rate_report_params->report_per_phy[i]. in send_peer_rate_report_cmd_tlv()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_api.h1558 struct wmi_peer_rate_report_params *rate_report_params);
H A Dwmi_unified_priv.h797 struct wmi_peer_rate_report_params *rate_report_params);