Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dbridge_interface.py59 def startup(self, brconfigs): argument
76 ENABLE_4ADDR = 'iw dev %s set 4addr on' % (brconfigs.iface_wlan)
81 brconfigs.iface_wlan))
84 for interface in [brconfigs.iface_lan, brconfigs.iface_wlan]:
94 SET_BRIDGE_IP = 'ifconfig %s %s' % (BRIDGE_NAME, brconfigs.bridge_ip)
101 def teardown(self, brconfigs): argument
114 BRING_DOWN_WLAN = 'ifconfig %s down' % brconfigs.iface_wlan
117 DISABLE_4ADDR = 'iw dev %s set 4addr off' % (brconfigs.iface_wlan)
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_power_test_utils.py266 brconfigs = bi.BridgeInterfaceConfigs(config_bridge[0], config_bridge[1],
268 ap.bridge.startup(brconfigs)
271 return brconfigs
/tools/test/connectivity/acts/framework/acts/test_utils/power/
DPowerWiFiBaseTest.py58 self.access_point.bridge.teardown(self.brconfigs)
DPowerBaseTest.py454 self.brconfigs = wputils.ap_setup(
458 return self.brconfigs