Lines Matching defs:cpos
1792 const u8 *cpos;
1812 cpos = buf;
1813 cpos += 1 /* pkt_type */ + 1 /* Category */ + 1 /* Action */;
1816 dtoken = *cpos++; /* dialog token */
1861 peer->capability = WPA_GET_LE16(cpos);
1862 cpos += 2;
1864 ielen = len - (cpos - buf); /* start of IE in buf */
1871 if (wpa_supplicant_parse_ies(cpos, ielen, &kde) < 0)