Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_send_management_frames.c4115 struct wmi_mgmt_params *msg_params = NULL; in lim_deauth_tx_complete_cnf_handler() local
4162 msg_params = qdf_mem_malloc(sizeof(struct wmi_mgmt_params)); in lim_deauth_tx_complete_cnf_handler()
4163 if (!msg_params) { in lim_deauth_tx_complete_cnf_handler()
4168 qdf_mem_copy(msg_params, mgmt_params, sizeof(struct wmi_mgmt_params)); in lim_deauth_tx_complete_cnf_handler()
4171 msg.bodyptr = msg_params; in lim_deauth_tx_complete_cnf_handler()
4176 qdf_mem_free(msg_params); in lim_deauth_tx_complete_cnf_handler()