diff --git a/cisco_wifi_ctl.py b/cisco_wifi_ctl.py index a00a46f2..a7fd45d2 100755 --- a/cisco_wifi_ctl.py +++ b/cisco_wifi_ctl.py @@ -359,7 +359,7 @@ def main(): if (args.action == "summary"): if args.series == "9800": - command = "show ap dot 11 5ghz summary" + command = "show ap dot11 5ghz summary" else: command = "show ap summary"