Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/sme/src/rrm/
H A Dsme_rrm.c737 struct chan_load_xmit_ind *chan_load_resp; in sme_rrm_send_chan_load_report_xmit_ind() local
746 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 …]