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.py126 softap_config = self.start_softap_and_verify(softap_band)
236 softap_config = self.start_softap_and_verify(
249 softap_config = self.start_softap_and_verify(
262 softap_config = self.start_softap_and_verify(
275 softap_config = self.start_softap_and_verify(
288 softap_config = self.start_softap_and_verify(
301 softap_config = self.start_softap_and_verify(
316 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
192 softap = self.start_softap_and_verify(softap_band)
201 softap = self.start_softap_and_verify(softap_band)
DWifiSoftApTest.py504 config = wutils.start_softap_and_verify(self, WIFI_CONFIG_APBAND_AUTO)
584 config = wutils.start_softap_and_verify(self, WIFI_CONFIG_APBAND_AUTO)
DWifiMacRandomizationTest.py443 softap = wutils.start_softap_and_verify(self, WIFI_CONFIG_APBAND_2G)
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_test_utils.py2032 def start_softap_and_verify(ad, band): function