HomeSort by relevance Sort by last modified time
    Searched full:network (Results 1 - 25 of 4662) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/wpa_supplicant_8/wpa_supplicant/examples/
plaintext.conf 1 # Plaintext (no encryption) network
5 network={
6 ssid="example open network"
wep.conf 5 network={
6 ssid="example wep network"
wpa-psk-tkip.conf 5 network={
6 ssid="example wpa-psk network"
ieee8021x.conf 5 network={
6 ssid="example 802.1x network"
wpa2-eap-ccmp.conf 5 network={
6 ssid="example wpa2-eap network"
  /external/iproute2/man/man8/
ip-netns.8 3 ip-netns \- process network namespace management
27 A network namespace is logically another copy of the network stack,
28 with it's own routes, firewall rules, and network devices.
30 By convention a named network namespace is an object at
34 refers to the specified network namespace. Holding that file
35 descriptor open keeps the network namespace alive. The file
38 system call to change the network namespace associated with a task.
40 The convention for network namespace aware applications is to look
41 for global network configuration files first i
    [all...]
  /device/asus/flo/
system.prop 2 #set prefer network type
  /frameworks/base/core/java/android/net/
package.html 3 Classes that help with network access, beyond the normal java.net.* APIs.
  /external/glide/library/src/main/java/com/bumptech/glide/manager/
ConnectivityMonitor.java 4 * An interface for monitoring network connectivity events.
9 * An interface for listening to network connectivity events picked up by the monitor.
15 * @param isConnected True if we're currently connected to a network, false otherwise.
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/
package.html 8 The network package contains the public API for the jME3
9 SpiderMonkey networking module. The {@link com.jme3.network.Network}
11 of {@link com.jme3.network.Client} and {@link com.jme3.network.Server}
  /cts/tests/tests/net/src/android/net/cts/
MultinetworkApiTest.java 21 import android.net.Network;
54 private Network[] getTestableNetworks() {
55 final ArrayList<Network> testableNetworks = new ArrayList<Network>();
56 for (Network network : mCM.getAllNetworks()) {
57 final NetworkCapabilities nc = mCM.getNetworkCapabilities(network);
61 testableNetworks.add(network);
66 "This test requires that at least one network be connected. " +
67 "Please ensure that the device is connected to a network."
    [all...]
  /system/netd/server/
Network.cpp 17 #include "Network.h"
22 Network::~Network() {
24 ALOGE("deleting network with netId %u without clearing its interfaces", mNetId);
28 unsigned Network::getNetId() const {
32 bool Network::hasInterface(const std::string& interface) const {
36 const std::set<std::string>& Network::getInterfaces() const {
40 int Network::clearInterfaces() {
52 Network::Network(unsigned netId) : mNetId(netId)
    [all...]
  /frameworks/base/docs/downloads/training/
BasicSyncAdapter.zip 
  /external/openssh/contrib/suse/
sysconfig.ssh 1 ## Path: Network/Remote access/SSH
  /frameworks/base/packages/CaptivePortalLogin/res/values/
strings.xml 5 <string name="action_use_network">Use this network as is</string>
6 <string name="action_do_not_use_network">Do not use this network</string>
7 <string name="action_bar_label">Sign in to network</string>
8 <string name="ssl_error_warning">The network you&#8217;re trying to join has security issues.</string>
  /frameworks/base/telephony/java/android/telephony/
package.html 4 the network type and connection state, plus utilities
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PVisitedNetworkIDHeader.java 40 * P-Visited-Network-ID SIP Private Header: RFC 3455.
44 * . One of the conditions for a home network to accept the registration of a UA roaming to a
45 * particular visited network, is the existence of a roaming agreement between the home and
46 * the visited network. There is a need to indicate to the home network which one is the visited
47 * network that is providing services to the roaming UA.
49 * . user agents always register to the home network. The REGISTER request is proxied by
50 * one or more proxies located in the visited network towards the home network
52 * . the visited network includes an identification that is known at the home networ
    [all...]
  /packages/services/Mms/src/com/android/mms/service/
MmsNetworkManager.java 21 import android.net.Network;
30 * Manages the MMS network connectivity
42 // The requested MMS {@link android.net.Network} we are holding
44 // MMS network is available.
45 private Network mNetwork;
46 // The current count of MMS requests that require the MMS network
47 // If mMmsRequestCount is 0, we should release the MMS network.
51 // The callback to register when we request MMS network
56 // The MMS HTTP client for this network
63 * Network callback for our network reques
234 Network network = null; local
    [all...]
  /external/iproute2/ip/
routel 18 while read network rest
27 case $network in
28 broadcast|local|unreachable) via=$network
29 network=$1
40 echo "$network $via $src $proto $scope $dev $table"
46 { network=$1;
48 if(match(network,"/"))
49 { mask=" "substr(network,RSTART+1);
50 network=substr(network,0,RSTART)
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNetworkScoreCache.java 37 // A Network scorer returns a score in the range [-128, +127]
39 // scorer to provide an RSSI threshold below which a network should not be used.
62 for (ScoredNetwork network : networks) {
63 String networkKey = buildNetworkKey(network);
65 mNetworkCache.put(networkKey, network);
80 * scores from the network scorer.
89 * A null score curve has special meaning - we should never connect to an ephemeral network if
93 ScoredNetwork network = getScoredNetwork(result); local
94 return network != null && network.rssiCurve != null
101 ScoredNetwork network = getScoredNetwork(result); local
117 ScoredNetwork network = getScoredNetwork(result); local
136 ScoredNetwork network = mNetworkCache.get(key); local
    [all...]
  /external/nist-sip/java/gov/nist/core/net/
package.html 2 Contains the Network layer classes and interfaces. The network layer
  /external/selinux/policycoreutils/sepolicy/sepolicy/help/
ports_inbound.txt 1 This screen shows the network ports that processes running with the '%(APP)s' type is allowed to bind to.
4 SELinux controls the network ports that a application is allowed to bind to based on SELinux Port types.
ports_outbound.txt 1 This screen shows the network ports to which processes running with the '%(APP)s' type is allowed to connect.
4 SELinux controls the network ports that a applications are allowed to connect, based on SELinux Port types.
  /external/wpa_supplicant_8/hostapd/
hostapd.vlan 1 # VLAN ID to network interface mapping
7 # name will be replaced with the VLAN ID. The network interfaces are created
  /system/bt/doc/
network_ports.md 0 Network Ports
3 This document lists all of the network ports used by bluedroid. It should be

Completed in 1522 milliseconds

1 2 3 4 5 6 7 8 91011>>