Home
last modified time | relevance | path

Searched refs:iw_link_key (Results 1 – 2 of 2) sorted by relevance

/external/autotest/server/cros/network/
Dwifi_client.py491 def check_iw_link_value(self, iw_link_key, desired_value): argument
498 actual_value = self.get_iw_link_value(iw_link_key)
502 'got %s instead.' % (iw_link_key,
507 def get_iw_link_value(self, iw_link_key): argument
513 return self.iw_runner.get_link_value(self.wifi_if, iw_link_key)
/external/autotest/client/common_lib/cros/network/
Diw_runner.py243 def get_link_value(self, interface, iw_link_key): argument
275 find_re = re.compile('\s*%s:\s*(.*\S)\s*$' % iw_link_key)
283 iw_link_key, actual_value)