Lines Matching full:ssid
4600 """Returns the SSID of the currently connected wifi network.
4603 The SSID of the connected network or None if we're not connected.
4611 def GetServicePath(self, ssid, encryption=None, timeout=30):
4612 """Waits until the SSID is observed and returns its service path.
4615 ssid: String defining the SSID we are searching for.
4617 first instance of network that matches the ssid, '' for
4619 timeout: Duration to wait for ssid to appear.
4622 The service path or None if SSID does not exist after timeout period.
4635 if service_obj['name'] == ssid and \
4679 def WaitUntilWifiNetworkAvailable(self, ssid, timeout=60, is_hidden=False):
4683 on to broadcast their SSID.
4686 ssid: SSID of the service we want to connect to.
4697 # Returns non-empty array if desired SSID is available.
4701 if wifi.get('name') == ssid]
4855 def ConnectToHiddenWifiNetwork(self, ssid, security, password='',
4862 ssid: The SSID of the network to connect to.
4881 'ssid': ssid,