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

1 2 3 4 56 7 8 91011>>

  /external/ppp/pppd/
ipxcp.h 48 #define IPX_NETWORK_NUMBER 1 /* IPX Network Number */
64 bool neg_nn; /* Negotiate IPX network number? */
65 bool req_nn; /* Ask peer to send IPX network number */
73 bool accept_network; /* accept network number */
78 u_int32_t his_network; /* base network number */
79 u_int32_t our_network; /* our value for network number */
80 u_int32_t network; /* the final network number */ member in struct:ipxcp_options
  /external/autotest/client/cros/cellular/pseudomodem/
connect_cdma_machine.py 15 connecting to a network.
25 # Check here that the network is activated. The UI should prevent
28 network = self._modem.GetHomeNetwork()
29 if not network.activated:
register_machine.py 54 logging.info('RegisterMachine: Starting network scan.')
59 logging.error('An error occurred during network scan: ' + str(e))
81 # state to transition to when no network is present.
93 # Pick the last network in the list. Roaming networks will come before
94 # the home network which makes the last item in the list the home
95 # network.
101 "Unknown network: " + self._operator_code))
103 network = self._modem.scanned_networks[self._operator_code]
105 network = self._networks[-1]
107 'RegisterMachine: Registering to network: ' + str(network)
    [all...]
  /external/autotest/client/site_tests/cellular_Smoke/
cellular_Smoke.py 7 from autotest_lib.client.cros import backchannel, network namespace
33 # network devices on the host. Again, this is to ensure
36 # interact with the cell network.
42 network.ResetAllModems(flim)
  /external/autotest/client/site_tests/cellular_Throughput/
cellular_Throughput.py 8 from autotest_lib.client.cros import backchannel, http_speed, network namespace
24 network.ResetAllModems(flim)
  /external/autotest/server/cros/network/
apmanager_service_provider.py 5 from autotest_lib.client.common_lib.cros.network import apmanager_constants
8 from autotest_lib.server.cros.network import hostap_config
  /external/autotest/server/site_tests/network_WiFi_ChromeEndToEnd/
network_WiFi_ChromeEndToEnd.py 7 from autotest_lib.server.cros.network import hostap_config
8 from autotest_lib.server.cros.network import wifi_cell_test_base
22 @param ssid: Name to be assigned to the Wifi network.
  /external/autotest/server/site_tests/network_WiFi_RoamSuspendSSID/
network_WiFi_RoamSuspendSSID.py 8 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes
9 from autotest_lib.server.cros.network import wifi_cell_test_base
15 1) Connects the DUT to a network A
16 2) Connects the DUT to a network B while keeping network A around.
17 3) Suspend the DUT (while connected to network B).
18 4) Deconfigure (take down) network B.
19 5) Assert that the DUT automatically connects to network A on resume.
  /external/autotest/server/site_tests/network_WiFi_RoamSuspendTimeout/
network_WiFi_RoamSuspendTimeout.py 8 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes
9 from autotest_lib.server.cros.network import wifi_cell_test_base
53 logging.info("- Verify that we roam back to same network.")
  /external/dnsmasq/src/
Android.mk 7 netlink.c network.c option.c rfc1035.c rfc2131.c tftp.c util.c
  /external/wpa_supplicant_8/hs20/server/www/
free-remediation.php 10 to continue using this network.</p>
  /frameworks/base/services/core/java/com/android/server/connectivity/
