Home | History | Annotate | Download | only in network_ChromeWifiEndToEnd

Lines Matching refs:networks

21         1. Tests that the configured wifi networks are seen by Chrome.
22 2. Tests the transitioning between various available networks.
31 """Extract the needed information from the list of networks found
34 @param networks_found: Networks found via getVisibleNetworks api.
35 @return Formated list of available wifi networks.
112 """Verify all WiFi networks in range are displayed."""
116 logging.info('Networks found via API: %s', networks_found_via_api)
147 wifi networks.
149 @param known_wifi_networks: List of known wifi networks.
170 networks = self._extract_wifi_network_info( \
172 logging.info('Networks found before connection: %s', networks)
173 network_to_connect = networks.pop()
185 networks = self._extract_wifi_network_info( \
187 logging.info('Networks found after connection: %s', networks)
188 network_to_connect = networks.pop()
191 if not networks:
194 network_to_connect = networks.pop()