Lines Matching refs:network
45 network.
55 "Need at least one Passpoint network.")
79 """Install the Passpoint network Profile.
86 "Key '%s' must be present in network definition." %
94 network.
97 passpoint_network: SSID of the Passpoint network.
108 # Passpoint network takes longer time to connect than normal networks.
111 # Re-verify we are connected to the correct network.
115 " network.")
119 """Get configured Passpoint network and delete using its FQDN."""
132 """Add a Passpoint network and verify device connects to it.
139 5. Verify that we are disconnected from the Passpoint network.
152 """Update a previous Passpoint network and verify device still connects
225 2. Verify device connects to a Passpoint network and get SSID.
238 # Get the current network and the failover network.
251 for network in self.passpoint_networks:
252 if network[WifiEnums.SSID_KEY] == current_ssid:
253 if not wutils.delete_passpoint(self.dut, network["fqdn"]):
256 network["fqdn"])
257 # Verify device fails over and connects to the other passpoint network.
263 " passpoint network" % expected_ssid)