HomeSort by relevance Sort by last modified time
    Searched full:peer (Results 76 - 100 of 918) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/wpa_supplicant/
eap_sim_common.h 2 * EAP peer: EAP-SIM/AKA shared routines
94 #define EAP_SIM_AT_RES 3 /* only AKA, only peer->server */
95 #define EAP_SIM_AT_AUTS 4 /* only AKA, only peer->server */
eap_gpsk_common.h 2 * EAP server/peer: EAP-GPSK shared routines
eap_methods.h 2 * EAP peer: Method registration
eap_ttls.h 2 * EAP server/peer: EAP-TTLS (draft-ietf-pppext-eap-ttls-03.txt)
  /frameworks/base/voip/java/android/net/sip/
ISipSessionListener.aidl 55 * @param sessionDescription the peer's session description
68 * Called when the peer is busy during session initialization.
78 * @param sessionDescription the new peer's session description
  /external/quake/quake/src/QW/qwfwd/
qwfwd.c 67 typedef struct peer { struct
72 struct peer *next;
223 if (p == NULL) { // new peer
224 printf("peer %s:%d added", inet_ntoa(fsin.sin_addr), (int)ntohs(fsin.sin_port));
253 printf("peer %s:%d removed (timeout)", inet_ntoa(p->sin.sin_addr), (int)ntohs(p->sin.sin_port));
259 printf ("peer %s:%d removed (timeout)", inet_ntoa(p->sin.sin_addr), (int)ntohs(p->sin.sin_port));
  /external/wpa_supplicant_8/src/p2p/
p2p.c 47 * P2P_PEER_EXPIRATION_AGE - Number of seconds after which inactive peer
63 wpa_msg(p2p->cfg->msg_ctx, MSG_DEBUG, "P2P: Expiring old peer "
141 void p2p_go_neg_failed(struct p2p_data *p2p, struct p2p_device *peer,
151 if (peer) {
152 os_memcpy(res.peer_device_addr, peer->info.p2p_device_addr,
154 os_memcpy(res.peer_interface_addr, peer->intended_addr,
256 * p2p_get_device - Fetch a peer entry
258 * @addr: P2P Device Address of the peer
273 * p2p_get_device_interface - Fetch a peer entry based on P2P Interface Address
275 * @addr: P2P Interface Address of the peer
1852 struct p2p_device *peer; local
    [all...]
p2p_i.h 41 * If the peer was discovered based on an interface address (e.g., GO
108 u8 peer[ETH_ALEN]; member in struct:p2p_sd_query
170 * P2P_WAIT_PEER_CONNECT - Waiting peer in List for GO Neg
175 * P2P_WAIT_PEER_IDLE - Waiting peer idle for GO Neg
221 * go_neg_peer - Pointer to GO Negotiation peer
226 * invite_peer - Pointer to Invite peer
234 * sd_peer - Pointer to Service Discovery peer
402 * Keep track of which peer a given PD request was sent to.
551 struct p2p_device *peer);
648 void p2p_go_neg_failed(struct p2p_data *p2p, struct p2p_device *peer,
    [all...]
p2p.h 100 * peer_device_addr - P2P Device Address of the peer
105 * peer_interface_addr - P2P Interface Address of the peer
127 * peer_config_timeout - Peer configuration timeout (in 10 msec units)
144 * struct p2p_peer_info - P2P peer information
148 * p2p_device_addr - P2P Device Address of the peer
384 * target peer is known or if other channels are scanned in steps).
445 * no need to wait for a response from the destination peer anymore.
502 * @info: P2P peer information
503 * @new_device: Inform if the peer is newly found
597 * @peer: Source address of the reques
    [all...]
  /libcore/luni/src/main/java/javax/net/ssl/
HttpsURLConnection.java 192 * certificates were sent to the peer.
203 * Return the list of certificates identifying the peer during the
206 * @return the list of certificates identifying the peer with the peer's
209 * if the identity of the peer has not been verified..
216 * Returns the {@code Principal} identifying the peer.
218 * @return the {@code Principal} identifying the peer.
220 * if the identity of the peer has not been verified.
HostnameVerifier.java 24 * during a handshake if the URL's hostname does not match the peer's
KeyManager.java 24 * peer,
SSLPeerUnverifiedException.java 21 * The exception that is thrown when the identity of a peer has not beed
TrustManager.java 23 * make trust decisions for deciding whether credentials of a peer should be
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pManager.java 41 * This class provides the API for managing Wi-Fi peer-to-peer connectivity. This lets an
58 * discovery request from an application stays active until the device starts connecting to a peer
61 * to {@link #WIFI_P2P_PEERS_CHANGED_ACTION} intent action to know when the peer list changes.
63 * <p> When the peer list change intent {@link #WIFI_P2P_PEERS_CHANGED_ACTION} is received
65 * of peers with {@link #requestPeers}. When the peer list is available
68 * <p> An application can initiate a connection request to a peer through {@link #connect}. See
81 * run a service discovery protocol to discover services on the peer-to-peer netework.
86 * {@link android.Manifest.permission#CHANGE_WIFI_STATE} to perform any further peer-to-pee
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
opensslstreamadapter.cc 421 // The underlying stream has open. If we are in peer-to-peer mode
422 // then a peer certificate must have been specified by now.
426 "with peer");
585 // In peer-to-peer mode, no root cert / certificate authority was
592 // peer-to-peer mode: allow the certificate to be self-signed,
596 LOG(LS_INFO) << "Accepted self-signed peer certificate authority";
632 } else { // peer-to-peer mod
    [all...]
  /external/chromium/webkit/glue/
p2p_transport.h 44 // Add candidate received from the remote peer. Returns false if the
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_gpsk_common.h 2 * EAP server/peer: EAP-GPSK shared routines
eap_ttls.h 2 * EAP server/peer: EAP-TTLS (RFC 5281)
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_fast_pac.h 2 * EAP peer method: EAP-FAST PAC file processing
eap_methods.h 2 * EAP peer: Method registration
  /external/wpa_supplicant_8/src/eap_common/
eap_gpsk_common.h 2 * EAP server/peer: EAP-GPSK shared routines
eap_ttls.h 2 * EAP server/peer: EAP-TTLS (RFC 5281)
  /external/wpa_supplicant_8/src/eap_peer/
eap_fast_pac.h 2 * EAP peer method: EAP-FAST PAC file processing
  /frameworks/base/core/java/android/net/
LocalSocket.java 247 * Enqueues a set of file descriptors to send to the peer. The queue
259 * Retrieves a set of file descriptors that a peer has sent through
273 * Retrieves the credentials of this socket's peer. Only valid on
276 * @return non-null; peer credentials

Completed in 736 milliseconds

1 2 34 5 6 7 8 91011>>