Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_process_message_queue.c593 struct scheduler_msg mmh_msg = {0}; in __lim_pno_match_fwd_bcn_probepsp() local
637 mmh_msg.type = msg_type; in __lim_pno_match_fwd_bcn_probepsp()
638 mmh_msg.bodyptr = result; in __lim_pno_match_fwd_bcn_probepsp()
639 mmh_msg.bodyval = 0; in __lim_pno_match_fwd_bcn_probepsp()
640 lim_sys_process_mmh_msg_api(pmac, &mmh_msg); in __lim_pno_match_fwd_bcn_probepsp()
652 struct scheduler_msg mmh_msg = {0}; in __lim_ext_scan_forward_bcn_probe_rsp() local
703 mmh_msg.type = msg_type; in __lim_ext_scan_forward_bcn_probe_rsp()
704 mmh_msg.bodyptr = result; in __lim_ext_scan_forward_bcn_probe_rsp()
705 mmh_msg.bodyval = 0; in __lim_ext_scan_forward_bcn_probe_rsp()
706 lim_sys_process_mmh_msg_api(pmac, &mmh_msg); in __lim_ext_scan_forward_bcn_probe_rsp()
H A Dlim_process_action_frame.c216 struct scheduler_msg mmh_msg = {0}; in lim_process_ext_channel_switch_action_frame() local
230 mmh_msg.type = eWNI_SME_EXT_CHANGE_CHANNEL_IND; in lim_process_ext_channel_switch_action_frame()
231 mmh_msg.bodyptr = ext_cng_chan_ind; in lim_process_ext_channel_switch_action_frame()
232 mmh_msg.bodyval = 0; in lim_process_ext_channel_switch_action_frame()
233 lim_sys_process_mmh_msg_api(mac_ctx, &mmh_msg); in lim_process_ext_channel_switch_action_frame()
H A Dlim_api.c3347 struct scheduler_msg mmh_msg = {0}; in lim_update_lost_link_info() local
3362 mmh_msg.type = eWNI_SME_LOST_LINK_INFO_IND; in lim_update_lost_link_info()
3363 mmh_msg.bodyptr = lost_link_info; in lim_update_lost_link_info()
3364 mmh_msg.bodyval = 0; in lim_update_lost_link_info()
3368 lim_sys_process_mmh_msg_api(mac, &mmh_msg); in lim_update_lost_link_info()
/wlan-driver/qcacld-3.0/core/mac/src/pe/rrm/
H A Drrm_api.c1145 struct scheduler_msg mmh_msg = {0}; in rrm_process_beacon_report_req() local
1410 mmh_msg.type = eWNI_SME_BEACON_REPORT_REQ_IND; in rrm_process_beacon_report_req()
1411 mmh_msg.bodyptr = psbrr; in rrm_process_beacon_report_req()
1413 pe_session->peSessionId, mmh_msg.type)); in rrm_process_beacon_report_req()
1414 lim_sys_process_mmh_msg_api(mac, &mmh_msg); in rrm_process_beacon_report_req()