Home
last modified time | relevance | path

Searched refs:ap (Results 1 – 11 of 11) sorted by relevance

/tools/test/connectivity/acts/tests/sample/
DConfigurableAccessPointTest.py27 self.ap = self.access_points[0]
30 self.ap.stop_all_aps()
33 self.ap.stop_all_aps()
38 self.ap.start_ap(config)
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
DWifiBaseTest.py24 import acts.controllers.access_point as ap namespace
105 ap = 0
106 for ap in range(ap_count):
160 ap = 0
161 for ap in range(ap_count):
169 def populate_bssid(self, ap_instance, ap, networks_5g, networks_2g): argument
186 bssid = ap.get_bssid_from_ssid(network["SSID"])
243 ap = 0
244 for ap in range(ap_count):
245 self.access_points[ap].start_ap(self.config_2g)
[all …]
Dwifi_power_test_utils.py235 def ap_setup(ap, network, bandwidth=80): argument
263 iface_wlan_2g=ap.wlan_2g,
264 iface_wlan_5g=ap.wlan_5g)
265 config_bridge = ap.generate_bridge_configs(channel)
268 ap.bridge.startup(brconfigs)
269 ap.start_ap(config)
/tools/test/connectivity/acts/framework/acts/test_utils/power/
DPowerWiFiBaseTest.py67 for ap in self.access_points:
68 ap.close()
80 for ap in self.access_points:
81 ap.close()
/tools/test/connectivity/acts/framework/acts/controllers/
Daccess_point.py63 for ap in aps:
64 ap.close()
76 return [ap.ssh_settings.hostname for ap in aps]
365 for ap in list(self._aps.keys()):
367 self.stop_ap(ap)
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dbridge_interface.py50 def __init__(self, ap): argument
57 self.ssh = ap.ssh
Dap_get_interface.py34 def __init__(self, ap): argument
40 self.ssh = ap.ssh
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/rtt/
Drtt_test_utils.py407 for ap in aps:
408 events[ap["BSSID"]] = []
435 for ap in aps:
436 events[ap["BSSID"]].append(None)
/tools/test/connectivity/acts/tests/google/wifi/rtt/functional/
DRangeApSupporting11McTest.py97 for ap in rtt_supporting_aps:
98 rtt_configs.append(self.rtt_config_from_scan_result(ap))
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
DCoexBaseTest.py72 self.ap = self.access_points[0]
73 configure_and_start_ap(self.ap, self.network)
96 self.ap.close()
Dcoex_test_utils.py143 def configure_and_start_ap(ap, network): argument
159 ap.start_ap(config)