Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
Dwifi_power_test_utils.py246 def reset_host_interface(intferface_name): argument
253 intf_down_cmd = 'ifconfig %s down' % intferface_name
254 intf_up_cmd = 'ifconfig %s up' % intferface_name
259 log.info('{} has been reset'.format(intferface_name))
264 def bringdown_host_interface(intferface_name): argument
271 intf_down_cmd = 'ifconfig %s down' % intferface_name
275 log.info('{} has been brought down'.format(intferface_name))