Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dbridge_interface.py33 def __init__(self, iface_wlan, iface_lan, bridge_ip): argument
43 self.bridge_ip = bridge_ip
94 SET_BRIDGE_IP = 'ifconfig %s %s' % (BRIDGE_NAME, brconfigs.bridge_ip)
/tools/test/connectivity/acts/framework/acts/controllers/
Daccess_point.py402 bridge_ip = "%s.%s.%s.%s" % (a, b, c, BRIDGE_IP_LAST)
404 configs = (iface_wlan, iface_lan, bridge_ip)