Home | History | Annotate | Download | only in rsn_supp

Lines Matching refs:cpos

1444 	const u8 *cpos;
1464 cpos = buf;
1465 cpos += 1 /* pkt_type */ + 1 /* Category */ + 1 /* Action */;
1468 dtoken = *cpos++; /* dialog token */
1511 peer->capability = WPA_GET_LE16(cpos);
1512 cpos += 2;
1514 ielen = len - (cpos - buf); /* start of IE in buf */
1515 if (wpa_supplicant_parse_ies(cpos, ielen, &kde) < 0) {