HomeSort by relevance Sort by last modified time
    Searched refs:hexstr2bin (Results 1 - 25 of 36) sorted by null

1 2

  /external/wpa_supplicant_8/src/utils/
uuid.c 22 if (hexstr2bin(pos, opos, 4))
27 if (*pos++ != '-' || hexstr2bin(pos, opos, 2))
32 if (*pos++ != '-' || hexstr2bin(pos, opos, 2))
37 if (*pos++ != '-' || hexstr2bin(pos, opos, 2))
42 if (*pos++ != '-' || hexstr2bin(pos, opos, 6))
wpabuf.c 334 if (hexstr2bin(buf, wpabuf_put(ret, len), len)) {
common.c 163 * hexstr2bin - Convert ASCII hex string into binary data
170 int hexstr2bin(const char *hex, u8 *buf, size_t len) function
677 if (hexstr2bin(value, str, tlen)) {
common.h 464 int hexstr2bin(const char *hex, u8 *buf, size_t len);
  /external/wpa_supplicant_8/src/wps/
wps_module_tests.c 282 if (hexstr2bin(test->data, wpabuf_put(buf, len), len) < 0) {
  /external/wpa_supplicant_8/hostapd/
hlr_auc_gw.c 174 hexstr2bin(argv[i], m->ki, sizeof(m->ki))) {
180 hexstr2bin(argv[i], m->opc, sizeof(m->opc))) {
186 hexstr2bin(argv[i], m->amf, sizeof(m->amf))) {
192 hexstr2bin(argv[i], m->sqn, sizeof(m->sqn))) {
326 if (!pos || os_strlen(pos) != 16 || hexstr2bin(pos, g->kc, 8)) {
335 hexstr2bin(pos, g->sres, 4)) {
344 hexstr2bin(pos, g->_rand, 16)) {
439 hexstr2bin(pos, m->ki, 16)) {
448 hexstr2bin(pos, m->opc, 16)) {
456 if (!pos || os_strlen(pos) != 4 || hexstr2bin(pos, m->amf, 2))
    [all...]
config_file.c 461 if (hexstr2bin(pos, user->password, 16) < 0) {
485 if (hexstr2bin(pos, user->password,
604 if (hexstr2bin(pos, wpabuf_put(attr->val, len), len) < 0) {
798 if (hexstr2bin(val, wep->key[keyidx], len) < 0)
1035 if (hexstr2bin(pos, r0kh->key, sizeof(r0kh->key))) {
1080 if (hexstr2bin(pos, r1kh->key, sizeof(r1kh->key))) {
1247 hexstr2bin(pos, oi, len / 2)) {
    [all...]
ctrl_iface.c 241 if (hexstr2bin(pos, wpabuf_put(buf, len), len) < 0) {
401 if (hexstr2bin(pos, wpabuf_put(req, len), len) < 0) {
418 if (hexstr2bin(pos2, wpabuf_put(sel, len), len) < 0) {
973 hexstr2bin(pos, nei_pos, len / 2) < 0) {
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
mschapv2.c 118 hexstr2bin((char *) (buf + 2), recv_response,
eap_aka.c 192 if (hexstr2bin(pos, data->auts, EAP_AKA_AUTS_LEN) < 0)
209 if (hexstr2bin(pos, data->ik, EAP_AKA_IK_LEN) < 0)
217 if (hexstr2bin(pos, data->ck, EAP_AKA_CK_LEN) < 0)
230 if (hexstr2bin(pos, data->res, data->res_len) < 0)
279 if (hexstr2bin(pos, k, 16))
286 if (hexstr2bin(pos, opc, 16))
293 if (hexstr2bin(pos, sqn, 6))
    [all...]
eap_wsc.c 76 hexstr2bin(pos, cred->ssid, len / 2)) {
128 hexstr2bin(pos, cred->key, len / 2)) {
237 hexstr2bin(pos, pkhash, WPS_OOB_PUBKEY_HASH_LEN)) {
eap_sim.c 206 if (hexstr2bin(pos, data->kc[i], EAP_SIM_KC_LEN) < 0)
215 if (hexstr2bin(pos, data->sres[i], EAP_SIM_SRES_LEN) < 0)
284 if (hexstr2bin(pos, k, 16))
291 if (hexstr2bin(pos, opc, 16))
    [all...]
eap_mschapv2.c 438 if (hexstr2bin(pos, data->passwd_change_challenge,
  /external/wpa_supplicant_8/src/eap_server/
eap_sim_db.c 321 hexstr2bin(argv[i], reauth->mk, sizeof(reauth->mk));
323 hexstr2bin(argv[i], reauth->k_encr,
326 hexstr2bin(argv[i], reauth->k_aut,
329 hexstr2bin(argv[i], reauth->k_re,
496 if (hexstr2bin(start, entry->u.sim.kc[num_chal],
505 if (hexstr2bin(start, entry->u.sim.sres[num_chal],
510 if (hexstr2bin(start, entry->u.sim.rand[num_chal],
568 if (hexstr2bin(start, entry->u.aka.rand, EAP_AKA_RAND_LEN))
576 if (hexstr2bin(start, entry->u.aka.autn, EAP_AKA_AUTN_LEN))
584 if (hexstr2bin(start, entry->u.aka.ik, EAP_AKA_IK_LEN)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wifi_display.c 248 if (hexstr2bin(pos, wpabuf_put(e, len), len) < 0) {
270 if (hexstr2bin(pos, wpabuf_put(e, len), len) < 0) {
ctrl_iface_udp.c 288 if (hexstr2bin(buf + 7, cookie, COOKIE_LEN) < 0) {
652 if (hexstr2bin(buf + 7, cookie, COOKIE_LEN) < 0) {
ctrl_iface.c 162 hexstr2bin(pos, ssid[ssid_count].ssid,
251 if (hexstr2bin(pos, blob->data, len / 2) < 0) {
1300 if (hexstr2bin(pos, wpabuf_put(buf, len), len) < 0) {
    [all...]
config.c 506 if (hexstr2bin(value, ssid->psk, PMK_LEN) ||
    [all...]
wps_supplicant.c 526 if (hexstr2bin((const char *) cred->key, ssid->psk,
    [all...]
  /external/wpa_supplicant_8/src/ap/
ctrl_iface_ap.c 675 if (hexstr2bin(pos, pmkid, PMKID_LEN) < 0)
683 if (hexstr2bin(pos, pmk, PMK_LEN) < 0)
wps_hostapd.c 369 hexstr2bin((const char *) cred->key,
    [all...]
ieee802_11_auth.c 469 (hexstr2bin(passphrase, psk->psk, PMK_LEN) < 0)) {
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
hidl_manager.cpp 332 if (hexstr2bin(match.str().c_str(), rand.data(), rand.size())) {
353 if (hexstr2bin(
359 if (hexstr2bin(
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old.c 177 if (hexstr2bin(bssid_txt, bssid, ETH_ALEN) < 0)
  /external/wpa_supplicant_8/src/drivers/
driver_wext.c 262 hexstr2bin(spos, req_ies, bytes) < 0)
282 hexstr2bin(spos, resp_ies, bytes) < 0)
    [all...]

Completed in 985 milliseconds

1 2