Searched refs:assoc_resp_ftie (Results 1 – 4 of 4) sorted by relevance
118 u8 *assoc_resp_ftie; member
597 os_free(sm->assoc_resp_ftie); in wpa_free_sta_sm()706 if (sm->assoc_resp_ftie && in ft_check_msg_2_of_4()707 (kde->ftie[1] != sm->assoc_resp_ftie[1] || in ft_check_msg_2_of_4()708 os_memcmp(kde->ftie, sm->assoc_resp_ftie, in ft_check_msg_2_of_4()709 2 + sm->assoc_resp_ftie[1]) != 0)) { in ft_check_msg_2_of_4()714 sm->assoc_resp_ftie, 2 + sm->assoc_resp_ftie[1]); in ft_check_msg_2_of_4()
670 os_free(sm->assoc_resp_ftie); in wpa_sm_write_assoc_resp_ies()671 sm->assoc_resp_ftie = os_malloc(ftie_len); in wpa_sm_write_assoc_resp_ies()672 if (sm->assoc_resp_ftie) in wpa_sm_write_assoc_resp_ies()673 os_memcpy(sm->assoc_resp_ftie, ftie, ftie_len); in wpa_sm_write_assoc_resp_ies()
855 const u8 *assoc_resp_ftie) in ft_validate_ftie() argument863 if (assoc_resp_ftie == NULL) in ft_validate_ftie()866 if (assoc_resp_ftie[1] != ie->ftie[1] || in ft_validate_ftie()867 os_memcmp(assoc_resp_ftie, ie->ftie, 2 + ie->ftie[1]) != 0) { in ft_validate_ftie()872 assoc_resp_ftie, 2 + assoc_resp_ftie[1]); in ft_validate_ftie()