HomeSort by relevance Sort by last modified time
    Searched refs:wpa_snprintf_hex (Results 1 - 25 of 46) 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 1242 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,
wpas_glue.c 107 wpa_snprintf_hex(hex, hex_len, buf, len);
1020 wpa_snprintf_hex(str, len * 2 + 1, id, len);
1130 wpa_snprintf_hex(hex, hexlen, pkt, pkt_len);
    [all...]
p2p_supplicant_sd.c 707 wpa_snprintf_hex(buf, buf_len, tlvs, tlvs_len);
912 wpa_snprintf_hex(buf, buf_len, tlvs, tlvs_len);
notify.c 844 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...]
ctrl_iface.c 674 res = wpa_snprintf_hex(buf, buflen, wpa_s->last_gtk,
    [all...]
config.c 161 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/ap/
pmksa_cache_auth.c 652 pos += wpa_snprintf_hex(pos, buf + len - pos, entry->pmkid,
708 pos += wpa_snprintf_hex(pos, end - pos, entry->pmkid,
716 pos += wpa_snprintf_hex(pos, end - pos, entry->pmk,
wpa_auth_glue.c 341 wpa_snprintf_hex(hex, hex_len, data, data_len);
463 wpa_snprintf_hex(hex, hex_len, data, data_len);
wps_hostapd.c 148 wpa_snprintf_hex(hex, sizeof(hex), psk, psk_len);
305 wpa_snprintf_hex(buf, blen, attr, attr_len);
1107 wpa_snprintf_hex((char *) wps->network_key, 2 * PMK_LEN + 1,
    [all...]
ctrl_iface_ap.c 173 len += wpa_snprintf_hex(buf + len, buflen - len,
rrm.c 88 if (wpa_snprintf_hex(report, sizeof(report), pos, len) < 0)
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
sta_network.cpp     [all...]
  /external/wpa_supplicant_8/src/utils/
utils_module_tests.c 376 if (wpa_snprintf_hex(buf, 0, addr, ETH_ALEN) != 0 ||
377 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 470 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 515 pos += wpa_snprintf_hex(pos, buf + len - pos, entry->pmkid,
  /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 170 pos += wpa_snprintf_hex(pos, end - pos, data->rand, EAP_AKA_RAND_LEN);
172 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);
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old_handlers.c 868 ret = wpa_snprintf_hex(value, size,
    [all...]

Completed in 1178 milliseconds

1 2