Searched refs:msg_params (Results 1 – 1 of 1) sorted by relevance
4115 struct wmi_mgmt_params *msg_params = NULL; in lim_deauth_tx_complete_cnf_handler() local4162 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()