Home
last modified time | relevance | path

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

/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
DWifiBaseTest.py378 def update_bssid(self, ap_instance, ap, network, band): argument
393 self.reference_networks[ap_instance][band]["bssid"] = bssid
395 self.wpa_networks[ap_instance][band]["bssid"] = bssid
397 self.wep_networks[ap_instance][band]["bssid"] = bssid
399 if "bssid" not in self.ent_networks[ap_instance][band]:
400 self.ent_networks[ap_instance][band]["bssid"] = bssid
402 self.ent_networks_pwd[ap_instance][band]["bssid"] = bssid
404 self.open_network[ap_instance][band]["bssid"] = bssid
406 def populate_bssid(self, ap_instance, ap, networks_5g, networks_2g): argument
423 self.update_bssid(ap_instance, ap, network,
[all …]