Searched refs:network_info (Results 1 – 6 of 6) sorted by relevance
161 def network_selector(self, network_info): argument183 if k not in network_info:185 if type(network_info[k]) is str:186 network_info[k] = network_info[k].lower()188 if network_info[k] != v:
156 network_info = self.dut.droid.wifiGetConfiguredNetworks()157 if len(network_info) != len(networks):161 (networks, network_info))169 }, network_info)
186 network_info = self.dut.droid.wifiGetConfiguredNetworks()187 if len(network_info) != len(networks):191 (networks, network_info))198 }, network_info)
132 network_info = self.dut.droid.wifiGetConnectionInfo()133 if network_info[WifiEnums.SSID_KEY] != passpoint_network:
693 for network_key, network_info in self.main_network.items():694 if 'primary' in network_info['roaming_label']:
478 for network_info in self.dut.droid.connectivityNetworkGetAllInfo():479 sl4a_network_info = Sl4aNetworkInfo.from_dict(network_info)486 self.log.error(network_info)