HomeSort by relevance Sort by last modified time
    Searched refs:peer (Results 126 - 150 of 395) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.1/
sta_iface.cpp 648 const u8 *peer = mac_address.data(); local
650 ret = wpa_tdls_send_discovery_request(wpa_s->wpa, peer);
652 ret = wpa_drv_tdls_oper(wpa_s, TDLS_DISCOVERY_REQ, peer);
665 const u8 *peer = mac_address.data(); local
668 wpa_tdls_remove(wpa_s->wpa, peer);
669 ret = wpa_tdls_start(wpa_s->wpa, peer);
671 ret = wpa_drv_tdls_oper(wpa_s, TDLS_SETUP, peer);
684 const u8 *peer = mac_address.data(); local
688 wpa_s->wpa, peer, WLAN_REASON_TDLS_TEARDOWN_UNSPECIFIED);
690 ret = wpa_drv_tdls_oper(wpa_s, TDLS_TEARDOWN, peer);
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/aware/
WifiAwareManager.java 49 * discovery and peer-to-peer data connections.
53 * <li>Initialize a Aware cluster (peer-to-peer synchronization). Refer to
60 * to set-up a Aware connection with a peer. Refer to
428 "createNetworkSpecifier: Invalid peer handle - cannot be null");
438 peerHandle != null ? peerHandle.peerId : 0, // 0 is an invalid peer ID
447 @NonNull byte[] peer, @Nullable byte[] pmk, @Nullable String passphrase) {
462 if (peer == null) {
464 "createNetworkSpecifier: Invalid peer MAC - cannot be null")
    [all...]
  /system/bt/doc/
power_management.md 113 peer `BD_ADDR`.
119 4. `bta_dm_pm_cback` calls `bta_dm_pm_set_mode` with the peer address and the
136 request to enable PARK for the given peer and connection.
137 - If the action chosen is `BTA_DM_PM_SNIFF`, the peer device's link policy
170 `bta_dm_pm_set_mode`, clears some status bits in the peer device
171 structure, and then calls back into `bta_dm_pm_set_mode` with the peer
173 - If the status is zero, and if the peer device `tBTA_DM_PEER_DEVICE`
180 previous low power mode in the peer device's `prev_low` field.
  /external/wpa_supplicant_8/src/eap_common/
eap_sake_common.c 2 * EAP server/peer: EAP-SAKE shared routines
310 * @peer: MIC calculation for 0 = Server, 1 = Peer message
320 int peer, const u8 *eap, size_t eap_len,
332 if (peer) {
368 peer ? "Peer MIC" : "Server MIC",
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/rtt/
RttServiceImpl.java 564 for (ResponderConfig peer : rri.request.mRttPeers) {
565 macAddresses.add(peer.macAddress.toByteArray());
    [all...]
  /external/iproute2/include/uapi/linux/
tipc.h 253 __u32 peer; member in struct:tipc_sioc_ln_req
  /external/kernel-headers/original/uapi/linux/
tipc.h 268 __u32 peer; member in struct:tipc_sioc_ln_req
  /external/linux-kselftest/tools/testing/selftests/bpf/
test_xdp_meta.sh 28 ip link add veth1 type veth peer name veth2
  /external/linux-kselftest/tools/testing/selftests/net/
msg_zerocopy.sh 81 peer name "${DEV}" mtu "${DEV_MTU}" netns "${NS2}"
  /external/ltp/testcases/network/dhcp/
dhcp_lib.sh 46 ip li add $iface0 type veth peer name $iface1 || \
  /cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptorProcessTest.java 76 private static void crash(IParcelFileDescriptorPeer peer) {
78 peer.crash();
  /external/autotest/client/cros/cellular/
pseudo_modem.py 210 self.peer = self.interface + 'p'
228 Creates the virtual interface self.interface as well as a peer
229 interface. Runs dnsmasq on the peer interface so that a DHCP
232 os.system('ip link add name %s type veth peer name %s' % (
233 self.interface, self.peer))
235 os.system('ifconfig %s %s.1/24' % (self.peer, self.base))
236 os.system('ifconfig %s up' % self.peer)
239 os.system('route add -host 255.255.255.255 dev %s' % self.peer)
248 '--interface=%s' % self.peer,
252 os.system('iptables -I INPUT -i %s -j ACCEPT' % self.peer)
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/lib/
scoped_interface_endpoint_handle.cc 27 void InitPendingState(scoped_refptr<State> peer) {
33 peer_state_ = std::move(peer);
174 // Called by the peer, maybe from a different thread.
184 // still gets OnAssociated() call from its peer.
210 // Called by the peer, maybe from a different thread.
221 // peer.
  /external/ltp/testcases/kernel/containers/netns/
netns_helper.sh 200 $NS_EXEC $NS_HANDLE0 $NS_TYPE ip link add veth0 type veth peer name veth1 || \
236 $NS_EXEC $NS_HANDLE0 ip link add veth0 type veth peer name veth1 || \
  /external/syslinux/gpxe/src/core/
resolv.c 377 * @v peer Peer socket address to complete
383 struct sockaddr *peer, const char *name,
404 if ( ( rc = resolv ( &named->resolv, name, peer ) ) != 0 )
  /external/webrtc/webrtc/tools/rtcbot/bot/
api.js 25 // peer connections. This methods helps work around that by allowing one to
  /external/wpa_supplicant_8/wpa_supplicant/
mesh_rsn.c 390 "AUTH: started authentication with SAE peer: " MACSTR,
415 u8 *peer = sta->addr; local
427 if (os_memcmp(myaddr, peer, ETH_ALEN) < 0) {
429 addr2 = peer;
431 addr1 = peer;
449 u8 *peer = sta->addr; local
487 if (os_memcmp(myaddr, peer, ETH_ALEN) < 0) {
489 max = peer;
491 min = peer;
707 wpa_msg(wpa_s, MSG_DEBUG, "Mesh RSN: invalid peer nonce")
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Region.java 376 Region peer = (Region) obj; local
377 return nativeEquals(mNativeRegion, peer.mNativeRegion);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
yp.h 96 peername peer; member in struct:ypmap_parms
146 peername peer; member in struct:ypresp_master
  /system/bt/btif/src/
btif_pan.cc 245 BT_STATUS_SUCCESS, &conn->peer,
453 if (btpan_cb.conns[i].peer == addr) return &btpan_cb.conns[i];
511 memset(&conn->peer, 0, sizeof(conn->peer));
526 btpan_cb.conns[i].peer = addr;
542 memset(&p->peer, 0, 6);
561 btpan_cb.conns[i].peer == eth_hdr->h_dest)) {
650 &conn->peer, btpan_conn_local_role,
  /external/libcups/cups/
http-addrlist.c 88 http_addr_t peer; /* Peer address */ local
322 len = sizeof(peer);
323 if (!getpeername(fds[i], (struct sockaddr *)&peer, &len))
324 DEBUG_printf(("1httpAddrConnect2: Connected to %s:%d...", httpAddrString(&peer, temp, sizeof(temp)), httpAddrPort(&peer)));
  /external/libnl/lib/route/
addr.c 21 * @note The address may not contain a prefix length if the peer address
40 * // The peer address can be specified if necessary, in either case a peer
43 * // Note: Real peer addresses are only supported by IPv4 for now.
80 * // local nor peer address have been specified.
91 * // The peer address can be specified if necessary, in either case a peer
94 * // Note: Real peer addresses are only supported by IPv4 for now.
261 * with IFA_ADDRESS being the peer address if they differ */
348 nl_dump(p, " peer %s"
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.h 132 * peer_device_addr - P2P Device Address of the peer
137 * peer_interface_addr - P2P Interface Address of the peer
162 * peer_config_timeout - Peer configuration timeout (in 10 msec units)
204 * session_mac - MAC address of the peer that started the session
209 * adv_mac - MAC address of the peer advertised the service
315 * struct p2p_peer_info - P2P peer information
319 * p2p_device_addr - P2P Device Address of the peer
397 * IE(s) from the frame that was used to discover the peer.
477 * local end may become the client. This may allow the peer to become a
617 * target peer is known or if other channels are scanned in steps)
2327 struct p2p_peer_info *peer; member in struct:p2p_nfc_params
    [all...]
p2p_build.c 187 struct p2p_device *peer)
202 if (peer && peer->wps_method != WPS_NOT_READY) {
203 if (peer->wps_method == WPS_PBC)
205 else if (peer->wps_method == WPS_P2PS)
207 else if (peer->wps_method == WPS_PIN_DISPLAY ||
208 peer->wps_method == WPS_PIN_KEYPAD)
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers.c 2198 u8 peer[ETH_ALEN]; local
2232 u8 peer[ETH_ALEN]; local
2267 u8 peer[ETH_ALEN]; local
2296 u8 peer[ETH_ALEN]; local
2334 u8 peer[ETH_ALEN]; local
2452 u8 peer[ETH_ALEN]; local
    [all...]

Completed in 3008 milliseconds

1 2 3 4 56 7 8 91011>>