Home
last modified time | relevance | path

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

/external/autotest/server/site_tests/policy_WiFiTypesServer/
Dpolicy_WiFiTypesServer.py27 [site_linux_system.LinuxSystem.CAPABILITY_MULTI_AP])
/external/autotest/server/cros/chaos_lib/
Dstatic_runner.py72 capturer = site_linux_system.LinuxSystem(capture_host, {},
163 capturer = site_linux_system.LinuxSystem(
Dchaos_runner.py80 capturer = site_linux_system.LinuxSystem(capture_host, {},
210 capturer = site_linux_system.LinuxSystem(
/external/autotest/server/site_tests/policy_WiFiAutoconnectServer/
Dpolicy_WiFiAutoconnectServer.py35 [site_linux_system.LinuxSystem.CAPABILITY_MULTI_AP])
/external/autotest/server/site_tests/network_WiFi_RoamFT/
Dnetwork_WiFi_RoamFT.py69 [site_linux_system.LinuxSystem.CAPABILITY_SME])
205 [site_linux_system.LinuxSystem.CAPABILITY_SUPPLICANT_ROAMING])
/external/autotest/server/site_tests/network_WiFi_ChromeEndToEnd/
Dnetwork_WiFi_ChromeEndToEnd.py38 [site_linux_system.LinuxSystem.CAPABILITY_MULTI_AP])
/external/autotest/server/site_tests/network_WiFi_DisconnectReason/
Dcontrol.switch_ap23 capabilities = [site_linux_system.LinuxSystem.CAPABILITY_MULTI_AP]
Dcontrol.ap_send_chan_switch31 capabilities = [site_linux_system.LinuxSystem.CAPABILITY_SEND_MANAGEMENT_FRAME]
Dnetwork_WiFi_DisconnectReason.py38 if site_linux_system.LinuxSystem.CAPABILITY_MULTI_AP in req_caps:
/external/autotest/server/site_tests/policy_WiFiPrecedenceServer/
Dpolicy_WiFiPrecedenceServer.py52 [site_linux_system.LinuxSystem.CAPABILITY_MULTI_AP])
/external/autotest/server/site_tests/network_WiFi_RoamEndToEnd/
Dnetwork_WiFi_RoamEndToEnd.py46 [site_linux_system.LinuxSystem.CAPABILITY_MULTI_AP])
/external/autotest/server/site_tests/network_WiFi_CSA/
Dnetwork_WiFi_CSA.py34 [site_linux_system.LinuxSystem.
/external/autotest/server/site_tests/network_WiFi_RoamSuspendEndToEnd/
Dnetwork_WiFi_RoamSuspendEndToEnd.py54 [site_linux_system.LinuxSystem.CAPABILITY_MULTI_AP])
/external/autotest/server/site_tests/network_WiFi_CSADisconnect/
Dnetwork_WiFi_CSADisconnect.py88 [site_linux_system.LinuxSystem.
/external/autotest/server/site_tests/policy_GlobalNetworkSettingsServer/
Dpolicy_GlobalNetworkSettingsServer.py73 [site_linux_system.LinuxSystem.CAPABILITY_MULTI_AP])
/external/autotest/server/cros/network/
Dwifi_test_context_manager.py173 [site_linux_system.LinuxSystem.CAPABILITY_VHT])
227 self._pcap_host = site_linux_system.LinuxSystem(
Dwifi_client.py99 class WiFiClient(site_linux_system.LinuxSystem):
/external/autotest/server/site_tests/network_WiFi_MalformedProbeResp/
Dnetwork_WiFi_MalformedProbeResp.py31 [site_linux_system.LinuxSystem.CAPABILITY_SEND_MANAGEMENT_FRAME])
/external/autotest/server/site_tests/network_WiFi_ChannelScanDwellTime/
Dnetwork_WiFi_ChannelScanDwellTime.py192 [site_linux_system.LinuxSystem.CAPABILITY_SEND_MANAGEMENT_FRAME])
/external/autotest/server/site_tests/network_WiFi_RoamDiagnostics/
Dnetwork_WiFi_RoamDiagnostics.py127 [site_linux_system.LinuxSystem.CAPABILITY_SUPPLICANT_ROAMING])
/external/autotest/server/site_tests/network_WiFi_RoamNatural/
Dnetwork_WiFi_RoamNatural.py177 [site_linux_system.LinuxSystem.CAPABILITY_SUPPLICANT_ROAMING])
/external/autotest/server/cros/clique_lib/
Dclique_runner.py224 capturer = site_linux_system.LinuxSystem(
/external/autotest/server/
Dsite_linux_router.py95 class LinuxRouter(site_linux_system.LinuxSystem):
526 if site_linux_system.LinuxSystem.CAPABILITY_VHT not in router_caps:
Dsite_linux_system.py30 class LinuxSystem(object): class