Lines Matching refs:network
45 * One Wi-Fi network visible to the device (for STA).
122 channel_2g: The channel number to use for 2GHz network.
123 channel_5g: The channel number to use for 5GHz network.
156 params: A tuple of network info and AndroidDevice object.
160 network, ad = params
161 SSID = network[WifiEnums.SSID_KEY]
174 params: A tuple of network info and AndroidDevice object.
176 network, ad = params
179 SSID = network[WifiEnums.SSID_KEY]
182 wutils.wifi_connect(ad, network, num_of_tries=3)
219 nw_params: Params for network STA connection.
223 2. Establish connection to a network.
225 4. Run iperf on the wifi connection to the network.
239 nw_params: Params for network STA connection.
244 3. Establish connection to a network.
245 4. Run iperf on the wifi connection to the network.
265 """Tests connection to 2G network followed by bringing up SoftAp on 2G.
273 """Tests connection to 5G network followed by bringing up SoftAp on 5G.
281 """Tests connection to 5G DFS network followed by bringing up SoftAp on 5G.
289 """Tests connection to 5G network followed by bringing up SoftAp on 2G.
297 """Tests connection to 5G DFS network followed by bringing up SoftAp on 2G.
305 """Tests connection to 2G network followed by bringing up SoftAp on 5G.
313 """Tests connection to 5G network followed by bringing up SoftAp on 2G
323 """Tests bringing up SoftAp on 2G followed by connection to 2G network.
331 """Tests bringing up SoftAp on 5G followed by connection to 5G network.
339 """Tests bringing up SoftAp on 5G followed by connection to 5G DFS network.
347 """Tests bringing up SoftAp on 5G followed by connection to 2G network.
355 """Tests bringing up SoftAp on 2G followed by connection to 5G network.
363 """Tests bringing up SoftAp on 2G followed by connection to 5G DFS network.
371 """Tests bringing up SoftAp on 5G followed by connection to 2G network