Home
last modified time | relevance | path

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

/external/autotest/server/site_tests/network_WiFi_Perf/
Dnetwork_WiFi_Perf.py53 if ap_config.is_11ac and not self.context.client.is_vht_supported():
/external/autotest/server/site_tests/network_WiFi_BluetoothScanPerf/
Dnetwork_WiFi_BluetoothScanPerf.py104 if ap_config.is_11ac and not self.context.client.is_vht_supported():
/external/autotest/server/site_tests/network_WiFi_BluetoothStreamPerf/
Dnetwork_WiFi_BluetoothStreamPerf.py138 if ap_config.is_11ac and not self.context.client.is_vht_supported():
/external/autotest/server/cros/network/
Dwifi_client.py446 def is_vht_supported(self): member in WiFiClient