Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_send_sme_rsp_messages.c718 struct scheduler_msg mmhMsg = {0}; in lim_send_sme_start_bss_rsp() local
730 mmhMsg.type = eWNI_SME_START_BSS_RSP; in lim_send_sme_start_bss_rsp()
731 mmhMsg.bodyptr = start_bss_rsp; in lim_send_sme_start_bss_rsp()
732 mmhMsg.bodyval = 0; in lim_send_sme_start_bss_rsp()
735 NO_SESSION, mmhMsg.type)); in lim_send_sme_start_bss_rsp()
738 pe_session->peSessionId, mmhMsg.type)); in lim_send_sme_start_bss_rsp()
745 lim_sys_process_mmh_msg_api(mac, &mmhMsg); in lim_send_sme_start_bss_rsp()
830 struct scheduler_msg mmhMsg = {0}; in lim_sap_send_sme_disassoc_deauth_ntf() local
833 mmhMsg.type = pMsg->type; in lim_sap_send_sme_disassoc_deauth_ntf()
834 mmhMsg.bodyptr = pMsg; in lim_sap_send_sme_disassoc_deauth_ntf()
[all …]
Dlim_assoc_utils.c4719 struct scheduler_msg mmhMsg = {0}; in lim_send_sme_unprotected_mgmt_frame_ind() local
4735 mmhMsg.type = eWNI_SME_UNPROT_MGMT_FRM_IND; in lim_send_sme_unprotected_mgmt_frame_ind()
4736 mmhMsg.bodyptr = pSirSmeMgmtFrame; in lim_send_sme_unprotected_mgmt_frame_ind()
4737 mmhMsg.bodyval = 0; in lim_send_sme_unprotected_mgmt_frame_ind()
4739 lim_sys_process_mmh_msg_api(mac, &mmhMsg); in lim_send_sme_unprotected_mgmt_frame_ind()
Dlim_utils.c2083 struct scheduler_msg mmhMsg = { 0 }; in lim_switch_channel_cback() local
2114 mmhMsg.type = eWNI_SME_SWITCH_CHL_IND; in lim_switch_channel_cback()
2141 mmhMsg.bodyptr = pSirSmeSwitchChInd; in lim_switch_channel_cback()
2142 mmhMsg.bodyval = 0; in lim_switch_channel_cback()
2145 pe_session->peSessionId, mmhMsg.type)); in lim_switch_channel_cback()
2147 sys_process_mmh_msg(mac, &mmhMsg); in lim_switch_channel_cback()
/wlan-driver/qcacld-3.0/core/mac/src/pe/rrm/
Drrm_api.c349 struct scheduler_msg mmhMsg = {0}; in rrm_process_neighbor_report_response() local
442 mmhMsg.type = pSmeNeighborRpt->messageType; in rrm_process_neighbor_report_response()
443 mmhMsg.bodyptr = pSmeNeighborRpt; in rrm_process_neighbor_report_response()
445 pe_session->peSessionId, mmhMsg.type)); in rrm_process_neighbor_report_response()
446 lim_sys_process_mmh_msg_api(mac, &mmhMsg); in rrm_process_neighbor_report_response()