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

1 2

  /external/wpa_supplicant_8/hostapd/
hlr_auc_gw.c 235 pos += wpa_snprintf_hex(pos, sizeof(val), m->sqn, 6);
539 pos += wpa_snprintf_hex(pos, end - pos, m->ki, 16);
541 pos += wpa_snprintf_hex(pos, end - pos, m->opc, 16);
543 pos += wpa_snprintf_hex(pos, end - pos, m->amf, 2);
545 pos += wpa_snprintf_hex(pos, end - pos, m->sqn, 6);
623 rpos += wpa_snprintf_hex(rpos, rend - rpos, kc, 8);
625 rpos += wpa_snprintf_hex(rpos, rend - rpos, sres, 4);
627 rpos += wpa_snprintf_hex(rpos, rend - rpos, _rand, 16);
640 rpos += wpa_snprintf_hex(rpos, rend - rpos, g->kc, 8);
643 rpos += wpa_snprintf_hex(rpos, rend - rpos, g->sres, 4)
    [all...]
ctrl_iface.c 1204 wpa_snprintf_hex(hex, sizeof(hex),
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wifi_display.c 351 res = wpa_snprintf_hex(buf, buflen, wpabuf_head(ie),
364 return wpa_snprintf_hex(buf, buflen,
407 wpa_snprintf_hex(subelem, 2 * elen + 1,
ctrl_iface_udp.c 209 wpa_snprintf_hex(reply + 7, 2 * COOKIE_LEN + 1,
590 wpa_snprintf_hex(reply + 7, 2 * COOKIE_LEN + 1,
p2p_supplicant_sd.c 707 wpa_snprintf_hex(buf, buf_len, tlvs, tlvs_len);
912 wpa_snprintf_hex(buf, buf_len, tlvs, tlvs_len);
wpas_glue.c 106 wpa_snprintf_hex(hex, hex_len, buf, len);
944 wpa_snprintf_hex(str, len * 2 + 1, id, len);
notify.c 772 wpa_snprintf_hex(cert_hex, len, wpabuf_head(cert),
eapol_test.c 518 wpa_snprintf_hex(cert_hex, len, wpabuf_head(cert),
563 wpa_snprintf_hex(str, len * 2 + 1, id, len);
    [all...]
config.c 160 wpa_snprintf_hex(buf, 2 * len + 1, value, len);
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_sim_db.c 269 pos += wpa_snprintf_hex(pos, end - pos, mk, EAP_SIM_MK_LEN);
275 pos += wpa_snprintf_hex(pos, end - pos, k_encr,
282 pos += wpa_snprintf_hex(pos, end - pos, k_aut,
289 pos += wpa_snprintf_hex(pos, end - pos, k_re,
1027 wpa_snprintf_hex(pos, end - pos, buf, sizeof(buf));
    [all...]
  /external/wpa_supplicant_8/src/utils/
utils_module_tests.c 375 if (wpa_snprintf_hex(buf, 0, addr, ETH_ALEN) != 0 ||
376 wpa_snprintf_hex(buf, 3, addr, ETH_ALEN) != 2)
common.c 328 * wpa_snprintf_hex - Print data as a hex string into a buffer
335 int wpa_snprintf_hex(char *buf, size_t buf_size, const u8 *data, size_t len) function
common.h 462 int wpa_snprintf_hex(char *buf, size_t buf_size, const u8 *data, size_t len);
  /external/wpa_supplicant_8/src/rsn_supp/
pmksa_cache.c 502 pos += wpa_snprintf_hex(pos, buf + len - pos, entry->pmkid,
  /external/wpa_supplicant_8/src/ap/
wpa_auth_glue.c 338 wpa_snprintf_hex(hex, hex_len, data, data_len);
460 wpa_snprintf_hex(hex, hex_len, data, data_len);
wps_hostapd.c 148 wpa_snprintf_hex(hex, sizeof(hex), psk, psk_len);
311 wpa_snprintf_hex(buf, blen, attr, attr_len);
1113 wpa_snprintf_hex((char *) wps->network_key, 2 * PMK_LEN + 1,
    [all...]
ctrl_iface_ap.c 172 len += wpa_snprintf_hex(buf + len, buflen - len,
pmksa_cache_auth.c 596 pos += wpa_snprintf_hex(pos, buf + len - pos, entry->pmkid,
drv_callbacks.c 857 wpa_snprintf_hex(hex, hex_len, rx_mgmt->frame,
    [all...]
  /external/wpa_supplicant_8/src/fst/
fst_ctrl_iface.c 587 return wpa_snprintf_hex(buf, buflen, wpabuf_head(mbies),
678 ret += wpa_snprintf_hex(buf + ret, buflen - ret,
  /external/wpa_supplicant_8/src/eap_peer/
eap_aka.c 168 pos += wpa_snprintf_hex(pos, end - pos, data->rand, EAP_AKA_RAND_LEN);
170 wpa_snprintf_hex(pos, end - pos, data->autn, EAP_AKA_AUTN_LEN);
    [all...]
eap_fast_pac.c 511 *pos += wpa_snprintf_hex(*pos, end - *pos, data, len);
eap.c 538 pos = wpa_snprintf_hex(erp->keyname_nai, nai_buf_len,
    [all...]
eap_sim.c 172 pos += wpa_snprintf_hex(pos, end - pos, data->rand[i],
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old_handlers.c 878 ret = wpa_snprintf_hex(value, size,
    [all...]

Completed in 359 milliseconds

1 2