Home
last modified time | relevance | path

Searched refs:ap_count (Results 1 – 19 of 19) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiStaConcurrencyNetworkRequestTest.py190 ap_count=1): argument
192 if ap_count==1:
197 ap_count=1)
198 elif ap_count == 2 and channel_2g_ap2:
204 ap_count=2)
205 elif ap_count == 2 and channel_5g_ap2:
211 ap_count=2)
233 ap_count=1)
263 ap_count=1)
293 ap_count=2)
[all …]
DWifiRoamingTest.py54 self.legacy_configure_ap_and_start(ap_count=2)
167 ap_count=2,
181 ap_count=2,
194 ap_count=2,
207 ap_count=2,
220 ap_count=2,
233 ap_count=2,
246 ap_count=2,
259 ap_count=2,
285 ap_count=2,
[all …]
DWifiCellStressTest.py72 self.legacy_configure_ap_and_start(ap_count=2)
76 ap_count=2)
DWifiEnterpriseRoamingTest.py60 ap_count=2,
67 ap_count=2,
DWifiNetworkSelectorTest.py61 self.legacy_configure_ap_and_start(mirror_ap=False, ap_count=2)
65 ap_count=2)
DWifiBtStressCoexTest.py87 self.legacy_configure_ap_and_start(ap_count=2)
91 ap_count=2)
DWifiPreFlightTest.py61 self.legacy_configure_ap_and_start(ap_count=2)
DWifiWakeTest.py63 self.legacy_configure_ap_and_start(mirror_ap=False, ap_count=2)
66 ap_count=2)
DWifiPreTest.py125 ap_count=len(self.access_points))
DWifiMacRandomizationTest.py81 self.legacy_configure_ap_and_start(wep_network=True, ap_count=2)
87 ap_count=2)
DWifiStressTest.py81 self.legacy_configure_ap_and_start(ap_count=2)
85 ap_count=2)
DWifiPnoTest.py49 self.configure_openwrt_ap_and_start(wpa_network=True, ap_count=2)
DWifiIFSTwTest.py71 self.legacy_configure_ap_and_start(ap_count=2, same_ssid=True)
DWifiScannerScanTest.py84 self.legacy_configure_ap_and_start(ap_count=2, mirror_ap=False)
88 ap_count=2)
DWifiEnterpriseTest.py67 ap_count=2,
77 ap_count=2,
DWifiAutoUpdateTest.py79 ap_count=2)
DWifiNewSetupAutoJoinTest.py67 self.legacy_configure_ap_and_start(ap_count=2)
/tools/test/connectivity/acts_tests/tests/google/wifi/wifi6/
DWifiStaConcurrencyNetworkRequest11axTest.py72 ap_count=1): argument
74 if ap_count == 1:
77 elif ap_count == 2 and channel_2g_ap2:
87 elif ap_count == 2 and channel_5g_ap2:
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
DWifiBaseTest.py457 ap_count=1,
485 if mirror_ap and ap_count == 1:
487 if (channel_5g_ap2 or channel_2g_ap2) and ap_count == 1:
511 for i in range(ap_count):
637 ap_count=1): argument
644 if not mirror_ap and ap_count == 1:
648 config_count = ap_count
777 if mirror_ap and ap_count == 2: