Home | History | Annotate | Download | only in drivers

Lines Matching defs:spos

245 		char *spos;
249 spos = custom + 17;
251 bytes = strspn(spos, "0123456789abcdefABCDEF");
258 hexstr2bin(spos, req_ies, bytes) < 0)
263 spos += bytes * 2;
268 if (os_strncmp(spos, " RespIEs=", 9) == 0) {
269 spos += 9;
271 bytes = strspn(spos, "0123456789abcdefABCDEF");
278 hexstr2bin(spos, resp_ies, bytes) < 0)
1283 char *spos;
1285 spos = custom + 7;
1286 bytes = custom + clen - spos;
1294 if (hexstr2bin(spos, tmp + res->ie_len, bytes) < 0)
1298 char *spos;
1300 spos = custom + 7;
1301 bytes = custom + clen - spos;
1309 if (hexstr2bin(spos, tmp + res->ie_len, bytes) < 0)
1313 char *spos;
1316 spos = custom + 4;
1317 bytes = custom + clen - spos;
1323 if (hexstr2bin(spos, bin, bytes) < 0) {