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)
1303 char *spos;
1305 spos = custom + 7;
1306 bytes = custom + clen - spos;
1314 if (hexstr2bin(spos, tmp + res->ie_len, bytes) < 0)
1318 char *spos;
1320 spos = custom + 7;
1321 bytes = custom + clen - spos;
1329 if (hexstr2bin(spos, tmp + res->ie_len, bytes) < 0)
1333 char *spos;
1336 spos = custom + 4;
1337 bytes = custom + clen - spos;
1343 if (hexstr2bin(spos, bin, bytes) < 0) {