Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwpa_auth_i.h125 u8 *assoc_resp_ftie; member
Dwpa_auth.c483 os_free(sm->assoc_resp_ftie); in wpa_free_sta_sm()
588 if (sm->assoc_resp_ftie && in ft_check_msg_2_of_4()
589 (kde->ftie[1] != sm->assoc_resp_ftie[1] || in ft_check_msg_2_of_4()
590 memcmp(kde->ftie, sm->assoc_resp_ftie, in ft_check_msg_2_of_4()
591 2 + sm->assoc_resp_ftie[1]) != 0)) { in ft_check_msg_2_of_4()
596 sm->assoc_resp_ftie, 2 + sm->assoc_resp_ftie[1]); in ft_check_msg_2_of_4()