• Home
  • Raw
  • Download

Lines Matching full:wifi

27 # Wake-on-WiFi feature strings
34 # Wake-on-WiFi test timing constants
108 # 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',
394 """Raises logging levels for WiFi on DUT."""
396 self.host.run('ff_debug +wifi', ignore_status=True)
417 @param frequency: int Wifi frequency to check if it is supported by
488 """Get the current value of a link property for this WiFi interface.
520 @param frequencies list of int WiFi frequencies to scan for.
547 logging.info('Wifi scan completed in %.2f seconds', scan_result.time)
564 @param frequencies list of int WiFi frequencies to scan for.
657 """Waits for a WiFi service to achieve one of |states|.
731 """Enable or disable the WiFi device.
747 """Add an ARP entry to the table associated with the WiFi interface.
794 what wake-on-WiFi mechanisms are active. It returns a context manager,
1199 """Release the control over the wifi interface back to normal operation.
1201 This will give the ownership of the wifi interface back to shill and
1209 """Claim the control over the wifi interface from this wifi client.
1211 This claim the ownership of the wifi interface from shill and
1212 wpa_supplicant. The wifi interface should be UP when this call returns.
1215 # Disabling a wifi device in shill will remove that device from
1219 # Wait for shill to bring down the wifi interface.
1226 # Bring up the wifi interface to allow the test to use the interface.
1257 # [...] [INFO:wifi.cc(1941)] OnAfterResume: connected
1258 # [...] [INFO:wifi.cc(1941)] OnAfterResume: not connected
1263 connection_status_log_regex_str = str(r'INFO:wifi\.cc.*OnAfterResume')
1288 Checks whether wake on WiFi was throttled on the DUT on the last dark
1293 # wake on WiFi was throttled. This is an example of the error message:
1295 # resumes; disabling wake on WiFi temporarily
1298 'WiFi temporarily')
1309 raise error.TestFail('Wake on WiFi was not throttled on the last '
1312 logging.info('Wake on WiFi was throttled on the last dark resume.')
1331 """Returns true iff wake-on-WiFi is supported by the DUT."""
1354 """Utility class to temporarily change a dbus property for the WiFi device.