Lines Matching refs:network
75 A tuple with the config and networkId for the newly created and saved network.
95 config: WifiConfig for a network.
104 for network in networks:
105 if config[ssid_key] == network[ssid_key]:
114 True if network was successfully deleted.
122 self.dut.log.error("Failed to forget network")
141 "Test network not found in list of configured networks.")
144 "Test network not deleted from configured networks.")
147 "Deleted network was in configured networks list.")
164 "Test network not found in list of configured networks.")
167 raise signals.TestFailure("Failed to delete network.")
170 "Test network was found in list of configured networks.")
186 "Test network not found in list of configured networks.")
188 raise signals.TestFailure("Failed to delete network.")
203 "Test network not found in list of configured networks.")
205 raise signals.TestFailure("Failed to delete network.")