Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/sme/src/csr/
H A Dcsr_api_roam.c7641 struct scheduler_msg msg_return = {0}; in csr_process_nss_update_req() local
7683 msg_return.type = eWNI_SME_NSS_UPDATE_RSP; in csr_process_nss_update_req()
7684 msg_return.bodyptr = param; in csr_process_nss_update_req()
7685 msg_return.bodyval = 0; in csr_process_nss_update_req()
7686 sys_process_mmh_msg(mac, &msg_return); in csr_process_nss_update_req()
7704 struct scheduler_msg msg_return = {0}; in csr_process_sap_ch_width_update() local
7757 msg_return.type = eWNI_SME_SAP_CH_WIDTH_UPDATE_RSP; in csr_process_sap_ch_width_update()
7758 msg_return.bodyptr = param; in csr_process_sap_ch_width_update()
7759 msg_return.bodyval = 0; in csr_process_sap_ch_width_update()
7760 sys_process_mmh_msg(mac, &msg_return); in csr_process_sap_ch_width_update()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_process_sme_req_messages.c9059 struct scheduler_msg msg_return = {0}; in lim_process_sap_ch_width_update() local
9125 msg_return.type = eWNI_SME_SAP_CH_WIDTH_UPDATE_RSP; in lim_process_sap_ch_width_update()
9126 msg_return.bodyptr = param; in lim_process_sap_ch_width_update()
9127 msg_return.bodyval = 0; in lim_process_sap_ch_width_update()
9128 sys_process_mmh_msg(mac_ctx, &msg_return); in lim_process_sap_ch_width_update()