Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_send_management_frames.c3433 uint8_t *mlo_ie_buf = NULL; in lim_send_auth_mgmt_frame() local
3566 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()