Searched defs:assoc_resp_ftie (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth_i.h121 u8 *assoc_resp_ftie; member in struct:wpa_state_machine
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth_i.h121 u8 *assoc_resp_ftie; member in struct:wpa_state_machine
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth_i.h121 u8 *assoc_resp_ftie; member in struct:wpa_state_machine
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa.c826 const u8 *assoc_resp_ftie)
834 if (assoc_resp_ftie == NULL)
837 if (assoc_resp_ftie[1] != ie->ftie[1] ||
838 os_memcmp(assoc_resp_ftie, ie->ftie, 2 + ie->ftie[1]) != 0) {
843 assoc_resp_ftie, 2 + assoc_resp_ftie[1]);
823 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.c826 const u8 *assoc_resp_ftie)
834 if (assoc_resp_ftie == NULL)
837 if (assoc_resp_ftie[1] != ie->ftie[1] ||
838 os_memcmp(assoc_resp_ftie, ie->ftie, 2 + ie->ftie[1]) != 0) {
843 assoc_resp_ftie, 2 + assoc_resp_ftie[1]);
823 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.c826 const u8 *assoc_resp_ftie)
834 if (assoc_resp_ftie == NULL)
837 if (assoc_resp_ftie[1] != ie->ftie[1] ||
838 os_memcmp(assoc_resp_ftie, ie->ftie, 2 + ie->ftie[1]) != 0) {
843 assoc_resp_ftie, 2 + assoc_resp_ftie[1]);
823 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 131 milliseconds