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.c353 u8 pubkey_hash[WPS_HASH_LEN]; in wps_build_oob_dev_password() local
360 sha256_vector(1, addr, &hash_len, pubkey_hash); in wps_build_oob_dev_password()
378 wpabuf_put_data(msg, pubkey_hash, WPS_OOB_PUBKEY_HASH_LEN); in wps_build_oob_dev_password()
Dwps_common.c394 oob_conf->pubkey_hash = in wps_parse_oob_dev_pwd()
396 if (oob_conf->pubkey_hash == NULL) { in wps_parse_oob_dev_pwd()
Dwps.h115 struct wpabuf *pubkey_hash; member
Dwps_enrollee.c506 wps->wps->oob_conf.pubkey_hash) { in wps_process_pubkey()
513 wpabuf_head(wps->wps->oob_conf.pubkey_hash), in wps_process_pubkey()
Dwps_registrar.c2081 if (wps->wps->oob_conf.pubkey_hash != NULL) { in wps_process_pubkey()
2088 wpabuf_head(wps->wps->oob_conf.pubkey_hash), in wps_process_pubkey()
/external/wpa_supplicant_8/src/ap/
Dwps_hostapd.c925 wpabuf_free(hapd->wps->oob_conf.pubkey_hash); in hostapd_deinit_wps()
/external/wpa_supplicant_8/wpa_supplicant/
Dwps_supplicant.c1190 wpabuf_free(wpa_s->wps->oob_conf.pubkey_hash); in wpas_wps_deinit()