Home | History | Annotate | Download | only in drivers

Lines Matching defs:spos

249 		char *spos;
253 spos = custom + 17;
255 bytes = strspn(spos, "0123456789abcdefABCDEF");
262 hexstr2bin(spos, req_ies, bytes) < 0)
267 spos += bytes * 2;
272 if (os_strncmp(spos, " RespIEs=", 9) == 0) {
273 spos += 9;
275 bytes = strspn(spos, "0123456789abcdefABCDEF");
282 hexstr2bin(spos, resp_ies, bytes) < 0)
1301 char *spos;
1303 spos = custom + 7;
1304 bytes = custom + clen - spos;
1312 if (hexstr2bin(spos, tmp + res->ie_len, bytes) < 0)
1316 char *spos;
1318 spos = custom + 7;
1319 bytes = custom + clen - spos;
1327 if (hexstr2bin(spos, tmp + res->ie_len, bytes) < 0)
1331 char *spos;
1334 spos = custom + 4;
1335 bytes = custom + clen - spos;
1341 if (hexstr2bin(spos, bin, bytes) < 0) {