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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth_i.h120 u8 *assoc_resp_ftie; member in struct:wpa_state_machine
H A Dwpa_auth.c625 os_free(sm->assoc_resp_ftie);
735 if (sm->assoc_resp_ftie &&
736 (kde->ftie[1] != sm->assoc_resp_ftie[1] ||
737 os_memcmp(kde->ftie, sm->assoc_resp_ftie,
738 2 + sm->assoc_resp_ftie[1]) != 0)) {
743 sm->assoc_resp_ftie, 2 + sm->assoc_resp_ftie[1]);
H A Dwpa_auth_ft.c725 os_free(sm->assoc_resp_ftie);
726 sm->assoc_resp_ftie = os_malloc(ftie_len);
727 if (sm->assoc_resp_ftie)
728 os_memcpy(sm->assoc_resp_ftie, ftie, ftie_len);
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth_i.h120 u8 *assoc_resp_ftie; member in struct:wpa_state_machine
H A Dwpa_auth.c625 os_free(sm->assoc_resp_ftie);
735 if (sm->assoc_resp_ftie &&
736 (kde->ftie[1] != sm->assoc_resp_ftie[1] ||
737 os_memcmp(kde->ftie, sm->assoc_resp_ftie,
738 2 + sm->assoc_resp_ftie[1]) != 0)) {
743 sm->assoc_resp_ftie, 2 + sm->assoc_resp_ftie[1]);
H A Dwpa_auth_ft.c725 os_free(sm->assoc_resp_ftie);
726 sm->assoc_resp_ftie = os_malloc(ftie_len);
727 if (sm->assoc_resp_ftie)
728 os_memcpy(sm->assoc_resp_ftie, ftie, ftie_len);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth_i.h120 u8 *assoc_resp_ftie; member in struct:wpa_state_machine
H A Dwpa_auth.c625 os_free(sm->assoc_resp_ftie);
735 if (sm->assoc_resp_ftie &&
736 (kde->ftie[1] != sm->assoc_resp_ftie[1] ||
737 os_memcmp(kde->ftie, sm->assoc_resp_ftie,
738 2 + sm->assoc_resp_ftie[1]) != 0)) {
743 sm->assoc_resp_ftie, 2 + sm->assoc_resp_ftie[1]);
H A Dwpa_auth_ft.c725 os_free(sm->assoc_resp_ftie);
726 sm->assoc_resp_ftie = os_malloc(ftie_len);
727 if (sm->assoc_resp_ftie)
728 os_memcpy(sm->assoc_resp_ftie, ftie, ftie_len);
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa.c864 const u8 *assoc_resp_ftie)
872 if (assoc_resp_ftie == NULL)
875 if (assoc_resp_ftie[1] != ie->ftie[1] ||
876 os_memcmp(assoc_resp_ftie, ie->ftie, 2 + ie->ftie[1]) != 0) {
881 assoc_resp_ftie, 2 + assoc_resp_ftie[1]);
861 ft_validate_ftie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie, const u8 *assoc_resp_ftie) argument
/external/wpa_supplicant_8/src/rsn_supp/
H A Dwpa.c864 const u8 *assoc_resp_ftie)
872 if (assoc_resp_ftie == NULL)
875 if (assoc_resp_ftie[1] != ie->ftie[1] ||
876 os_memcmp(assoc_resp_ftie, ie->ftie, 2 + ie->ftie[1]) != 0) {
881 assoc_resp_ftie, 2 + assoc_resp_ftie[1]);
861 ft_validate_ftie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie, const u8 *assoc_resp_ftie) argument
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dwpa.c864 const u8 *assoc_resp_ftie)
872 if (assoc_resp_ftie == NULL)
875 if (assoc_resp_ftie[1] != ie->ftie[1] ||
876 os_memcmp(assoc_resp_ftie, ie->ftie, 2 + ie->ftie[1]) != 0) {
881 assoc_resp_ftie, 2 + assoc_resp_ftie[1]);
861 ft_validate_ftie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie, const u8 *assoc_resp_ftie) argument

Completed in 994 milliseconds