Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/sme/src/rrm/
Dsme_rrm.c179 tpRrmSMEContext rrm_ctx = in sme_rrm_send_beacon_report_xmit_ind() local
200 beacon_rep->uDialogToken = rrm_ctx->token; in sme_rrm_send_beacon_report_xmit_ind()
201 beacon_rep->duration = rrm_ctx->duration[0]; in sme_rrm_send_beacon_report_xmit_ind()
202 beacon_rep->regClass = rrm_ctx->regClass; in sme_rrm_send_beacon_report_xmit_ind()
203 qdf_mem_copy(beacon_rep->bssId, rrm_ctx->sessionBssId.bytes, in sme_rrm_send_beacon_report_xmit_ind()
289 tpRrmSMEContext rrm_ctx = in sme_ese_send_beacon_req_scan_results() local
298 if (!rrm_ctx) { in sme_ese_send_beacon_req_scan_results()
320 for (i = 0; i < rrm_ctx->eseBcnReqInfo.numBcnReqIe; i++) { in sme_ese_send_beacon_req_scan_results()
321 if (rrm_ctx->eseBcnReqInfo.bcnReq[i].ch_freq == freq) { in sme_ese_send_beacon_req_scan_results()
323 &rrm_ctx->eseBcnReqInfo.bcnReq[i]; in sme_ese_send_beacon_req_scan_results()
[all …]