From d54d534d47433bf809a38920d679ff14f0bbee25 Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Tue, 8 Sep 2020 18:12:59 -0600 Subject: [PATCH] fixed show ap dot11 5ghz summary --- cisco_wifi_ctl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"