HomeSort by relevance Sort by last modified time
    Searched refs:device_properties (Results 1 - 14 of 14) sorted by null

  /system/connectivity/shill/test-scripts/
set-mtu 14 device_properties = device.GetProperties(utf8_strings = True) variable
16 for path in device_properties["IPConfigs"]:
check-rssi 10 device_properties = device.GetProperties(utf8_strings = True) variable
12 if device_properties["Type"] not in ["wifi", "wimax",
18 for network in flim.GetObjectList("Network", device_properties):
set-address 14 device_properties = device.GetProperties(utf8_strings = True) variable
16 for path in device_properties["IPConfigs"]:
flimflam.py 481 device_properties = device.GetProperties(utf8_strings = True)
482 if (device_properties["Type"] != device_type):
484 device_properties["Type"],
  /external/autotest/client/site_tests/network_8021xEapDetection/
network_8021xEapDetection.py 37 device_properties = device.GetProperties(utf8_strings=True)
38 logging.info('Device properties are %r', device_properties)
40 device_properties[self.DETECTION_FLAG])
  /external/autotest/client/site_tests/network_DhcpWpadNegotiation/
network_DhcpWpadNegotiation.py 33 device_properties = device.GetProperties(utf8_strings=True)
34 ipconfig_path = device_properties['IPConfigs'][0]
  /external/autotest/client/site_tests/network_8021xWiredAuthentication/
network_8021xWiredAuthentication.py 58 device_properties = device.GetProperties(utf8_strings=True)
59 logging.info('Device properties are %r', device_properties)
61 device_properties[self.AUTHENTICATION_FLAG])
  /external/autotest/client/site_tests/network_DhcpBrokenDefaultGateway/
network_DhcpBrokenDefaultGateway.py 33 device_properties = device.GetProperties(utf8_strings=True)
34 ipconfig_path = device_properties['IPConfigs'][0]
  /external/autotest/client/site_tests/network_DhcpMTU/
network_DhcpMTU.py 35 device_properties = device.GetProperties(utf8_strings=True)
36 ipconfig_path = device_properties['IPConfigs'][0]
  /external/autotest/client/site_tests/network_DhcpVendorEncapsulatedOptions/
network_DhcpVendorEncapsulatedOptions.py 33 device_properties = device.GetProperties(utf8_strings=True)
34 ipconfig_path = device_properties['IPConfigs'][0]
  /external/autotest/client/cros/
dhcpv6_test_base.py 79 device_properties = device.GetProperties(utf8_strings=True)
85 for property_path in device_properties['IPConfigs'] ])
dhcp_test_base.py 115 device_properties = device.GetProperties(utf8_strings=True)
121 for property_path in device_properties['IPConfigs'] ])
  /system/weaved/buffet/
shill_client.cc 223 VariantDictionary device_properties; local
224 if (!device->GetProperties(&device_properties, nullptr)) {
228 auto it = device_properties.find(shill::kInterfaceProperty);
229 if (it == device_properties.end()) {
  /external/autotest/client/site_tests/network_3GModemControl/
network_3GModemControl.py 173 device_properties = device.GetProperties(utf8_strings=True);
174 state = device_properties['Powered']

Completed in 4290 milliseconds