Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/performance/
DWlanWmmTest.py33 from acts_contrib.test_utils.abstract_devices.wlan_device import create_wlan_device
150 self.dut = self.staut.wlan_device
181 if tc.wlan_device:
182 tc.wlan_device.wifi_toggle_state(True)
183 tc.wlan_device.disconnect()
190 if tc.wlan_device:
191 tc.wlan_device.disconnect()
192 tc.wlan_device.reset_wifi()
203 for wlan_device in self.wlan_devices:
204 super().on_device_fail(wlan_device.device, test_name, begin_time)
[all …]
DChannelSweepTest.py36 from acts_contrib.test_utils.abstract_devices.wlan_device import create_wlan_device
DWlanRvrTest.py30 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.py24 from acts_contrib.test_utils.abstract_devices.wlan_device import create_wlan_device
/tools/test/connectivity/acts_tests/tests/google/fuchsia/netstack/
DToggleWlanInterfaceStressTest.py20 from acts_contrib.test_utils.abstract_devices.wlan_device import create_wlan_device
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/facade/
DWlanFacadeTest.py24 from acts_contrib.test_utils.abstract_devices.wlan_device import create_wlan_device
DWlanDeprecatedConfigurationTest.py20 from acts_contrib.test_utils.abstract_devices.wlan_device import create_wlan_device
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/
DBeaconLossTest.py34 from acts_contrib.test_utils.abstract_devices.wlan_device import create_wlan_device
DConnectionStressTest.py28 from acts_contrib.test_utils.abstract_devices.wlan_device import create_wlan_device
DDownloadStressTest.py26 from acts_contrib.test_utils.abstract_devices.wlan_device import create_wlan_device
DWlanWirelessNetworkManagementTest.py23 from acts_contrib.test_utils.abstract_devices.wlan_device import create_wlan_device
DPingStressTest.py33 from acts_contrib.test_utils.abstract_devices.wlan_device import create_wlan_device
DChannelSwitchTest.py28 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/compliance/
DWlanPhyCompliance11ACTest.py24 from acts_contrib.test_utils.abstract_devices.wlan_device import create_wlan_device
DWlanPhyCompliance11NTest.py26 from acts_contrib.test_utils.abstract_devices.wlan_device import create_wlan_device
DVapeInteropTest.py22 from acts_contrib.test_utils.abstract_devices.wlan_device import create_wlan_device
DWlanPhyComplianceABGTest.py22 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
/tools/test/connectivity/acts_tests/tests/google/fuchsia/dhcp/
DDhcpv4InteropTest.py29 from acts_contrib.test_utils.abstract_devices.wlan_device import create_wlan_device