Searched refs:beacon_rep (Results 1 – 1 of 1) sorted by relevance
173 tpSirBeaconReportXmitInd beacon_rep; in sme_rrm_send_beacon_report_xmit_ind() local193 beacon_rep = qdf_mem_malloc(length); in sme_rrm_send_beacon_report_xmit_ind()194 if (!beacon_rep) in sme_rrm_send_beacon_report_xmit_ind()197 beacon_rep->messageType = eWNI_SME_BEACON_REPORT_RESP_XMIT_IND; in sme_rrm_send_beacon_report_xmit_ind()198 beacon_rep->length = length; in sme_rrm_send_beacon_report_xmit_ind()199 beacon_rep->measurement_idx = measurement_index; in sme_rrm_send_beacon_report_xmit_ind()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()[all …]