Searched refs:start_traffic_and_softap (Results 1 – 1 of 1) sorted by relevance
/tools/test/connectivity/acts/tests/google/wifi/ |
D | WifiSoftApAcsTest.py | 182 def start_traffic_and_softap(self, network, softap_band): member in WifiSoftApAcsTest 228 chan = self.start_traffic_and_softap(network, WIFI_CONFIG_APBAND_2G) 237 chan = self.start_traffic_and_softap(network, WIFI_CONFIG_APBAND_5G) 247 chan = self.start_traffic_and_softap(network, WIFI_CONFIG_APBAND_AUTO) 258 chan = self.start_traffic_and_softap(network, WIFI_CONFIG_APBAND_2G) 267 chan = self.start_traffic_and_softap(network, WIFI_CONFIG_APBAND_5G) 276 chan = self.start_traffic_and_softap(network, WIFI_CONFIG_APBAND_2G) 285 chan = self.start_traffic_and_softap(network, WIFI_CONFIG_APBAND_5G) 294 chan = self.start_traffic_and_softap(network, WIFI_CONFIG_APBAND_2G) 303 chan = self.start_traffic_and_softap(network, WIFI_CONFIG_APBAND_5G) [all …]
|