Home | History | Annotate | Download | only in rsn_supp

Lines Matching defs:cpos

1338 	const u8 *cpos;
1358 cpos = buf;
1359 cpos += 1 /* pkt_type */ + 1 /* Category */ + 1 /* Action */;
1362 dtoken = *cpos++; /* dialog token */
1380 peer->capability = WPA_GET_LE16(cpos);
1381 cpos += 2;
1383 ielen = len - (cpos - buf); /* start of IE in buf */
1384 if (wpa_supplicant_parse_ies(cpos, ielen, &kde) < 0) {