Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_power_test_utils.py401 def get_if_addr6(intf, address_type): argument
417 if if_list[2] == intf and if_list[1] == address_type:
424 def wait_for_dhcp(intf): argument
438 reset_host_interface(intf)
441 ip = scapy.get_if_addr(intf)
442 log.info('DHCP address assigned to {} as {}'.format(intf, ip))
446 def reset_host_interface(intf): argument
453 intf_down_cmd = 'ifconfig %s down' % intf
454 intf_up_cmd = 'ifconfig %s up' % intf
459 log.info('{} has been reset'.format(intf))