Searched defs:peer_pubkey_hash (Results 1 - 7 of 7) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_i.h78 u8 peer_pubkey_hash[WPS_OOB_PUBKEY_HASH_LEN]; member in struct:wps_data
H A Dwps.h186 * peer_pubkey_hash - Peer public key hash or %NULL if not known
188 const u8 *peer_pubkey_hash; member in struct:wps_config
/external/wpa_supplicant_8/src/wps/
H A Dwps_i.h78 u8 peer_pubkey_hash[WPS_OOB_PUBKEY_HASH_LEN]; member in struct:wps_data
H A Dwps.h186 * peer_pubkey_hash - Peer public key hash or %NULL if not known
188 const u8 *peer_pubkey_hash; member in struct:wps_config
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_i.h78 u8 peer_pubkey_hash[WPS_OOB_PUBKEY_HASH_LEN]; member in struct:wps_data
H A Dwps.h186 * peer_pubkey_hash - Peer public key hash or %NULL if not known
188 const u8 *peer_pubkey_hash; member in struct:wps_config
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwps_supplicant.c1117 const u8 *peer_pubkey_hash,
1142 if (peer_pubkey_hash) {
1145 peer_pubkey_hash,
2171 int p2p_group, const u8 *peer_pubkey_hash,
2226 p2p_group, dev_pw_id, peer_pubkey_hash,
1114 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) argument
2168 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) argument

Completed in 684 milliseconds