Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/
DPingStressTest.py29 from acts_contrib.test_utils.abstract_devices.wlan_device import create_wlan_device
51 self.wlan_device = create_wlan_device(self.fd)
58 self.wlan_device.associate(self.ssid)
61 self.wlan_device.disconnect()
62 self.wlan_device.reset_wifi()
72 ping_result = self.wlan_device.can_ping(dest_ip, count, interval,
86 ping_result = self.wlan_device.can_ping(dest_ip, count=10, size=50)
DDownloadStressTest.py28 from acts_contrib.test_utils.abstract_devices.wlan_device import create_wlan_device
59 self.wlan_device = create_wlan_device(self.fd)
69 self.wlan_device.associate(self.ssid)
73 self.wlan_device.disconnect()
74 self.wlan_device.reset_wifi()
DBeaconLossTest.py36 from acts_contrib.test_utils.abstract_devices.wlan_device import create_wlan_device
DConnectionStressTest.py30 from acts_contrib.test_utils.abstract_devices.wlan_device import create_wlan_device
DWlanTargetSecurityTest.py23 from acts_contrib.test_utils.abstract_devices.wlan_device import create_wlan_device
DWlanRebootTest.py36 from acts_contrib.test_utils.abstract_devices.wlan_device import create_wlan_device
DSoftApTest.py31 from acts_contrib.test_utils.abstract_devices.wlan_device import create_wlan_device
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/performance/
DWlanWmmTest.py32 from acts_contrib.test_utils.abstract_devices.wlan_device import create_wlan_device
149 self.dut = self.staut.wlan_device
180 if tc.wlan_device:
181 tc.wlan_device.wifi_toggle_state(True)
182 tc.wlan_device.disconnect()
189 if tc.wlan_device:
190 tc.wlan_device.disconnect()
191 tc.wlan_device.reset_wifi()
257 if not wmm_transceiver.wlan_device:
269 associated = wmm_transceiver.wlan_device.associate(
[all …]
DWlanRvrTest.py28 from acts_contrib.test_utils.abstract_devices.wlan_device import create_wlan_device
DChannelSweepTest.py37 from acts_contrib.test_utils.abstract_devices.wlan_device import create_wlan_device
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/
Dwmm_transceiver.py106 wlan_device=wd,
154 wlan_device=None, argument
164 self.wlan_device = wlan_device
567 if self.wlan_device:
569 self.wlan_device.device, self._test_interface)
630 if self.wlan_device:
631 return self.wlan_device.can_ping(dest_ip)
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/misc/
DWlanInterfaceTest.py20 from acts_contrib.test_utils.abstract_devices.wlan_device import create_wlan_device
DWlanMiscScenarioTest.py23 from acts_contrib.test_utils.abstract_devices.wlan_device import create_wlan_device
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/compliance/
DWlanPhyCompliance11ACTest.py26 from acts_contrib.test_utils.abstract_devices.wlan_device import create_wlan_device
DWlanPhyCompliance11NTest.py27 from acts_contrib.test_utils.abstract_devices.wlan_device import create_wlan_device
DVapeInteropTest.py23 from acts_contrib.test_utils.abstract_devices.wlan_device import create_wlan_device
DWlanPhyComplianceABGTest.py23 from acts_contrib.test_utils.abstract_devices.wlan_device import create_wlan_device
DWlanSecurityComplianceABGTest.py26 from acts_contrib.test_utils.abstract_devices.wlan_device import create_wlan_device