Searched refs:ap_ssid (Results 1 – 5 of 5) sorted by relevance
98 ap_ssid = self.context.router.get_ssid()99 assoc_params = xmlrpc_datatypes.AssociationParameters(ssid=ap_ssid)101 return ap_ssid
21 ap_ssid = self.configure_and_connect_to_ap(45 ssid=ap_ssid, channel=1))
245 ap_ssid=$2;248 if wifi_associate $wlan_if $ap_ssid; then253 progress "WiFi Association failed for $wlan_if [$ap_ssid vs $if_ap]";
80 ap_ssid = line[len(ap_ssid_prefix):].rstrip()82 ap_ssid.replace('\'', '').replace(',', ''))
605 def __init__(self, ap_bssids, ap_ssid, dut_mac, logger): argument607 self._ap_ssid = ap_ssid