HomeSort by relevance Sort by last modified time
    Searched refs:peer_pubkey_hash (Results 1 - 7 of 7) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.h 70 int p2p_group, const u8 *peer_pubkey_hash,
wps_supplicant.c 1117 const u8 *peer_pubkey_hash,
1142 if (peer_pubkey_hash)
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps.c 142 if (cfg->peer_pubkey_hash) {
143 os_memcpy(data->peer_pubkey_hash, cfg->peer_pubkey_hash,
wps_i.h 78 u8 peer_pubkey_hash[WPS_OOB_PUBKEY_HASH_LEN]; member in struct:wps_data
wps.h 186 * peer_pubkey_hash - Peer public key hash or %NULL if not known
188 const u8 *peer_pubkey_hash; member in struct:wps_config
wps_enrollee.c 538 if (os_memcmp_const(hash, wps->peer_pubkey_hash,
546 wps->peer_pubkey_hash,
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_wsc.c 246 cfg.peer_pubkey_hash = pkhash;

Completed in 92 milliseconds