Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_ft_preauth.c409 uint8_t *auth_rsp, uint16_t auth_rsp_length, in lim_handle_ft_pre_auth_rsp() argument
433 if ((auth_rsp) && (auth_rsp_length < MAX_FTIE_SIZE)) { in lim_handle_ft_pre_auth_rsp()
435 auth_rsp, auth_rsp_length); in lim_handle_ft_pre_auth_rsp()
437 auth_rsp_length; in lim_handle_ft_pre_auth_rsp()
599 uint8_t *auth_rsp, uint16_t auth_rsp_length, in lim_cm_post_preauth_rsp() argument
630 if (auth_rsp && (auth_rsp_length < MAX_FTIE_SIZE)) { in lim_cm_post_preauth_rsp()
632 qdf_mem_copy(rsp->ft_ie, auth_rsp, auth_rsp_length); in lim_cm_post_preauth_rsp()
633 rsp->ft_ie_length = auth_rsp_length; in lim_cm_post_preauth_rsp()
666 uint16_t auth_rsp_length, in lim_post_ft_pre_auth_rsp() argument
674 lim_cm_post_preauth_rsp(mac_ctx, status, auth_rsp, auth_rsp_length, in lim_post_ft_pre_auth_rsp()
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/
H A Dlim_ft.h60 uint8_t *auth_rsp, uint16_t auth_rsp_length,