Searched refs:mlo_ie_buf (Results 1 – 1 of 1) sorted by relevance
3433 uint8_t *mlo_ie_buf = NULL; in lim_send_auth_mgmt_frame() local3566 mlo_ie_buf = qdf_mem_malloc(mlo_ie_len); in lim_send_auth_mgmt_frame()3567 if (mlo_ie_buf) { in lim_send_auth_mgmt_frame()3570 mlo_ie_buf); in lim_send_auth_mgmt_frame()3573 qdf_mem_free(mlo_ie_buf); in lim_send_auth_mgmt_frame()3693 if (mlo_ie_len && mlo_ie_buf) { in lim_send_auth_mgmt_frame()3694 qdf_mem_copy(body, mlo_ie_buf, mlo_ie_len); in lim_send_auth_mgmt_frame()3695 qdf_mem_free(mlo_ie_buf); in lim_send_auth_mgmt_frame()