Home | History | Annotate | Download | only in common

Lines Matching full:ftie

141 	       const u8 *ftie, size_t ftie_len,
167 if (ftie) {
169 os_memcpy(pos, ftie, ftie_len);
200 parse->ftie = ie;
211 "length in FTIE: %d", pos[1]);
223 "length in FTIE: %d", pos[1]);
250 const struct rsn_ftie *ftie;
280 if (pos[1] < sizeof(*ftie))
282 ftie = (const struct rsn_ftie *) (pos + 2);
283 prot_ie_count = ftie->mic_control[1];
311 if (parse->ftie)