Home | History | Annotate | Download | only in common

Lines Matching defs:ftie

135 	       const u8 *ftie, size_t ftie_len,
161 if (ftie) {
163 os_memcpy(pos, ftie, ftie_len);
194 parse->ftie = ie;
205 "length in FTIE: %d", pos[1]);
217 "length in FTIE: %d", pos[1]);
244 const struct rsn_ftie *ftie;
274 if (pos[1] < sizeof(*ftie))
276 ftie = (const struct rsn_ftie *) (pos + 2);
277 prot_ie_count = ftie->mic_control[1];
305 if (parse->ftie)