Home
last modified time | relevance | path

Searched refs:beacon_rpt_chan_num (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/core/sme/src/rrm/
Dsme_rrm.c1600 for (j = 0; j < rrm_ctx->beacon_rpt_chan_num; j++) { in sme_rrm_process_beacon_report_req_ind()
1614 uint8_t beacon_rpt_chan_num; in sme_rrm_process_beacon_report_req_ind() local
1616 beacon_rpt_chan_num = rrm_ctx->beacon_rpt_chan_num; in sme_rrm_process_beacon_report_req_ind()
1617 rrm_ctx->beacon_rpt_chan_list[beacon_rpt_chan_num] = in sme_rrm_process_beacon_report_req_ind()
1619 rrm_ctx->beacon_rpt_chan_num++; in sme_rrm_process_beacon_report_req_ind()
1621 if (rrm_ctx->beacon_rpt_chan_num >= in sme_rrm_process_beacon_report_req_ind()
1625 rrm_ctx->beacon_rpt_chan_num); in sme_rrm_process_beacon_report_req_ind()
1626 rrm_ctx->beacon_rpt_chan_num = 0; in sme_rrm_process_beacon_report_req_ind()
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/
Drrm_global.h357 uint8_t beacon_rpt_chan_num; member
/wlan-driver/qcacld-3.0/core/mac/src/pe/rrm/
Drrm_api.c2523 mac_ctx->rrm.rrmPEContext.beacon_rpt_chan_num = 0; in rrm_process_radio_measurement_request()