Home | History | Annotate | Download | only in server

Lines Matching full:ssid

25                                          ['ssid', 'interface', 'dev_type'])
27 ['ssid', 'conf_file', 'log_file',
150 @param test_name string name of this test. Used in SSID creation.
283 hostapd_conf_dict['ssid'],
402 @param suffix string to append to SSID
412 # And salt the SSID so that tests running in adjacent cells are unlikely
413 # to pick the same SSID and we're resistent to beacons leaking out of
456 ssid = (config.ssid or
460 self.iw_runner.ibss_join(interface, ssid, config.frequency)
465 StationInstance(ssid=ssid, interface=interface,
819 """@return string ssid for the network stemming from this router."""
827 return self.hostapd_instances[instance].ssid
830 return self.station_instances[0].ssid
832 raise error.TestFail('Requested ssid of an unconfigured AP.')
912 @param ssid_prefix string SSID prefix.
996 ssid = self.get_ssid(instance)
1001 ssid, frequency, self.local_peer_ip_address(instance))
1018 def configure_managed_station(self, ssid, frequency, ip_addr):
1021 @param ssid: string SSID of network to join.
1033 ' ssid="%(ssid)s"\n'
1035 '}\n' % {'ssid': ssid}
1058 StationInstance(ssid=ssid, interface=interface,