Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/wpa_supplicant/src/ap/
Dwpa_auth.c423 os_free(sm->assoc_resp_ftie); in wpa_free_sta_sm()
521 if (sm->assoc_resp_ftie && in ft_check_msg_2_of_4()
522 (kde->ftie[1] != sm->assoc_resp_ftie[1] || in ft_check_msg_2_of_4()
523 memcmp(kde->ftie, sm->assoc_resp_ftie, in ft_check_msg_2_of_4()
524 2 + sm->assoc_resp_ftie[1]) != 0)) { in ft_check_msg_2_of_4()
529 sm->assoc_resp_ftie, 2 + sm->assoc_resp_ftie[1]); in ft_check_msg_2_of_4()
Dwpa_auth_i.h115 u8 *assoc_resp_ftie; member