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

  /external/autotest/server/cros/network/
wifi_cell_test_base.py 107 ap_ssid = self.context.router.get_ssid()
108 assoc_params = xmlrpc_datatypes.AssociationParameters(ssid=ap_ssid)
110 return ap_ssid
  /external/autotest/server/site_tests/network_WiFi_WakeOnSSID/
network_WiFi_WakeOnSSID.py 21 ap_ssid = self.configure_and_connect_to_ap(
45 ssid=ap_ssid, channel=1))
  /external/autotest/client/site_tests/network_WiFiTxRx/
network-flipflop.sh 245 ap_ssid=$2;
248 if wifi_associate $wlan_if $ap_ssid; then
253 progress "WiFi Association failed for $wlan_if [$ap_ssid vs $if_ap]";
  /external/autotest/server/cros/chaos_lib/
chaos_analyzer.py 78 ap_ssid = line[len(ap_ssid_prefix):].rstrip()
79 self._meta_info['ap_ssid'] = (
80 ap_ssid.replace('\'', '').replace(',', ''))
109 ('ap_ssid' in self._meta_info) and
140 return self._meta_info['ap_ssid']
chaos_capture_analyzer.py 605 def __init__(self, ap_bssids, ap_ssid, dut_mac, logger):
607 self._ap_ssid = ap_ssid

Completed in 220 milliseconds