Searched refs:chan_load_resp (Results 1 – 1 of 1) sorted by relevance
737 struct chan_load_xmit_ind *chan_load_resp; in sme_rrm_send_chan_load_report_xmit_ind() local746 chan_load_resp = qdf_mem_malloc(length); in sme_rrm_send_chan_load_report_xmit_ind()747 if (!chan_load_resp) in sme_rrm_send_chan_load_report_xmit_ind()750 chan_load_resp->messageType = eWNI_SME_CHAN_LOAD_REPORT_RESP_XMIT_IND; in sme_rrm_send_chan_load_report_xmit_ind()751 chan_load_resp->is_report_success = is_report_success; in sme_rrm_send_chan_load_report_xmit_ind()752 chan_load_resp->length = length; in sme_rrm_send_chan_load_report_xmit_ind()753 chan_load_resp->measurement_idx = measurement_index; in sme_rrm_send_chan_load_report_xmit_ind()754 chan_load_resp->dialog_token = rrm_ctx->token; in sme_rrm_send_chan_load_report_xmit_ind()755 chan_load_resp->duration = rrm_ctx->duration[0]; in sme_rrm_send_chan_load_report_xmit_ind()756 chan_load_resp->op_class = rrm_ctx->regClass; in sme_rrm_send_chan_load_report_xmit_ind()[all …]