Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/tests/google/fuchsia/wlan/
DBeaconLossTest.py37 from acts.test_utils.abstract_devices.utils_lib.wlan_utils import associate
93 associate(client=self.wlan_device, ssid=self.ssid)
117 associate(client=self.wlan_device, ssid=self.ssid)
DConnectionStressTest.py30 from acts.test_utils.abstract_devices.utils_lib.wlan_utils import associate
100 if not associate(self.dut, ssid=ssid, password=password):
109 if associate(self.dut, ssid=ssid, password=password):
DWlanRvrTest.py27 from acts.test_utils.abstract_devices.utils_lib.wlan_utils import associate
270 if associate(self.dut,
425 if associate(self.dut,
/tools/test/connectivity/acts/framework/acts/test_utils/abstract_devices/
Dwlan_device.py94 def associate(self, member in WlanDevice
170 def associate(self, member in AndroidWlanDevice
261 def associate(self, member in FuchsiaWlanDevice