Searched refs:peer_type (Results 1 – 4 of 4) sorted by relevance
103 P224EncryptedKeyExchange::P224EncryptedKeyExchange(PeerType peer_type, in P224EncryptedKeyExchange() argument105 : state_(kStateInitial), is_server_(peer_type == kPeerTypeServer) { in P224EncryptedKeyExchange()225 PeerType peer_type, in CalculateHash() argument232 if (peer_type == kPeerTypeServer) { in CalculateHash()
59 P224EncryptedKeyExchange(PeerType peer_type, base::StringPiece password);107 void CalculateHash(PeerType peer_type,
47 enum peer_type { enum308 int peer_type = ctx_item->data(peer_role_type).toInt(); in enter_pin() local312 if (peer_type == PEER_TYPE_WPS_ER_ENROLLEE) in enter_pin()324 if (peer_type == PEER_TYPE_WPS_ER_ENROLLEE) { in enter_pin()1715 int peer_type = ctx_item->data(peer_role_type).toInt(); in connect_pbc() local1716 if (peer_type == PEER_TYPE_WPS_ER_ENROLLEE) { in connect_pbc()1720 } else if (peer_type == PEER_TYPE_P2P || in connect_pbc()1721 peer_type == PEER_TYPE_P2P_CLIENT) { in connect_pbc()
149 PeerType peer_type = 1; field