/external/wpa_supplicant/ |
driver_test.c | 315 if (hexstr2bin(pos, res->ssid, len) < 0) { 329 if (hexstr2bin(pos, ie, len) < 0) {
|
eap_mschapv2.c | 416 hexstr2bin((char *) (pos + 2), recv_response, 20) || 498 if (hexstr2bin(pos, data->passwd_change_challenge,
|
driver_wext.c | 372 hexstr2bin(spos, data.assoc_info.req_ies, bytes); 392 hexstr2bin(spos, data.assoc_info.resp_ies, bytes); [all...] |
config.c | 76 if (hexstr2bin(value, str, tlen)) { 351 if (hexstr2bin(value, ssid->psk, PMK_LEN) || [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
eap_sim.c | 183 if (hexstr2bin(pos, k, 16)) 190 if (hexstr2bin(pos, opc, 16))
|
eap_mschapv2.c | 431 if (hexstr2bin(pos, data->passwd_change_challenge,
|
eap_fast_pac.c | 252 if (hexstr2bin(value, buf, *len)) {
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_sim.c | 182 if (hexstr2bin(pos, k, 16)) 189 if (hexstr2bin(pos, opc, 16))
|
eap_mschapv2.c | 437 if (hexstr2bin(pos, data->passwd_change_challenge,
|
eap_fast_pac.c | 252 if (hexstr2bin(value, buf, *len)) {
|
/external/wpa_supplicant_8/wpa_supplicant/ |
ctrl_iface.c | [all...] |
config.c | 86 if (hexstr2bin(value, str, tlen)) { 389 if (hexstr2bin(value, ssid->psk, PMK_LEN) || 1226 if (hexstr2bin(value + 5, hash, 16)) { [all...] |
config_winreg.c | 198 if (hexstr2bin(str, config->os_version, 4))
|
eapol_test.c | 125 if (hexstr2bin(pos, (u8 *) buf, len) < 0) {
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
driver_wext.c | 324 hexstr2bin(spos, data.assoc_info.req_ies, bytes); 344 hexstr2bin(spos, data.assoc_info.resp_ies, bytes); [all...] |
driver_test.c | 440 if (hexstr2bin(pos, ie_pos, len) < 0) { 455 if (hexstr2bin(pos, ie_pos, len) < 0) { [all...] |
/external/wpa_supplicant_8/src/drivers/ |
driver_wext.c | 271 hexstr2bin(spos, req_ies, bytes) < 0) 291 hexstr2bin(spos, resp_ies, bytes) < 0) [all...] |
driver_test.c | 550 if (hexstr2bin(data, ie, ielen) < 0) 630 if (hexstr2bin(pos, ssid, ssid_len) < 0) { 642 if (hexstr2bin(pos, ie, ielen) < 0) [all...] |
/external/wpa_supplicant_6/wpa_supplicant/ |
config.c | 85 if (hexstr2bin(value, str, tlen)) { 382 if (hexstr2bin(value, ssid->psk, PMK_LEN) || 1095 if (hexstr2bin(value + 5, hash, 16)) { [all...] |
config_file.c | 402 if (hexstr2bin(pos, config->os_version, 4)) {
|
config_winreg.c | 198 if (hexstr2bin(str, config->os_version, 4))
|
eapol_test.c | 123 if (hexstr2bin(pos, (u8 *) buf, len) < 0) {
|
/external/wpa_supplicant_8/src/ap/ |
ap_config.c | 246 if (len == 64 && hexstr2bin(pos, psk->psk, PMK_LEN) == 0)
|
wps_hostapd.c | [all...] |
/external/wpa_supplicant_8/src/wps/ |
wps_common.c | 553 if (hexstr2bin(pos, &dev_type[2], 4))
|