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

1 2

  /external/wpa_supplicant_8/hostapd/
hlr_auc_gw.c 229 pos += wpa_snprintf_hex(pos, sizeof(val), m->sqn, 6);
575 pos += wpa_snprintf_hex(pos, end - pos, m->ki, 16);
577 pos += wpa_snprintf_hex(pos, end - pos, m->opc, 16);
579 pos += wpa_snprintf_hex(pos, end - pos, m->amf, 2);
581 pos += wpa_snprintf_hex(pos, end - pos, m->sqn, 6);
659 rpos += wpa_snprintf_hex(rpos, rend - rpos, kc, 8);
661 rpos += wpa_snprintf_hex(rpos, rend - rpos, sres, 4);
663 rpos += wpa_snprintf_hex(rpos, rend - rpos, _rand, 16);
676 rpos += wpa_snprintf_hex(rpos, rend - rpos, g->kc, 8);
679 rpos += wpa_snprintf_hex(rpos, rend - rpos, g->sres, 4)
    [all...]
ctrl_iface.c 903 wpa_snprintf_hex(hex, sizeof(hex),
1343 ret = wpa_snprintf_hex(buf, buflen, wpabuf_head_u8(reply),
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wifi_display.c 335 return wpa_snprintf_hex(buf, buflen,
378 wpa_snprintf_hex(subelem, 2 * elen + 1,
ctrl_iface_udp.c 189 wpa_snprintf_hex(reply + 7, 2 * COOKIE_LEN + 1,
530 wpa_snprintf_hex(reply + 7, 2 * COOKIE_LEN + 1,
notify.c 600 wpa_snprintf_hex(cert_hex, len, wpabuf_head(cert),
eapol_test.c 499 wpa_snprintf_hex(cert_hex, len, wpabuf_head(cert),
536 wpa_snprintf_hex(str, len * 2 + 1, id, len);
    [all...]
config.c 140 wpa_snprintf_hex(buf, 2 * len + 1, value, len);
1234 wpa_snprintf_hex(buf + 5, 32 + 1, ssid->eap.password, 16);
    [all...]
wpas_glue.c 825 wpa_snprintf_hex(str, len * 2 + 1, id, len);
ctrl_iface.c 470 res = wpa_snprintf_hex(buf, buflen, wpa_s->last_gtk,
    [all...]
config_file.c 642 wpa_snprintf_hex(hex, sizeof(hex), psk->psk, sizeof(psk->psk));
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_sim_db.c 264 pos += wpa_snprintf_hex(pos, end - pos, mk, EAP_SIM_MK_LEN);
270 pos += wpa_snprintf_hex(pos, end - pos, k_encr,
277 pos += wpa_snprintf_hex(pos, end - pos, k_aut,
284 pos += wpa_snprintf_hex(pos, end - pos, k_re,
969 pos += wpa_snprintf_hex(pos, end - pos, buf, sizeof(buf));
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_test.c 524 pos += wpa_snprintf_hex(pos, end - pos,
530 pos += wpa_snprintf_hex(pos, end - pos, bss->ie, bss->ielen);
531 pos += wpa_snprintf_hex(pos, end - pos, bss->wps_probe_resp_ie,
1297 pos += wpa_snprintf_hex(pos, end - pos, drv->probe_req_ie,
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
pmksa_cache.c 487 pos += wpa_snprintf_hex(pos, buf + len - pos, entry->pmkid,
  /external/wpa_supplicant_8/src/utils/
common.h 477 int wpa_snprintf_hex(char *buf, size_t buf_size, const u8 *data, size_t len);
common.c 209 * wpa_snprintf_hex - Print data as a hex string into a buffer
216 int wpa_snprintf_hex(char *buf, size_t buf_size, const u8 *data, size_t len) function
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 148 wpa_snprintf_hex(hex, sizeof(hex), psk, psk_len);
311 wpa_snprintf_hex(buf, blen, attr, attr_len);
1084 wpa_snprintf_hex((char *) wps->network_key, 2 * PMK_LEN + 1,
    [all...]
drv_callbacks.c 712 wpa_snprintf_hex(hex, hex_len, rx_mgmt->frame,
  /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 510 *pos += wpa_snprintf_hex(*pos, end - *pos, data, len);
eap_sim.c 172 pos += wpa_snprintf_hex(pos, end - pos, data->rand[i],
    [all...]
eap.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old_handlers.c 954 ret = wpa_snprintf_hex(value, size,
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_enrollee.c 287 wpa_snprintf_hex(hex, sizeof(hex), psk, sizeof(psk));
    [all...]
  /external/wpa_supplicant_8/src/radius/
radius.c 317 wpa_snprintf_hex(buf, sizeof(buf), pos, len);
    [all...]
radius_server.c 747 len = wpa_snprintf_hex(
    [all...]

Completed in 2422 milliseconds

1 2