HomeSort by relevance Sort by last modified time
    Searched refs:get_active_wifi_SSIDs (Results 1 - 4 of 4) sorted by null

  /external/autotest/client/cros/networking/
android_xmlrpc_server.py 263 def get_active_wifi_SSIDs(self):
378 active_ssids = self.get_active_wifi_SSIDs()
shill_xmlrpc_server.py 340 def get_active_wifi_SSIDs(self):
342 return self._wifi_proxy.get_active_wifi_SSIDs()
wifi_proxy.py 310 def get_active_wifi_SSIDs(self):
  /external/autotest/server/cros/network/
wifi_client.py 689 def get_active_wifi_SSIDs(self):
695 self._assert_method_supported('get_active_wifi_SSIDs')
696 return self._shill_proxy.get_active_wifi_SSIDs()
    [all...]

Completed in 211 milliseconds