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

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /external/wpa_supplicant_8/wpa_supplicant/examples/
plaintext.conf 1 # Plaintext (no encryption) network
5 network={
6 ssid="example open network"
ieee8021x.conf 5 network={
6 ssid="example 802.1x network"
wep.conf 5 network={
6 ssid="example wep network"
wpa-psk-tkip.conf 5 network={
6 ssid="example wpa-psk network"
  /frameworks/base/telephony/java/com/android/ims/
ImsConfigListener.aidl 29 * @param network. as defined in android.telephony.TelephonyManager#NETWORK_TYPE_XXX.
34 void onGetFeatureResponse(int feature, int network, int value, int status);
44 * @param network. as defined in android.telephony.TelephonyManager#NETWORK_TYPE_XXX.
50 void onSetFeatureResponse(int feature, int network, int value, int status);
  /system/update_engine/
network_selector.h 25 namespace network { namespace in namespace:chromeos_update_engine
30 } // namespace network
  /development/ndk/platforms/android-23/include/android/
multinetwork.h 27 * The corresponding C type for android.net.Network#getNetworkHandle() return
38 * The value NETWORK_UNSPECIFIED indicates no specific network.
44 * not used to indicate some notion of the "current default network".
56 * Set the network to be used by the given socket file descriptor.
62 * [ android.net.Network#bindSocket() ]
63 * https://developer.android.com/reference/android/net/Network.html#bindSocket(java.net.Socket)
65 int android_setsocknetwork(net_handle_t network, int fd);
69 * Binds the current process to |network|. All sockets created in the future
71 * |network|. All host name resolutions will be limited to |network| as well
    [all...]
  /frameworks/native/include/android/
multinetwork.h 27 * The corresponding C type for android.net.Network#getNetworkHandle() return
38 * The value NETWORK_UNSPECIFIED indicates no specific network.
44 * not used to indicate some notion of the "current default network".
56 * Set the network to be used by the given socket file descriptor.
62 * [ android.net.Network#bindSocket() ]
63 * https://developer.android.com/reference/android/net/Network.html#bindSocket(java.net.Socket)
65 int android_setsocknetwork(net_handle_t network, int fd);
69 * Binds the current process to |network|. All sockets created in the future
71 * |network|. All host name resolutions will be limited to |network| as well
    [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/android/
multinetwork.h 27 * The corresponding C type for android.net.Network#getNetworkHandle() return
38 * The value NETWORK_UNSPECIFIED indicates no specific network.
44 * not used to indicate some notion of the "current default network".
56 * Set the network to be used by the given socket file descriptor.
62 * [ android.net.Network#bindSocket() ]
63 * https://developer.android.com/reference/android/net/Network.html#bindSocket(java.net.Socket)
65 int android_setsocknetwork(net_handle_t network, int fd);
69 * Binds the current process to |network|. All sockets created in the future
71 * |network|. All host name resolutions will be limited to |network| as well
    [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/android/
multinetwork.h 27 * The corresponding C type for android.net.Network#getNetworkHandle() return
38 * The value NETWORK_UNSPECIFIED indicates no specific network.
44 * not used to indicate some notion of the "current default network".
56 * Set the network to be used by the given socket file descriptor.
62 * [ android.net.Network#bindSocket() ]
63 * https://developer.android.com/reference/android/net/Network.html#bindSocket(java.net.Socket)
65 int android_setsocknetwork(net_handle_t network, int fd);
69 * Binds the current process to |network|. All sockets created in the future
71 * |network|. All host name resolutions will be limited to |network| as well
    [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/android/
multinetwork.h 27 * The corresponding C type for android.net.Network#getNetworkHandle() return
38 * The value NETWORK_UNSPECIFIED indicates no specific network.
44 * not used to indicate some notion of the "current default network".
56 * Set the network to be used by the given socket file descriptor.
62 * [ android.net.Network#bindSocket() ]
63 * https://developer.android.com/reference/android/net/Network.html#bindSocket(java.net.Socket)
65 int android_setsocknetwork(net_handle_t network, int fd);
69 * Binds the current process to |network|. All sockets created in the future
71 * |network|. All host name resolutions will be limited to |network| as well
    [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/android/
multinetwork.h 27 * The corresponding C type for android.net.Network#getNetworkHandle() return
38 * The value NETWORK_UNSPECIFIED indicates no specific network.
44 * not used to indicate some notion of the "current default network".
56 * Set the network to be used by the given socket file descriptor.
62 * [ android.net.Network#bindSocket() ]
63 * https://developer.android.com/reference/android/net/Network.html#bindSocket(java.net.Socket)
65 int android_setsocknetwork(net_handle_t network, int fd);
69 * Binds the current process to |network|. All sockets created in the future
71 * |network|. All host name resolutions will be limited to |network| as well
    [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/android/
multinetwork.h 27 * The corresponding C type for android.net.Network#getNetworkHandle() return
38 * The value NETWORK_UNSPECIFIED indicates no specific network.
44 * not used to indicate some notion of the "current default network".
56 * Set the network to be used by the given socket file descriptor.
62 * [ android.net.Network#bindSocket() ]
63 * https://developer.android.com/reference/android/net/Network.html#bindSocket(java.net.Socket)
65 int android_setsocknetwork(net_handle_t network, int fd);
69 * Binds the current process to |network|. All sockets created in the future
71 * |network|. All host name resolutions will be limited to |network| as well
    [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/android/
multinetwork.h 27 * The corresponding C type for android.net.Network#getNetworkHandle() return
38 * The value NETWORK_UNSPECIFIED indicates no specific network.
44 * not used to indicate some notion of the "current default network".
56 * Set the network to be used by the given socket file descriptor.
62 * [ android.net.Network#bindSocket() ]
63 * https://developer.android.com/reference/android/net/Network.html#bindSocket(java.net.Socket)
65 int android_setsocknetwork(net_handle_t network, int fd);
69 * Binds the current process to |network|. All sockets created in the future
71 * |network|. All host name resolutions will be limited to |network| as well
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/android/
multinetwork.h 27 * The corresponding C type for android.net.Network#getNetworkHandle() return
38 * The value NETWORK_UNSPECIFIED indicates no specific network.
44 * not used to indicate some notion of the "current default network".
56 * Set the network to be used by the given socket file descriptor.
62 * [ android.net.Network#bindSocket() ]
63 * https://developer.android.com/reference/android/net/Network.html#bindSocket(java.net.Socket)
65 int android_setsocknetwork(net_handle_t network, int fd);
69 * Binds the current process to |network|. All sockets created in the future
71 * |network|. All host name resolutions will be limited to |network| as well
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/android/
multinetwork.h 27 * The corresponding C type for android.net.Network#getNetworkHandle() return
38 * The value NETWORK_UNSPECIFIED indicates no specific network.
44 * not used to indicate some notion of the "current default network".
56 * Set the network to be used by the given socket file descriptor.
62 * [ android.net.Network#bindSocket() ]
63 * https://developer.android.com/reference/android/net/Network.html#bindSocket(java.net.Socket)
65 int android_setsocknetwork(net_handle_t network, int fd);
69 * Binds the current process to |network|. All sockets created in the future
71 * |network|. All host name resolutions will be limited to |network| as well
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/android/
multinetwork.h 27 * The corresponding C type for android.net.Network#getNetworkHandle() return
38 * The value NETWORK_UNSPECIFIED indicates no specific network.
44 * not used to indicate some notion of the "current default network".
56 * Set the network to be used by the given socket file descriptor.
62 * [ android.net.Network#bindSocket() ]
63 * https://developer.android.com/reference/android/net/Network.html#bindSocket(java.net.Socket)
65 int android_setsocknetwork(net_handle_t network, int fd);
69 * Binds the current process to |network|. All sockets created in the future
71 * |network|. All host name resolutions will be limited to |network| as well
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/android/
multinetwork.h 27 * The corresponding C type for android.net.Network#getNetworkHandle() return
38 * The value NETWORK_UNSPECIFIED indicates no specific network.
44 * not used to indicate some notion of the "current default network".
56 * Set the network to be used by the given socket file descriptor.
62 * [ android.net.Network#bindSocket() ]
63 * https://developer.android.com/reference/android/net/Network.html#bindSocket(java.net.Socket)
65 int android_setsocknetwork(net_handle_t network, int fd);
69 * Binds the current process to |network|. All sockets created in the future
71 * |network|. All host name resolutions will be limited to |network| as well
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/android/
multinetwork.h 27 * The corresponding C type for android.net.Network#getNetworkHandle() return
38 * The value NETWORK_UNSPECIFIED indicates no specific network.
44 * not used to indicate some notion of the "current default network".
56 * Set the network to be used by the given socket file descriptor.
62 * [ android.net.Network#bindSocket() ]
63 * https://developer.android.com/reference/android/net/Network.html#bindSocket(java.net.Socket)
65 int android_setsocknetwork(net_handle_t network, int fd);
69 * Binds the current process to |network|. All sockets created in the future
71 * |network|. All host name resolutions will be limited to |network| as well
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/android/
multinetwork.h 27 * The corresponding C type for android.net.Network#getNetworkHandle() return
38 * The value NETWORK_UNSPECIFIED indicates no specific network.
44 * not used to indicate some notion of the "current default network".
56 * Set the network to be used by the given socket file descriptor.
62 * [ android.net.Network#bindSocket() ]
63 * https://developer.android.com/reference/android/net/Network.html#bindSocket(java.net.Socket)
65 int android_setsocknetwork(net_handle_t network, int fd);
69 * Binds the current process to |network|. All sockets created in the future
71 * |network|. All host name resolutions will be limited to |network| as well
    [all...]
  /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...]
  /external/autotest/server/site_tests/network_WiFi_ChaosConfigSniffer/
network_WiFi_ChaosConfigSniffer.py 10 from autotest_lib.client.common_lib.cros.network import iw_runner
29 network = networks[0]
32 f.write(pprint.pformat(network))
34 f.write('[%s]\n' % network.bss)
38 f.write('ssid = %s\n' % network.ssid)
39 f.write('frequency = %s\n' % network.frequency)
41 if network.frequency > 2484:
42 f.write('bss5 = %s\n' % network.bss)
44 f.write('bss = %s\n' % network.bss)
47 f.write('security = %s\n' % network.security
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.conf 19 # file whenever configuration is changed (e.g., new network block is added with
26 # global configuration (shared by all network blocks)
46 # possible to run wpa_supplicant as root (since it needs to change network
49 # change the network configuration, this access needs to be protected in many
95 # the currently enabled networks are found, a new network (IBSS or AP mode
107 # the network blocks in the configuration file are tried one by one until
108 # the driver reports successful association; each network block should have
113 # For finding networks using hidden SSID, scan_ssid=1 in the network block can
115 # When using IBSS or AP mode, ap_scan=2 mode can force the new network to be
118 # networks are found, a new IBSS or AP mode network is created
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNetworkScoreCache.java 38 // A Network scorer returns a score in the range [-128, +127]
40 // scorer to provide an RSSI threshold below which a network should not be used.
60 for (ScoredNetwork network : networks) {
61 String networkKey = buildNetworkKey(network);
63 mNetworkCache.put(networkKey, network);
78 * scores from the network scorer.
87 * A null score curve has special meaning - we should never connect to an ephemeral network if
91 ScoredNetwork network = getScoredNetwork(result); local
92 return network != null && network.rssiCurve != null
99 ScoredNetwork network = getScoredNetwork(result); local
117 ScoredNetwork network = getScoredNetwork(result); local
125 ScoredNetwork network = getScoredNetwork(result); local
144 ScoredNetwork network = mNetworkCache.get(key); local
    [all...]

Completed in 1461 milliseconds

1 2 3 4 5 6 7 8 91011>>