Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_process_mlm_req_messages.c1766 struct scheduler_msg sch_msg = {0}; in lim_send_pre_auth_failure() local
1779 sch_msg.type = WMA_ROAM_PRE_AUTH_STATUS; in lim_send_pre_auth_failure()
1780 sch_msg.bodyptr = params; in lim_send_pre_auth_failure()
1787 &sch_msg); in lim_send_pre_auth_failure()
H A Dlim_process_sme_req_messages.c9499 struct scheduler_msg sch_msg = {0}; in lim_abort_channel_change() local
9536 sch_msg.type = eWNI_SME_CHANNEL_CHANGE_RSP; in lim_abort_channel_change()
9537 sch_msg.bodyptr = (void *)chan_change_rsp; in lim_abort_channel_change()
9538 sch_msg.bodyval = 0; in lim_abort_channel_change()
9540 lim_sys_process_mmh_msg_api(mac_ctx, &sch_msg); in lim_abort_channel_change()
/wlan-driver/qcacld-3.0/core/sme/src/common/
H A Dsme_api.c5471 struct scheduler_msg sch_msg = {0}; in sme_prepare_mgmt_tx() local
5486 sch_msg.type = eWNI_SME_SEND_MGMT_FRAME_TX; in sme_prepare_mgmt_tx()
5487 sch_msg.bodyptr = msg; in sme_prepare_mgmt_tx()
5490 QDF_MODULE_ID_PE, &sch_msg); in sme_prepare_mgmt_tx()
14781 struct scheduler_msg sch_msg = {0}; in sme_handle_sae_msg() local
14829 sch_msg.type = eWNI_SME_SEND_SAE_MSG; in sme_handle_sae_msg()
14830 sch_msg.bodyptr = sae_msg; in sme_handle_sae_msg()
14835 &sch_msg); in sme_handle_sae_msg()
14867 sch_msg.type = WMA_ROAM_PRE_AUTH_STATUS; in sme_handle_sae_msg()
14868 sch_msg.bodyptr = params; in sme_handle_sae_msg()
[all …]