Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
DWifiBaseTest.py320 def update_bssid(self, ap_instance, ap, network, band): argument
335 self.reference_networks[ap_instance][band]["bssid"] = bssid
337 self.wpa_networks[ap_instance][band]["bssid"] = bssid
339 self.wep_networks[ap_instance][band]["bssid"] = bssid
341 if "bssid" not in self.ent_networks[ap_instance][band]:
342 self.ent_networks[ap_instance][band]["bssid"] = bssid
344 self.ent_networks_pwd[ap_instance][band]["bssid"] = bssid
346 self.open_network[ap_instance][band]["bssid"] = bssid
348 def populate_bssid(self, ap_instance, ap, networks_5g, networks_2g): argument
365 self.update_bssid(ap_instance, ap, network,
[all …]