LingerMonitor.java 44 * Class that monitors default network linger events and possibly notifies the user of network
84 /** Whether we ever notified that we switched away from a particular network. */
113 if (mNotifications.valueAt(i) == toNai.network.netId) {
121 return mEverNotified.get(nai.network.netId, false);
131 Log.d(TAG, "Notify on network switches: " + Arrays.toString(notifySwitches));
138 Log.e(TAG, "Invalid network switch notification configuration: " + notifySwitch);
152 mNotifier.showNotification(fromNai.network.netId, NotificationType.NETWORK_SWITCH,
172 // Notify the user of a network switch using a notification or a toast.
203 mNotifications.put(fromNai.network.netId, toNai.network.netId)
    [all...]
  /frameworks/volley/src/main/java/com/android/volley/toolbox/
Volley.java 25 import com.android.volley.Network;
39 * @param stack An {@link HttpStack} to use for the network, or null for default.
63 Network network = new BasicNetwork(stack); local
65 RequestQueue queue = new RequestQueue(new DiskBasedCache(cacheDir), network);
  /external/autotest/server/site_tests/network_WiFi_BgscanBackoff/
network_WiFi_BgscanBackoff.py 9 from autotest_lib.client.common_lib.cros.network import iw_runner
10 from autotest_lib.client.common_lib.cros.network import ping_runner
11 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes
12 from autotest_lib.server.cros.network import hostap_config
13 from autotest_lib.server.cros.network import wifi_cell_test_base
  /external/autotest/server/site_tests/network_WiFi_BluetoothScanPerf/
network_WiFi_BluetoothScanPerf.py 10 from autotest_lib.client.common_lib.cros.network import ping_runner
11 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes
12 from autotest_lib.server.cros.network import netperf_runner
13 from autotest_lib.server.cros.network import netperf_session
14 from autotest_lib.server.cros.network import wifi_cell_test_base
  /external/autotest/server/site_tests/network_WiFi_ChannelScanDwellTime/
network_WiFi_ChannelScanDwellTime.py 10 from autotest_lib.server.cros.network import frame_sender
11 from autotest_lib.server.cros.network import hostap_config
12 from autotest_lib.server.cros.network import wifi_interface_claim_context
15 from autotest_lib.client.common_lib.cros.network import tcpdump_analyzer
16 from autotest_lib.server.cros.network import wifi_cell_test_base
  /external/autotest/server/site_tests/network_WiFi_TDLSPing/
network_WiFi_TDLSPing.py 10 from autotest_lib.client.common_lib.cros.network import ping_runner
11 from autotest_lib.client.common_lib.cros.network import tcpdump_analyzer
12 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes
14 from autotest_lib.server.cros.network import hostap_config
15 from autotest_lib.server.cros.network import wifi_cell_test_base
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
ANQPData.java 43 public ANQPData(Clock clock, NetworkDetail network,
47 mNetwork = network;
54 else if (network.getAnqpDomainID() == 0) {
62 public ANQPData(Clock clock, NetworkDetail network, ANQPData existing) {
64 mNetwork = network;
  /tools/test/connectivity/acts/tests/google/wifi/
WifiPnoTest.py 92 expected_con: The expected info of the network to we expect the DUT
123 network = {}
124 network[WifiEnums.SSID_KEY] = ssid_name_base + str(i)
125 network[WifiEnums.PWD_KEY] = "pno_dummy";
126 asserts.assert_true(self.dut.droid.wifiAddNetwork(network) != -1,
127 "Add network %r failed" % network)
131 """Test PNO triggered autoconnect to a network.
134 1. Save 2 valid network configurations (a & b) in the device.
135 2. Attenuate network b
    [all...]
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
OSUManager.java 4 import android.net.Network;
253 private Network mNetwork;
287 private void connect(Network network) {
289 mNetwork = network;
299 Network network; local
309 network = mNetwork;
312 if (network == null) {
314 mOSUManager.provisioningFailed(mSpName, "Network cannot be reached"
693 Network network = mWifiNetworkAdapter.getCurrentNetwork(); local
718 Network network = mWifiNetworkAdapter.getCurrentNetwork(); local
729 doRemediate(updateInfo.getURI(), network, homeSP, policy); local
733 Network network = mWifiNetworkAdapter.getCurrentNetwork(); local
748 doRemediate(updateInfo.getURI(), network, homeSP, policy); local
755 Network network = mWifiNetworkAdapter.getCurrentNetwork(); local
756 doRemediate(updateInfo.getURI(), network, homeSP, policy); local
    [all...]
OSUClient.java 14 import android.net.Network;
72 public void provision(OSUManager osuManager, Network network, KeyManager km)
76 network, mURL, km, true))) {
138 if (!osuManager.startUserInput(new URL(webURL), network)) {
162 getCommandData(), network, osuManager.getOMADMAdapter(),
199 retrieveCerts(moData.getMOTree().getRoot(), certs, network, km, mKeyStore); local
200 osuManager.provisioningComplete(mOSUInfo, moData, certs, clientKey, network);
204 public void remediate(OSUManager osuManager, Network network, KeyManager km, HomeSP homeSP
    [all...]
  /development/apps/Development/src/com/android/development/
Connectivity.java 34 import android.net.Network;
268 public void onPreCheck(Network network) {
269 Log.d(TAG, "onPreCheck: " + network.netId);
272 public void onAvailable(Network network) {
273 Log.d(TAG, "onAvailable: " + network.netId);
276 public void onCapabilitiesChanged(Network network, NetworkCapabilities nc) {
277 Log.d(TAG, "onCapabilitiesChanged: " + network.netId + " " + nc.toString())
    [all...]
  /external/autotest/client/site_tests/network_ChromeCellularEndToEnd/
network_ChromeCellularEndToEnd.py 23 1. Tests that the device auto connects to cellular network.
24 3. Tests that the device prefers ethernet over cellular network.
40 for network in networks_found:
41 network = NetworkInfo(name=network['Name'],
42 guid=network['GUID'],
43 connectionState=network.get('ConnectionState', 'none'),
44 networkType=network['Type'])
45 formatted_network_list.append(network)
51 """Turn on autoconnect for cellular network
    [all...]
  /external/autotest/server/site_tests/buffet_PrivetSetupFlow/
buffet_PrivetSetupFlow.py 10 from autotest_lib.client.common_lib.cros.network import interface
11 from autotest_lib.client.common_lib.cros.network import iw_runner
12 from autotest_lib.client.common_lib.cros.network import netblock
13 from autotest_lib.client.common_lib.cros.network import ping_runner
14 from autotest_lib.client.common_lib.cros.network import xmlrpc_security_types
20 from autotest_lib.server.cros.network import hostap_config
21 from autotest_lib.server.cros.network import wifi_client
69 logging.info('Looking for privet bootstrapping network from DUT.')
139 logging.info('Waiting for DUT to connect to router network.')
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/ipaddr/
ipaddr.py 98 address. Or if a strict network was requested and a strict
99 network wasn't given.
118 raise ValueError('%r does not appear to be an IPv4 or IPv6 network' %
205 """Summarize a network range given the first and last IP addresses.
396 Address and Network objects are not sortable by default; they're
406 obj: either a Network or Address object.
542 """Generate Iterator over usable hosts in a network.
544 This is like __iter__ except it doesn't return the network
548 cur = int(self.network) + 1
555 cur = int(self.network)
654 def network(self): member in class:_BaseNet
    [all...]

Completed in 1796 milliseconds

1 2 3 4 56 7 8 91011>>