Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/wpa_supplicant/src/rsn_supp/
Dwpa_ie.h45 const u8 *ftie; member
/hal_espressif-3.6.0/components/wpa_supplicant/src/ap/
Dwpa_auth_ie.h39 const u8 *ftie; member
Dwpa_auth.c507 if (!kde->mdie || !kde->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()
527 kde->ftie, kde->ftie_len); in ft_check_msg_2_of_4()
Dwpa_auth_ie.c708 ie->ftie = pos; in wpa_parse_kde_ies()