Lines Matching refs:supported
58 read shill_xmlrpc_server.py to find out what methods are supported.
366 # to workaround the lazy loading of the capabilities cache and supported
381 raise error.TestNAError('%s() is not supported' % method_name)
392 """Returns True if VHT supported; False otherwise"""
397 """Returns True if 5Ghz bands are supported; False otherwise."""
402 """Returns True if IBSS mode is supported; False otherwise."""
407 """Returns True if the given frequency is supported; False otherwise.
409 @param frequency: int Wifi frequency to check if it is supported by
416 """Checks if |method_name| is supported on the remote XMLRPC proxy.
430 supported = (_is_eureka_host(self.host)
432 if not supported:
433 logging.warning('%s() is not supported on older images',
435 return supported
905 If MAC address randomization is not supported on this DUT and the
918 'MAC address randomization not supported')
1342 """Returns true iff wake-on-WiFi is supported by the DUT."""