Home
last modified time | relevance | path

Searched refs:assoc_resp_ftie (Results 1 - 8 of 8) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth.c774 os_free(sm->assoc_resp_ftie); in wpa_free_sta_sm()
909 if (sm->assoc_resp_ftie && in ft_check_msg_2_of_4()
910 (kde->ftie[1] != sm->assoc_resp_ftie[1] || in ft_check_msg_2_of_4()
911 os_memcmp(kde->ftie, sm->assoc_resp_ftie, in ft_check_msg_2_of_4()
912 2 + sm->assoc_resp_ftie[1]) != 0)) { in ft_check_msg_2_of_4()
917 sm->assoc_resp_ftie, 2 + sm->assoc_resp_ftie[1]); in ft_check_msg_2_of_4()
3589 if (sm->assoc_resp_ftie && in SM_STATE()
3590 kde + kde_len - pos >= 2 + sm->assoc_resp_ftie[1]) { in SM_STATE()
3591 os_memcpy(pos, sm->assoc_resp_ftie, in SM_STATE()
[all...]
H A Dwpa_auth_i.h135 u8 *assoc_resp_ftie; member
H A Dwpa_auth_ft.c2784 os_free(sm->assoc_resp_ftie); in wpa_sm_write_assoc_resp_ies()
2785 sm->assoc_resp_ftie = os_malloc(ftie_len); in wpa_sm_write_assoc_resp_ies()
2786 if (!sm->assoc_resp_ftie) in wpa_sm_write_assoc_resp_ies()
2788 os_memcpy(sm->assoc_resp_ftie, ftie, ftie_len); in wpa_sm_write_assoc_resp_ies()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth.c712 os_free(sm->assoc_resp_ftie); in wpa_free_sta_sm()
830 if (sm->assoc_resp_ftie && in ft_check_msg_2_of_4()
831 (kde->ftie[1] != sm->assoc_resp_ftie[1] || in ft_check_msg_2_of_4()
832 os_memcmp(kde->ftie, sm->assoc_resp_ftie, in ft_check_msg_2_of_4()
833 2 + sm->assoc_resp_ftie[1]) != 0)) { in ft_check_msg_2_of_4()
838 sm->assoc_resp_ftie, 2 + sm->assoc_resp_ftie[1]); in ft_check_msg_2_of_4()
3290 if (sm->assoc_resp_ftie && in SM_STATE()
3291 kde + kde_len - pos >= 2 + sm->assoc_resp_ftie[1]) { in SM_STATE()
3292 os_memcpy(pos, sm->assoc_resp_ftie, in SM_STATE()
[all...]
H A Dwpa_auth_i.h130 u8 *assoc_resp_ftie; member
H A Dwpa_auth_ft.c2604 os_free(sm->assoc_resp_ftie); in wpa_sm_write_assoc_resp_ies()
2605 sm->assoc_resp_ftie = os_malloc(ftie_len); in wpa_sm_write_assoc_resp_ies()
2606 if (!sm->assoc_resp_ftie) in wpa_sm_write_assoc_resp_ies()
2608 os_memcpy(sm->assoc_resp_ftie, ftie, ftie_len); in wpa_sm_write_assoc_resp_ies()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
H A Dwpa.c1225 const u8 *assoc_resp_ftie) in ft_validate_ftie()
1233 if (assoc_resp_ftie == NULL) in ft_validate_ftie()
1236 if (assoc_resp_ftie[1] != ie->ftie[1] || in ft_validate_ftie()
1237 os_memcmp(assoc_resp_ftie, ie->ftie, 2 + ie->ftie[1]) != 0) { in ft_validate_ftie()
1242 assoc_resp_ftie, 2 + assoc_resp_ftie[1]); in ft_validate_ftie()
1222 ft_validate_ftie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie, const u8 *assoc_resp_ftie) ft_validate_ftie() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dwpa.c1928 const u8 *assoc_resp_ftie)
1936 if (assoc_resp_ftie == NULL)
1939 if (assoc_resp_ftie[1] != ie->ftie[1] ||
1940 os_memcmp(assoc_resp_ftie, ie->ftie, 2 + ie->ftie[1]) != 0) {
1945 assoc_resp_ftie, 2 + assoc_resp_ftie[1]);

Completed in 33 milliseconds