Home
last modified time | relevance | path

Searched refs:start_softap_and_verify (Results 1 – 6 of 6) sorted by relevance

/tools/test/connectivity/acts/tests/google/wifi/
DWifiStaApConcurrencyStressTest.py90 softap_config = self.start_softap_and_verify(softap_band)
184 softap_config = self.start_softap_and_verify(
195 softap_config = self.start_softap_and_verify(
206 softap_config = self.start_softap_and_verify(
217 softap_config = self.start_softap_and_verify(
228 softap_config = self.start_softap_and_verify(
239 softap_config = self.start_softap_and_verify(
252 softap_config = self.start_softap_and_verify(
DWifiStaApConcurrencyTest.py163 def start_softap_and_verify(self, band, check_connectivity=True): member in WifiStaApConcurrencyTest
200 softap_config = self.start_softap_and_verify(softap_band)
228 softap_config = self.start_softap_and_verify(softap_band, False)
DWifiSoftApAcsTest.py131 def start_softap_and_verify(self, band): member in WifiSoftApAcsTest
197 softap = self.start_softap_and_verify(softap_band)
206 softap = self.start_softap_and_verify(softap_band)
DWifiSoftApTest.py508 config = wutils.start_softap_and_verify(self, WIFI_CONFIG_APBAND_AUTO)
588 config = wutils.start_softap_and_verify(self, WIFI_CONFIG_APBAND_AUTO)
645 config = wutils.start_softap_and_verify(self, WIFI_CONFIG_APBAND_AUTO)
DWifiMacRandomizationTest.py442 softap = wutils.start_softap_and_verify(self, WIFI_CONFIG_APBAND_2G)
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_test_utils.py2173 def start_softap_and_verify(ad, band): function