/external/wpa_supplicant_8/wpa_supplicant/ |
D | wpa_supplicant.conf | 1260 network={ 1268 network={ 1276 network={ 1287 network={ 1299 network={ 1316 network={ 1330 network={ 1343 network={ 1356 network={ 1374 network={ [all …]
|
D | README-HS20 | 22 The core Interworking functionality (network selection, GAS/ANQP) were 27 wpa_supplicant network selection 32 network blocks (e.g., per-SSID parameters). When requested to perform 33 network selection, wpa_supplicant picks the highest priority enabled 34 network block or credential. If a credential is picked (based on ANQP 35 information from APs), a temporary network block is created 36 automatically for the matching network. This temporary network block is 37 used similarly to the network blocks that can be configured by the user, 42 By default, wpa_supplicant is not using automatic network selection 44 can be changed with the auto_interworking=1 parameter to perform network [all …]
|
/external/autotest/server/site_tests/network_WiFi_ChaosConfigSniffer/ |
D | 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/webrtc/webrtc/base/ |
D | network.cc | 221 for (Network* network : networks_) { in GetNetworks() 223 if (network->prefix().family() == AF_INET6) { in GetNetworks() 229 result->push_back(network); in GetNetworks() 249 for (Network* network : list) { in MergeNetworkList() 251 std::string key = MakeNetworkKey(network->name(), in MergeNetworkList() 252 network->prefix(), in MergeNetworkList() 253 network->prefix_length()); in MergeNetworkList() 257 addrlist.net = network; in MergeNetworkList() 261 const std::vector<InterfaceAddress>& addresses = network->GetIPs(); in MergeNetworkList() 267 delete network; in MergeNetworkList() [all …]
|
/external/autotest/client/site_tests/network_ChromeWifiEndToEnd/ |
D | network_ChromeWifiEndToEnd.py | 40 for network in networks_found: 41 network = NetworkInfo(name=network['Name'], 42 guid=network['GUID'], 43 connectionState=network['ConnectionState'], 44 security=network['WiFi']['Security']) 45 network_list.append(network) 93 def _connect_to_network(self, network): argument 102 '"' + network.guid +'"') 108 (network.name, new_network_connect['error'])) 121 for network in network_list: [all …]
|
/external/ipsec-tools/src/racoon/ |
D | isakmp_unity.c | 210 struct unity_network *network = (struct unity_network *)(attr + 1); local 223 &network[index], 237 &network[index], 269 struct unity_network * network; local 286 network = (struct unity_network *)(new + 1); 289 memcpy(&network[index], 290 &netentry->network, 293 inet_ntop(AF_INET, &netentry->network.addr4, tmp1, 40); 294 inet_ntop(AF_INET, &netentry->network.mask4, tmp2, 40); 303 int splitnet_list_add(list, network, count) in splitnet_list_add() argument [all …]
|
/external/autotest/server/site_tests/network_WiFi_VerifyAttenuator/ |
D | network_WiFi_VerifyAttenuator.py | 9 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes 10 from autotest_lib.server.cros.network import attenuator_controller 11 from autotest_lib.server.cros.network import hostap_config 12 from autotest_lib.server.cros.network import wifi_cell_test_base 120 for network in scan_result: 121 if network.ssid == ssid and network.signal < LOW_POWER_SIGNAL: 125 network.signal) 126 attenuator_info.zeroed_scan_signal = network.signal 128 elif network.ssid == ssid and network.signal > LOW_POWER_SIGNAL: 130 network.signal) [all …]
|
/external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/ |
D | NeuQuant.java | 121 protected int[][] network; /* the network itself - [netsize][4] */ field in NeuQuant 149 network = new int[netsize][]; in NeuQuant() 151 network[i] = new int[4]; in NeuQuant() 152 p = network[i]; in NeuQuant() 163 index[network[i][3]] = i; in colorMap() 167 map[k++] = (byte) (network[j][0]); in colorMap() 168 map[k++] = (byte) (network[j][1]); in colorMap() 169 map[k++] = (byte) (network[j][2]); in colorMap() 189 p = network[i]; in inxbuild() 194 q = network[j]; in inxbuild() [all …]
|
/external/autotest/client/cros/networking/chrome_testing/ |
D | test_utils.py | 17 def get_ui_property(network, property_name, expansion_level=1): argument 42 result = network 73 network = call_test_function_check_success( 77 value = get_ui_property(network, property_name, expansion_level) 88 network, expected_name, expected_type, check_name_prefix=True): 104 if network['Type'] != expected_type: 107 network["Type"]) 109 network_name = network['Name']
|
D | chrome_networking_test_api.py | 63 def disable_network_device(self, network): argument 77 logging.info('Disabling: %s', network) 80 '"' + network + '"') 83 def enable_network_device(self, network): argument 90 logging.info('Enabling: %s', network) 93 '"' + network + '"')
|
/external/autotest/client/site_tests/network_WiMaxSmoke/ |
D | control | 9 PURPOSE = "Verify a WiMAX module can connect to a WiMAX network." 12 1. The WiMAX module fails to find a WiMAX network. 13 2. The WiMAX module fails to connect to the network. 15 4. The WiMAX module fails to disconnect from the network. 19 TEST_CLASS = "network" 23 Verifies that a WiMAX module can connect to a WiMAX network. 25 The test attempts to connect to a WiMAX network. It assumes that a WiMAX 26 module is plugged in to the DUT and a WiMAX network is available. It repeats 28 the WiMAX network, it fetches some data from a URL to confirm the WiMAX
|
/external/iproute2/ip/ |
D | 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"
|
/external/autotest/client/site_tests/network_ChromeWifiConfigure/ |
D | network_ChromeWifiConfigure.py | 23 def _test_property(self, network, property_name, expected_value): argument 24 value = test_utils.get_ui_property(network, property_name) 48 network = test_utils.call_test_function_check_success( 52 logging.info(' result: ' + str(network)) 54 self._test_property(network, 'Type', 'WiFi') 55 self._test_property(network, 'WiFi.Security', security)
|
D | control | 7 PURPOSE = "Verify that chrome.networkingPrivate can configure a wifi network." 9 The test will fail if the Chrome fails to configure the wifi network, or if 16 TEST_CLASS = "network" 20 * Configure a new wifi network with Security = psk. 21 * Receive the properties of the newly configured network. 22 * Properties of the network match the configured values.
|
/external/autotest/client/deps/lansim/ |
D | control | 6 lansim is a LAN simulator that runs over a TAP network interface and 7 allows to simulate network traffic on that interface from Python code. 9 A TAP interface is a virtual network kernel device that acts as any 10 other network interface, except that instead of sending and receiving 13 bi-directional pipe where one side is a network interface and the 18 like send back a packet to this interface. The kernel network stack 23 This simulator is useful on situations where you can't fake a network 24 service using the normal kernel network stack. For example, if you 25 need to fake a network of several hosts publishing services via mDNS 27 it's more complicated to do the same using the system's network stack [all …]
|
/external/autotest/client/site_tests/network_ChromeCellularNetworkPresent/ |
D | network_ChromeCellularNetworkPresent.py | 32 network = networks[0] 33 if network["Type"] != test_context.CHROME_NETWORK_TYPE_CELLULAR: 36 network["Type"]) 38 if not network["Name"].startswith( 41 network["Name"])
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/ipaddr/ |
D | ipaddr.py | 548 cur = int(self.network) + 1 555 cur = int(self.network) 562 network = int(self.network) 565 if network + n > broadcast: 567 return IPAddress(network + n, version=self._version) 570 if broadcast + n < network: 581 if self.network != other.network: 582 return self.network < other.network 594 if self.network != other.network: 595 return self.network > other.network [all …]
|
/external/autotest/client/site_tests/network_ChromeCellularSmokeTest/ |
D | control | 7 PURPOSE = "Verify that chrome.networkingPrivate can connect to the network" 9 The test will fail if the Chrome fails to connect to the network or if shill 16 TEST_CLASS = "network" 19 Tests that Chrome can bring the network to a connected state and effectively 20 access the internet through the cellular network. The test repeats a 22 always connect to the network via chrome.networkingPrivate.
|
/external/autotest/client/site_tests/network_3GSmokeTest/ |
D | control.y3400 | 7 PURPOSE = "Verify 3G modem can connect to the network." 10 - 3G modem fails to connect to network 15 TEST_CLASS = "network" 21 Tests that 3G modem can connect to the network 23 The test attempts to connect using the 3G network. It assumes that 25 disconnects from the network, and verifies that the modem still
|
D | control.pseudomodem | 7 PURPOSE = "Verify 3G modem can connect to the network." 10 - 3G modem fails to connect to network 17 TEST_CLASS = "network" 20 Tests that 3G modem can connect to the network 22 The test attempts to connect using the 3G network. The test then 23 disconnects from the network, and verifies that the modem still
|
D | control.clumsy | 7 PURPOSE = "Verify 3G modem can connect to the network." 10 - 3G modem fails to connect to network 17 TEST_CLASS = "network" 21 Tests that 3G modem can connect to the network 23 The test attempts to connect using the 3G network. It assumes that 25 disconnects from the network, and verifies that the modem still
|
D | control.e362 | 7 PURPOSE = "Verify 3G modem can connect to the network." 10 - 3G modem fails to connect to network 17 TEST_CLASS = "network" 21 Tests that 3G modem can connect to the network 23 The test attempts to connect using the 3G network. It assumes that 25 disconnects from the network, and verifies that the modem still
|
D | control | 7 PURPOSE = "Verify 3G modem can connect to the network." 10 - 3G modem fails to connect to network 15 TEST_CLASS = "network" 18 Tests that 3G modem can connect to the network 20 The test attempts to connect using the 3G network. It assumes that 22 disconnects from the network, and verifies that the modem still
|
D | control.alt3100 | 7 PURPOSE = "Verify 3G modem can connect to the network." 10 - 3G modem fails to connect to network 15 TEST_CLASS = "network" 21 Tests that 3G modem can connect to the network 23 The test attempts to connect using the 3G network. It assumes that 25 disconnects from the network, and verifies that the modem still
|
/external/chromium-trace/catapult/firefighter/update/common/buildbot/ |
D | builder.py | 8 from common.buildbot import network 12 builder_data = network.FetchData(network.BuildUrl( 23 self._url = network.BuildUrl( 37 data = network.FetchData(network.BuildUrl(
|