Home | History | Annotate | Download | only in common

Lines Matching refs:ftie

133 	       const u8 *ftie, size_t ftie_len,
159 if (ftie) {
161 os_memcpy(pos, ftie, ftie_len);
192 parse->ftie = ie;
203 "length in FTIE: %d", pos[1]);
215 "length in FTIE: %d", pos[1]);
242 const struct rsn_ftie *ftie;
272 if (pos[1] < sizeof(*ftie))
274 ftie = (const struct rsn_ftie *) (pos + 2);
275 prot_ie_count = ftie->mic_control[1];
303 if (parse->ftie)