Lines Matching full:wifi

26 # Wake-on-WiFi feature strings
33 # Wake-on-WiFi test timing constants
107 # List of interface names we won't consider for use as "the" WiFi interface
153 """@return bool True iff WiFi powersave mode is enabled."""
239 """@return string wifi device on machine (e.g. mlan0)."""
268 """Returns the signal level of this DUT's WiFi interface.
270 @return int signal level of connected WiFi interface or None (e.g. -67).
277 """Returns the signal level of all chains of this DUT's WiFi interface.
279 @return int array signal level of each chain of connected WiFi interface
307 """Returns the noise level of this DUT's WiFi interface.
311 @return int signal level of connected WiFi interface in dBm (e.g. -67)
339 # Look up the WiFi device (and its MAC) on the client.
348 logging.warning('Warning, found multiple WiFi devices on '
368 logging.debug('WiFi interface is: %r',
395 """Raises logging levels for WiFi on DUT."""
397 self.host.run('ff_debug +wifi', ignore_status=True)
418 @param frequency: int Wifi frequency to check if it is supported by
516 """Get the current value of a link property for this WiFi interface.
548 @param frequencies list of int WiFi frequencies to scan for.
575 logging.info('Wifi scan completed in %.2f seconds', scan_result.time)
592 @param frequencies list of int WiFi frequencies to scan for.
684 """Waits for a WiFi service to achieve one of |states|.
758 """Enable or disable the WiFi device.
774 """Add an ARP entry to the table associated with the WiFi interface.
821 what wake-on-WiFi mechanisms are active. It returns a context manager,
1220 """Release the control over the wifi interface back to normal operation.
1222 This will give the ownership of the wifi interface back to shill and
1230 """Claim the control over the wifi interface from this wifi client.
1232 This claim the ownership of the wifi interface from shill and
1233 wpa_supplicant. The wifi interface should be UP when this call returns.
1236 # Disabling a wifi device in shill will remove that device from
1240 # Wait for shill to bring down the wifi interface.
1247 # Bring up the wifi interface to allow the test to use the interface.
1278 # [...] [INFO:wifi.cc(1941)] OnAfterResume: connected
1279 # [...] [INFO:wifi.cc(1941)] OnAfterResume: not connected
1284 connection_status_log_regex_str = 'INFO:wifi\.cc.*OnAfterResume'
1309 Checks whether wake on WiFi was throttled on the DUT on the last dark
1314 # wake on WiFi was throttled. This is an example of the error message:
1316 # resumes; disabling wake on WiFi temporarily
1319 'WiFi temporarily')
1330 raise error.TestFail('Wake on WiFi was not throttled on the last '
1333 logging.info('Wake on WiFi was throttled on the last dark resume.')
1352 """Returns true iff wake-on-WiFi is supported by the DUT."""
1375 """Utility class to temporarily change a dbus property for the WiFi device.