HomeSort by relevance Sort by last modified time
    Searched refs:pubkey_hash (Results 1 - 7 of 7) sorted by null

  /external/wpa_supplicant_8/src/wps/
wps_attr_build.c 357 u8 pubkey_hash[WPS_HASH_LEN]; local
361 sha256_vector(1, addr, &hash_len, pubkey_hash);
365 wpabuf_put_data(msg, pubkey_hash, WPS_OOB_PUBKEY_HASH_LEN);
wps_common.c 428 wpabuf_free(oob_conf->pubkey_hash);
429 oob_conf->pubkey_hash =
431 if (oob_conf->pubkey_hash == NULL) {
wps.h 112 struct wpabuf *pubkey_hash; member in struct:oob_conf_data
807 const u8 *pubkey_hash, u16 pw_id,
wps_registrar.c 33 u8 pubkey_hash[WPS_OOB_PUBKEY_HASH_LEN]; member in struct:wps_nfc_pw_token
    [all...]
wps_enrollee.c 528 wps->wps->oob_conf.pubkey_hash) {
535 wpabuf_head(wps->wps->oob_conf.pubkey_hash),
    [all...]
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 1039 wpabuf_free(hapd->wps->oob_conf.pubkey_hash);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c     [all...]

Completed in 42 milliseconds