Home
last modified time | relevance | path

Searched refs:req_chan_width (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/core/sme/src/rrm/
H A Dsme_rrm.c743 enum phy_ch_width req_chan_width; in sme_rrm_send_chan_load_report_xmit_ind() local
761 req_chan_width = rrm_ctx->chan_load_req_info.req_chan_width; in sme_rrm_send_chan_load_report_xmit_ind()
762 if (req_chan_width == CH_WIDTH_INVALID) { in sme_rrm_send_chan_load_report_xmit_ind()
767 if (req_chan_width == CH_WIDTH_20MHZ) { in sme_rrm_send_chan_load_report_xmit_ind()
770 sme_debug("cw %d: start_freq %d, end_freq %d", req_chan_width, in sme_rrm_send_chan_load_report_xmit_ind()
772 } else if (req_chan_width == CH_WIDTH_320MHZ) { in sme_rrm_send_chan_load_report_xmit_ind()
792 sme_debug("cw %d: start_freq %d, end_freq %d", req_chan_width, in sme_rrm_send_chan_load_report_xmit_ind()
799 req_chan_width = in sme_rrm_send_chan_load_report_xmit_ind()
802 req_chan_width); in sme_rrm_send_chan_load_report_xmit_ind()
806 wlan_reg_get_bonded_chan_entry(op_freq, req_chan_width, 0); in sme_rrm_send_chan_load_report_xmit_ind()
[all …]
/wlan-driver/qcacld-3.0/core/sme/inc/
H A Dsme_rrm_internal.h86 enum phy_ch_width req_chan_width; member