Home | History | Annotate | Download | only in rsn_supp

Lines Matching full:ielen

626 	int ielen;
648 ielen = 0;
651 ielen += sizeof(*ftie);
654 ielen += 170;
658 rbuf = os_zalloc(ielen + 1);
717 int ielen;
740 ielen = len - (pos - buf); /* start of IE in buf */
741 if (wpa_supplicant_parse_ies((const u8 *) pos, ielen, &kde) < 0) {
1166 u16 ielen;
1183 ielen = len - (cpos - buf); /* start of IE in buf */
1184 if (wpa_supplicant_parse_ies(cpos, ielen, &kde) < 0) {
1486 int ielen;
1527 ielen = len - (pos - buf); /* start of IE in buf */
1528 if (wpa_supplicant_parse_ies(pos, ielen, &kde) < 0) {
1678 int ielen;
1710 ielen = len - (pos - buf); /* start of IE in buf */
1711 if (wpa_supplicant_parse_ies((const u8 *) pos, ielen, &kde) < 0) {