Lines Matching full:cpos
1154 const u8 *cpos;
1173 cpos = buf;
1174 cpos += 1 /* pkt_type */ + 1 /* Category */ + 1 /* Action */;
1177 dtoken = *cpos++; /* dialog token */
1181 cpos += 2; /* capability information */
1183 ielen = len - (cpos - buf); /* start of IE in buf */
1184 if (wpa_supplicant_parse_ies(cpos, ielen, &kde) < 0) {