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.py32 def __init__(self, iface_wlan, iface_lan, bridge_ip): argument
42 self.bridge_ip = bridge_ip
93 SET_BRIDGE_IP = 'ifconfig %s %s' % (BRIDGE_NAME, brconfigs.bridge_ip)
/tools/test/connectivity/acts/framework/acts/controllers/
Daccess_point.py507 bridge_ip = "%s.%s.%s.%s" % (a, b, c, BRIDGE_IP_LAST)
509 configs = (iface_wlan, iface_lan, bridge_ip)