Lines Matching defs:ftie
293 * FTIE from (Re)Association Response.
822 if (ie->ftie == NULL) {
824 "FT: No FTIE in EAPOL-Key msg 3/4");
831 if (assoc_resp_ftie[1] != ie->ftie[1] ||
832 os_memcmp(assoc_resp_ftie, ie->ftie, 2 + ie->ftie[1]) != 0) {
833 wpa_dbg(sm->ctx->msg_ctx, MSG_DEBUG, "FT: FTIE mismatch");
834 wpa_hexdump(MSG_DEBUG, "FT: FTIE in EAPOL-Key msg 3/4",
835 ie->ftie, 2 + ie->ftie[1]);
836 wpa_hexdump(MSG_DEBUG, "FT: FTIE in (Re)Association Response",
884 const u8 *pos, *end, *mdie = NULL, *ftie = NULL;
897 ftie = pos;
905 ft_validate_ftie(sm, src_addr, ie, ftie) < 0 ||