Lines Matching refs:spos
249 char *spos; in wpa_driver_wext_event_wireless_custom() local
253 spos = custom + 17; in wpa_driver_wext_event_wireless_custom()
255 bytes = strspn(spos, "0123456789abcdefABCDEF"); in wpa_driver_wext_event_wireless_custom()
262 hexstr2bin(spos, req_ies, bytes) < 0) in wpa_driver_wext_event_wireless_custom()
267 spos += bytes * 2; in wpa_driver_wext_event_wireless_custom()
272 if (os_strncmp(spos, " RespIEs=", 9) == 0) { in wpa_driver_wext_event_wireless_custom()
273 spos += 9; in wpa_driver_wext_event_wireless_custom()
275 bytes = strspn(spos, "0123456789abcdefABCDEF"); in wpa_driver_wext_event_wireless_custom()
282 hexstr2bin(spos, resp_ies, bytes) < 0) in wpa_driver_wext_event_wireless_custom()
1374 char *spos; in wext_get_scan_custom() local
1376 spos = custom + 7; in wext_get_scan_custom()
1377 bytes = custom + clen - spos; in wext_get_scan_custom()
1385 if (hexstr2bin(spos, tmp + res->ie_len, bytes) < 0) in wext_get_scan_custom()
1389 char *spos; in wext_get_scan_custom() local
1391 spos = custom + 7; in wext_get_scan_custom()
1392 bytes = custom + clen - spos; in wext_get_scan_custom()
1400 if (hexstr2bin(spos, tmp + res->ie_len, bytes) < 0) in wext_get_scan_custom()
1404 char *spos; in wext_get_scan_custom() local
1407 spos = custom + 4; in wext_get_scan_custom()
1408 bytes = custom + clen - spos; in wext_get_scan_custom()
1414 if (hexstr2bin(spos, bin, bytes) < 0) { in wext_get_scan_custom()