Searched refs:peer_pubkey_hash (Results 1 – 7 of 7) sorted by relevance
/external/wpa_supplicant_8/src/wps/ |
D | wps.c | 142 if (cfg->peer_pubkey_hash) { in wps_init() 143 os_memcpy(data->peer_pubkey_hash, cfg->peer_pubkey_hash, in wps_init()
|
D | wps_i.h | 78 u8 peer_pubkey_hash[WPS_OOB_PUBKEY_HASH_LEN]; member
|
D | wps.h | 190 const u8 *peer_pubkey_hash; member
|
D | wps_enrollee.c | 569 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/ |
D | wps_supplicant.h | 73 int p2p_group, const u8 *peer_pubkey_hash,
|
D | wps_supplicant.c | 1207 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/ |
D | eap_wsc.c | 242 cfg.peer_pubkey_hash = pkhash; in eap_wsc_init()
|