/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A 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()
|
H A D | wps_i.h | 78 u8 peer_pubkey_hash[WPS_OOB_PUBKEY_HASH_LEN]; member
|
H A D | wps.h | 188 * peer_pubkey_hash - Peer public key hash or %NULL if not known 190 const u8 *peer_pubkey_hash; member
|
H A 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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps.c | 141 if (cfg->peer_pubkey_hash) { in wps_init() 142 os_memcpy(data->peer_pubkey_hash, cfg->peer_pubkey_hash, in wps_init()
|
H A D | wps_i.h | 78 u8 peer_pubkey_hash[WPS_OOB_PUBKEY_HASH_LEN]; member
|
H A D | wps.h | 189 * peer_pubkey_hash - Peer public key hash or %NULL if not known 191 const u8 *peer_pubkey_hash; member
|
H A 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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | wps_supplicant.h | 71 int p2p_group, const u8 *peer_pubkey_hash,
|
H A D | wps_supplicant.c | 1207 const u8 *peer_pubkey_hash, in wpas_wps_start_dev_pw() 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() 2368 p2p_group, dev_pw_id, peer_pubkey_hash, in wpas_wps_start_nfc() 1204 wpas_wps_start_dev_pw(struct wpa_supplicant *wpa_s, const u8 *dev_addr, const u8 *bssid, const char *pin, int p2p_group, u16 dev_pw_id, const u8 *peer_pubkey_hash, const u8 *ssid_val, size_t ssid_len, int freq) wpas_wps_start_dev_pw() argument 2310 wpas_wps_start_nfc(struct wpa_supplicant *wpa_s, const u8 *go_dev_addr, const u8 *bssid, const struct wpabuf *dev_pw, u16 dev_pw_id, int p2p_group, const u8 *peer_pubkey_hash, const u8 *ssid, size_t ssid_len, int freq) wpas_wps_start_nfc() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | wps_supplicant.h | 72 int p2p_group, const u8 *peer_pubkey_hash,
|
H A D | wps_supplicant.c | 1235 const u8 *peer_pubkey_hash, in wpas_wps_start_dev_pw() 1274 if (peer_pubkey_hash) { in wpas_wps_start_dev_pw() 1277 peer_pubkey_hash, in wpas_wps_start_dev_pw() 2382 int p2p_group, const u8 *peer_pubkey_hash, in wpas_wps_start_nfc() 2437 p2p_group, dev_pw_id, peer_pubkey_hash, in wpas_wps_start_nfc() 1232 wpas_wps_start_dev_pw(struct wpa_supplicant *wpa_s, const u8 *dev_addr, const u8 *bssid, const char *pin, int p2p_group, u16 dev_pw_id, const u8 *peer_pubkey_hash, const u8 *ssid_val, size_t ssid_len, int freq) wpas_wps_start_dev_pw() argument 2379 wpas_wps_start_nfc(struct wpa_supplicant *wpa_s, const u8 *go_dev_addr, const u8 *bssid, const struct wpabuf *dev_pw, u16 dev_pw_id, int p2p_group, const u8 *peer_pubkey_hash, const u8 *ssid, size_t ssid_len, int freq) wpas_wps_start_nfc() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_wsc.c | 242 cfg.peer_pubkey_hash = pkhash; in eap_wsc_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap_wsc.c | 244 cfg.peer_pubkey_hash = pkhash; in eap_wsc_init()
|