Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dwpa_auth.c664 os_free(sm->assoc_resp_ftie); in wpa_free_sta_sm()
775 if (sm->assoc_resp_ftie && in ft_check_msg_2_of_4()
776 (kde->ftie[1] != sm->assoc_resp_ftie[1] || in ft_check_msg_2_of_4()
777 os_memcmp(kde->ftie, sm->assoc_resp_ftie, in ft_check_msg_2_of_4()
778 2 + sm->assoc_resp_ftie[1]) != 0)) { in ft_check_msg_2_of_4()
783 sm->assoc_resp_ftie, 2 + sm->assoc_resp_ftie[1]); in ft_check_msg_2_of_4()
2331 if (sm->assoc_resp_ftie && in SM_STATE()
2332 kde + kde_len - pos >= 2 + sm->assoc_resp_ftie[1]) { in SM_STATE()
2333 os_memcpy(pos, sm->assoc_resp_ftie, in SM_STATE()
2334 2 + sm->assoc_resp_ftie[1]); in SM_STATE()
[all …]
Dwpa_auth_i.h124 u8 *assoc_resp_ftie; member
Dwpa_auth_ft.c748 os_free(sm->assoc_resp_ftie); in wpa_sm_write_assoc_resp_ies()
749 sm->assoc_resp_ftie = os_malloc(ftie_len); in wpa_sm_write_assoc_resp_ies()
750 if (sm->assoc_resp_ftie) in wpa_sm_write_assoc_resp_ies()
751 os_memcpy(sm->assoc_resp_ftie, ftie, ftie_len); in wpa_sm_write_assoc_resp_ies()
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa.c974 const u8 *assoc_resp_ftie) in ft_validate_ftie() argument
982 if (assoc_resp_ftie == NULL) in ft_validate_ftie()
985 if (assoc_resp_ftie[1] != ie->ftie[1] || in ft_validate_ftie()
986 os_memcmp(assoc_resp_ftie, ie->ftie, 2 + ie->ftie[1]) != 0) { in ft_validate_ftie()
991 assoc_resp_ftie, 2 + assoc_resp_ftie[1]); in ft_validate_ftie()