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.c146 if (cfg->peer_pubkey_hash) { in wps_init()
147 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.h189 const u8 *peer_pubkey_hash; member
Dwps_enrollee.c564 if (os_memcmp_const(hash, wps->peer_pubkey_hash, in wps_process_pubkey()
572 wps->peer_pubkey_hash, in wps_process_pubkey()
/external/wpa_supplicant_8/wpa_supplicant/
Dwps_supplicant.h71 int p2p_group, const u8 *peer_pubkey_hash,
Dwps_supplicant.c1175 const u8 *peer_pubkey_hash, in wpas_wps_start_dev_pw() argument
1207 if (peer_pubkey_hash) { in wpas_wps_start_dev_pw()
1210 peer_pubkey_hash, in wpas_wps_start_dev_pw()
2271 int p2p_group, const u8 *peer_pubkey_hash, in wpas_wps_start_nfc() argument
2326 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()