Lines Matching full:wifi
20 """Wrapper around shill dbus interface used by wifi tests."""
24 """Set the logging in shill for a test of wifi technology.
35 """Iterate over all pushed profiles and remove WiFi entries."""
46 if entry[self.ENTRY_FIELD_TYPE] == 'wifi':
54 """Configure a WiFi service.
78 config_params = {self.SERVICE_PROPERTY_TYPE: 'wifi',
91 logging.error('Caught an error while configuring a WiFi '
112 Connect to a WiFi network with the given association parameters.
167 discovery_params = {self.SERVICE_PROPERTY_TYPE: 'wifi',
190 self.manager.RequestScan('wifi')
242 logging.info('Connected to WiFi service.')
248 """Disconnect from the specified WiFi network.
263 service_description = {self.SERVICE_PROPERTY_TYPE: 'wifi',
334 if service_type == 'wifi' and strength > 0:
338 logging.info('Found active WiFi service: %s', ssid)
355 discovery_params = {self.SERVICE_PROPERTY_TYPE: 'wifi',