Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/wps/
Dwps.c142 if (cfg->peer_pubkey_hash) { in wps_init()
143 os_memcpy(data->peer_pubkey_hash, cfg->peer_pubkey_hash, in wps_init()
Dwps_i.h78 u8 peer_pubkey_hash[WPS_OOB_PUBKEY_HASH_LEN]; member
Dwps.h190 const u8 *peer_pubkey_hash; member
Dwps_enrollee.c569 if (os_memcmp_const(hash, wps->peer_pubkey_hash, in wps_process_pubkey()
577 wps->peer_pubkey_hash, in wps_process_pubkey()
/external/wpa_supplicant_8/wpa_supplicant/
Dwps_supplicant.h73 int p2p_group, const u8 *peer_pubkey_hash,
Dwps_supplicant.c1207 const u8 *peer_pubkey_hash, in wpas_wps_start_dev_pw() argument
1246 if (peer_pubkey_hash) { in wpas_wps_start_dev_pw()
1249 peer_pubkey_hash, in wpas_wps_start_dev_pw()
2313 int p2p_group, const u8 *peer_pubkey_hash, in wpas_wps_start_nfc() argument
2368 p2p_group, dev_pw_id, peer_pubkey_hash, in wpas_wps_start_nfc()
/external/wpa_supplicant_8/src/eap_peer/
Deap_wsc.c242 cfg.peer_pubkey_hash = pkhash; in eap_wsc_init()