Searched refs:auth_rsp (Results 1 – 2 of 2) sorted by relevance
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
H A D | lim_ft_preauth.c | 409 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() 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() 665 uint8_t *auth_rsp, 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 D | lim_ft.h | 60 uint8_t *auth_rsp, uint16_t auth_rsp_length, 63 uint8_t *auth_rsp, uint16_t auth_rsp_len, 114 QDF_STATUS status, uint8_t *auth_rsp, in lim_handle_ft_pre_auth_rsp() argument
|