Home | History | Annotate | Download | only in network_WiFi_RoamEndToEnd

Lines Matching refs:ssid

14     """Base class that configures two APs with the same SSID that will be used
25 def _config_ap(self, channel, mode, ssid=None):
29 @param ssid: Name to be assigned to the Wifi network.
34 ssid=ssid)
49 # Configure first AP with channel 5 and mode G and default ssid.
54 ssid = self.context.router.get_ssid(instance=0)
57 ssid=ssid,
59 # Configure second AP with channel 149, mode N and same ssid as before.
60 self._config_ap(149, hostap_config.HostapConfig.MODE_11N_PURE, ssid)
61 ssid = self.context.router.get_ssid(instance=1)
67 ssid=ssid,