Searched refs:assoc_resp_ftie (Results 1 – 8 of 8) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | wpa_auth.c | 712 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() 3293 2 + sm->assoc_resp_ftie[1]); in SM_STATE() [all …]
|
D | wpa_auth_i.h | 130 u8 *assoc_resp_ftie; member
|
D | wpa_auth_ft.c | 2604 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_standard/src/ap/ |
D | wpa_auth.c | 757 os_free(sm->assoc_resp_ftie); in wpa_free_sta_sm() 892 if (sm->assoc_resp_ftie && in ft_check_msg_2_of_4() 893 (kde->ftie[1] != sm->assoc_resp_ftie[1] || in ft_check_msg_2_of_4() 894 os_memcmp(kde->ftie, sm->assoc_resp_ftie, in ft_check_msg_2_of_4() 895 2 + sm->assoc_resp_ftie[1]) != 0)) { in ft_check_msg_2_of_4() 900 sm->assoc_resp_ftie, 2 + sm->assoc_resp_ftie[1]); in ft_check_msg_2_of_4() 3567 if (sm->assoc_resp_ftie && in SM_STATE() 3568 kde + kde_len - pos >= 2 + sm->assoc_resp_ftie[1]) { in SM_STATE() 3569 os_memcpy(pos, sm->assoc_resp_ftie, in SM_STATE() 3570 2 + sm->assoc_resp_ftie[1]); in SM_STATE() [all …]
|
D | wpa_auth_i.h | 135 u8 *assoc_resp_ftie; member
|
D | wpa_auth_ft.c | 2784 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/rsn_supp/ |
D | wpa.c | 1225 const u8 *assoc_resp_ftie) in ft_validate_ftie() argument 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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
D | wpa.c | 1431 const u8 *assoc_resp_ftie) in ft_validate_ftie() argument 1439 if (assoc_resp_ftie == NULL) in ft_validate_ftie() 1442 if (assoc_resp_ftie[1] != ie->ftie[1] || in ft_validate_ftie() 1443 os_memcmp(assoc_resp_ftie, ie->ftie, 2 + ie->ftie[1]) != 0) { in ft_validate_ftie() 1448 assoc_resp_ftie, 2 + assoc_resp_ftie[1]); in ft_validate_ftie()
|