mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 04:07:52 +00:00
cisco_wifi_ctl.py: bug fix
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
@@ -957,7 +957,7 @@ def main():
|
||||
if ((args.action == "auto_rf") and ((args.ap is None))):
|
||||
raise Exception("auto_rf requires AP name")
|
||||
|
||||
if ((args.action == "auto_rf") and ((args.ap is None))):
|
||||
if (args.action == "auto_rf"):
|
||||
command = "show ap auto-rf 802.11a %s"%(args.ap)
|
||||
|
||||
if ((args.action == "ap_country") and ((args.value is None) or (args.ap is None))):
|
||||
|
||||
Reference in New Issue
Block a user