Lines Matching refs:network
79 "Need at least 1 2.4Ghz reference network with psk.")
82 "Need at least 1 5Ghz reference network with psk.")
146 def get_connection_data(self, ad, network):
147 """Connect and get network id and ssid info from connection data.
151 network: network info of the network to connect to
154 A convenience dict with the connected network's ID and SSID.
156 wutils.connect_to_wifi_network(ad, network)
166 """Tests connection to 2G network with Connected MAC Randomization.
174 """Tests connection to 5G network with Connected MAC Randomization.
182 """Tests that randomized MAC address assigned to each network is
186 1. Connect to a 2GHz network.
187 2. Connect to a 5GHz network.
188 3. Reconnect to the 2GHz network using its network id.
190 5. Reconnect to the 5GHz network using its network id.
211 " 2GHz network.")
224 " 5GHz network.")