Home | History | Annotate | Download | only in rsn_supp

Lines Matching refs:ftie

287 		 * FTIE from (Re)Association Response.
857 if (ie->ftie == NULL) {
859 "FT: No FTIE in EAPOL-Key msg 3/4");
866 if (assoc_resp_ftie[1] != ie->ftie[1] ||
867 os_memcmp(assoc_resp_ftie, ie->ftie, 2 + ie->ftie[1]) != 0) {
868 wpa_dbg(sm->ctx->msg_ctx, MSG_DEBUG, "FT: FTIE mismatch");
869 wpa_hexdump(MSG_DEBUG, "FT: FTIE in EAPOL-Key msg 3/4",
870 ie->ftie, 2 + ie->ftie[1]);
871 wpa_hexdump(MSG_DEBUG, "FT: FTIE in (Re)Association Response",
919 const u8 *pos, *end, *mdie = NULL, *ftie = NULL;
932 ftie = pos;
940 ft_validate_ftie(sm, src_addr, ie, ftie) < 0 ||