Home | History | Annotate | Download | only in network_WiFi_RoamSuspendEndToEnd

Lines Matching refs:ssid

16     """Base class that configures two APs with the same SSID that will be used
27 def _config_ap(self, channel, mode, ssid=None):
31 @param ssid: Name to be assigned to the Wifi network.
36 ssid=ssid)
70 # Configure first AP with channel 5 and mode G and default ssid.
74 ssid = self.context.router.get_ssid(instance=0)
77 ssid=ssid, test=chrome_net_constants.OPEN_CONNECT)
79 # Configure second AP with channel 149, mode N and same ssid as before.
80 self._config_ap(149, hostap_config.HostapConfig.MODE_11N_PURE, ssid)
81 ssid = self.context.router.get_ssid(instance=1)
86 ssid=ssid, test=chrome_net_constants.OPEN_ROAM)