Home
last modified time | relevance | path

Searched refs:interface_name (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_power_test_utils.py238 def wait_for_dhcp(interface_name): argument
252 reset_host_interface(interface_name)
257 ip = scapy.get_if_addr(interface_name)
262 'DHCP address assigned to %s as %s' % (interface_name, ip))
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/
DSoftApTest.py278 def wait_for_ipv4_address(self, w_device, interface_name, timeout=10): argument
294 (w_device.device.serial, interface_name, timeout))
298 ips = w_device.get_interface_ip_addresses(interface_name)
301 (w_device.device.serial, interface_name,
309 (timeout, w_device.device.serial, interface_name))
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/
Dconnection.py420 def find_free_port(self, interface_name='localhost'): argument
437 ) % interface_name