Exemplo n.º 1
0
def setADSSID(config, wlan_if, ssid):
    """
    Set SSID value for the specific interface on the adapter
    """
    ad_obj = RuckusAD(config)
    res = ad_obj.setSSID(wlan_if, ssid)
    time.sleep(2)