Home
last modified time | relevance | path

Searched refs:chan_load (Results 1 – 10 of 10) sorted by relevance

/wlan-driver/qcacld-3.0/core/sme/src/rrm/
H A Dsme_rrm.c741 uint8_t chan_load = 0, temp_chan_load; in sme_rrm_send_chan_load_report_xmit_ind() local
823 if (chan_load < temp_chan_load) in sme_rrm_send_chan_load_report_xmit_ind()
824 chan_load = temp_chan_load; in sme_rrm_send_chan_load_report_xmit_ind()
829 chan_load_resp->chan_load = chan_load; in sme_rrm_send_chan_load_report_xmit_ind()
1392 struct ch_load_ind *chan_load; in sme_rrm_process_chan_load_req_ind() local
1397 chan_load = (struct ch_load_ind *)msg_buf; in sme_rrm_process_chan_load_req_ind()
1398 sme_rrm_ctx = &mac->rrm.rrmSmeContext[chan_load->measurement_idx]; in sme_rrm_process_chan_load_req_ind()
1401 chan_load->peer_addr.bytes, sizeof(struct qdf_mac_addr)); in sme_rrm_process_chan_load_req_ind()
1403 sme_rrm_ctx->token = chan_load->dialog_token; in sme_rrm_process_chan_load_req_ind()
1404 sme_rrm_ctx->regClass = chan_load->op_class; in sme_rrm_process_chan_load_req_ind()
[all …]
/wlan-driver/qcacld-3.0/components/cp_stats/dispatcher/src/
H A Dwlan_cp_stats_mc_ucfg_api.c1060 uint8_t total_channel, chan_load = 0; in wlan_cp_stats_get_rx_clear_count() local
1105 chan_load = ((rx_clear_count * 255) / cycle_count); in wlan_cp_stats_get_rx_clear_count()
1109 chan_load); in wlan_cp_stats_get_rx_clear_count()
1113 return chan_load; in wlan_cp_stats_get_rx_clear_count()
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/
H A Drrm_global.h155 uint8_t chan_load; member
/wlan-driver/qcacld-3.0/core/mac/src/pe/rrm/
H A Drrm_api.c2283 channel_load_report->chan_load = chan_load_ind->chan_load; in rrm_process_chan_load_report_xmit()
2294 channel_load_report->chan_load); in rrm_process_chan_load_report_xmit()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_son.c2308 acs_r->chan_load = 0; in hdd_son_get_acs_report()
2314 acs_r->chan_load = in hdd_son_get_acs_report()
/wlan-driver/qcacld-3.0/core/mac/inc/
H A Dsir_mac_prot_def.h1395 uint8_t chan_load; member
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Dparser_api.c7121 dot11f->report.channel_load_report.chan_load =
7122 channel_load_report->chan_load;
7143 dot11f->report.channel_load_report.chan_load);
H A Ddot11f.c5797 pDst->report.channel_load_report.chan_load = *pBuf; in dot11f_unpack_ie_measurement_report()
26987 *pBuf = pSrc->report.channel_load_report.chan_load; in dot11f_pack_ie_measurement_report()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
H A Ddot11f.frms1771 chan_load, 1;
/wlan-driver/qcacld-3.0/core/mac/src/include/
H A Ddot11f.h6215 uint8_t chan_load; member