Home
last modified time | relevance | path

Searched refs:setup_ap (Results 1 – 23 of 23) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/
DWlanTargetSecurityTest.py20 from acts.controllers.access_point import setup_ap
65 def setup_ap(self, security_mode=None): member in WlanTargetSecurityTest
84 setup_ap(access_point=self.access_point,
94 ssid, _ = self.setup_ap()
98 ssid, password = self.setup_ap()
106 ssid, password = self.setup_ap()
114 ssid, password = self.setup_ap()
122 ssid, password = self.setup_ap()
131 ssid, _ = self.setup_ap(hostapd_constants.WEP_STRING)
136 ssid, password = self.setup_ap(hostapd_constants.WEP_STRING)
[all …]
DBeaconLossTest.py33 from acts.controllers.access_point import setup_ap
92 setup_ap(access_point=self.ap,
DConnectionStressTest.py27 from acts.controllers.access_point import setup_ap
72 setup_ap(access_point=self.ap,
DPingStressTest.py27 from acts.controllers.access_point import setup_ap
53 setup_ap(access_point=self.ap,
DDownloadStressTest.py26 from acts.controllers.access_point import setup_ap
65 setup_ap(access_point=self.ap,
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/compliance/
DWlanPhyComplianceABGTest.py20 from acts.controllers.access_point import setup_ap
132 setup_ap(access_point=self.access_point,
141 setup_ap(access_point=self.access_point,
150 setup_ap(access_point=self.access_point,
159 setup_ap(access_point=self.access_point,
168 setup_ap(access_point=self.access_point,
177 setup_ap(access_point=self.access_point,
186 setup_ap(access_point=self.access_point,
196 setup_ap(access_point=self.access_point,
206 setup_ap(access_point=self.access_point,
[all …]
DVapeInteropTest.py19 from acts.controllers.access_point import setup_ap
84 setup_ap(access_point=self.access_point,
92 setup_ap(access_point=self.access_point,
105 setup_ap(access_point=self.access_point,
113 setup_ap(access_point=self.access_point,
126 setup_ap(access_point=self.access_point,
134 setup_ap(access_point=self.access_point,
147 setup_ap(access_point=self.access_point,
155 setup_ap(access_point=self.access_point,
168 setup_ap(access_point=self.access_point,
[all …]
DWlanPhyCompliance11ACTest.py22 from acts.controllers.access_point import setup_ap
186 setup_ap(access_point=self.access_point,
DWlanPhyCompliance11NTest.py22 from acts.controllers.access_point import setup_ap
186 setup_ap(access_point=self.access_point,
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/performance/
DWlanRvrTest.py20 from acts.controllers.access_point import setup_ap
580 setup_ap(access_point=self.access_point,
600 setup_ap(access_point=self.access_point,
620 setup_ap(access_point=self.access_point,
640 setup_ap(access_point=self.access_point,
662 setup_ap(access_point=self.access_point,
687 setup_ap(access_point=self.access_point,
712 setup_ap(access_point=self.access_point,
737 setup_ap(access_point=self.access_point,
760 setup_ap(access_point=self.access_point,
[all …]
DWlanWmmTest.py27 from acts.controllers.access_point import setup_ap
241 setup_ap(self.access_point_transceiver.access_point, **ap_parameters)
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/misc/
DWlanMiscScenarioTest.py19 from acts.controllers.access_point import setup_ap
73 setup_ap(access_point=self.access_point,
92 setup_ap(access_point=self.access_point,
/tools/test/connectivity/acts_tests/tests/google/wifi/
DSetupWifiNetworkTest.py54 def setup_ap(self): member in SetupWifiNetworkTest
92 self.setup_ap()
105 self.setup_ap()
DWifiThroughputStabilityTest.py237 def setup_ap(self, testcase_params): member in WifiThroughputStabilityTest
295 self.setup_ap(testcase_params)
DWifiRoamingPerformanceTest.py441 def setup_ap(self, testcase_params): member in WifiRoamingPerformanceTest
490 self.setup_ap(testcase_params)
DWifiPingTest.py356 def setup_ap(self, testcase_params): member in WifiPingTest
428 self.setup_ap(testcase_params)
DWifiRvrTest.py474 def setup_ap(self, testcase_params): member in WifiRvrTest
540 self.setup_ap(testcase_params)
DWifiRssiTest.py519 def setup_ap(self, testcase_params): member in WifiRssiTest
577 self.setup_ap(testcase_params)
DWifiSensitivityTest.py345 def setup_ap(self, testcase_params): member in WifiSensitivityTest
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan_policy/
DHiddenNetworksTest.py17 from acts.controllers.access_point import setup_ap
56 setup_ap(self.access_point,
DStartStopClientConnectionsTest.py18 from acts.controllers.access_point import setup_ap
52 setup_ap(self.access_point,
DSavedNetworksTest.py22 from acts.controllers.access_point import setup_ap
196 setup_ap(self.access_points[0],
/tools/test/connectivity/acts/framework/acts/controllers/
Daccess_point.py91 def setup_ap(access_point, function