Home | History | Annotate | Download | only in drivers

Lines Matching defs:spos

468 		char *spos;
471 spos = custom + 17;
474 * bytes = strlen(spos); ==> bug, bytes may less than original
486 os_memcpy(data.assoc_info.req_ies, spos, bytes);
489 spos += bytes + 1;
494 if (os_strncmp(spos, " RespIEs=", 9) == 0) {
496 spos += 9;
498 bytes = os_strlen(spos);
508 os_memcpy(data.assoc_info.resp_ies, spos, bytes);