Lines Matching full:wifi
14 """Wrapper around shill dbus interface used by wifi tests."""
18 """Set the logging in shill for a test of wifi technology.
29 """Iterate over all pushed profiles and remove WiFi entries."""
40 if entry[self.ENTRY_FIELD_TYPE] == 'wifi':
48 """Configure a WiFi service.
72 config_params = {self.SERVICE_PROPERTY_TYPE: 'wifi',
85 logging.error('Caught an error while configuring a WiFi '
106 Connect to a WiFi network with the given association parameters.
161 discovery_params = {self.SERVICE_PROPERTY_TYPE: 'wifi',
185 self.manager.RequestScan('wifi')
237 logging.info('Connected to WiFi service.')
243 """Disconnect from the specified WiFi network.
258 service_description = {self.SERVICE_PROPERTY_TYPE: 'wifi',
329 if service_type == 'wifi' and strength > 0:
333 logging.info('Found active WiFi service: %s', ssid)
350 discovery_params = {self.SERVICE_PROPERTY_TYPE: 'wifi',