Home
last modified time | relevance | path

Searched refs:pubkey_hash (Results 1 – 7 of 7) sorted by relevance

/external/wpa_supplicant_8/src/wps/
Dwps_attr_build.c347 u8 pubkey_hash[WPS_HASH_LEN]; in wps_build_oob_dev_password() local
354 sha256_vector(1, addr, &hash_len, pubkey_hash); in wps_build_oob_dev_password()
372 wpabuf_put_data(msg, pubkey_hash, WPS_OOB_PUBKEY_HASH_LEN); in wps_build_oob_dev_password()
Dwps_common.c387 oob_conf->pubkey_hash = in wps_parse_oob_dev_pwd()
389 if (oob_conf->pubkey_hash == NULL) { in wps_parse_oob_dev_pwd()
Dwps.h110 struct wpabuf *pubkey_hash; member
Dwps_enrollee.c527 wps->wps->oob_conf.pubkey_hash) { in wps_process_pubkey()
534 wpabuf_head(wps->wps->oob_conf.pubkey_hash), in wps_process_pubkey()
Dwps_registrar.c2143 if (wps->wps->oob_conf.pubkey_hash != NULL) { in wps_process_pubkey()
2150 wpabuf_head(wps->wps->oob_conf.pubkey_hash), in wps_process_pubkey()
/external/wpa_supplicant_8/src/ap/
Dwps_hostapd.c1001 wpabuf_free(hapd->wps->oob_conf.pubkey_hash); in hostapd_deinit_wps()
/external/wpa_supplicant_8/wpa_supplicant/
Dwps_supplicant.c1229 wpabuf_free(wpa_s->wps->oob_conf.pubkey_hash); in wpas_wps_deinit()