From b2f7bb3424afd786d1583ef121bc475bb8a8d5c9 Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Thu, 17 Sep 2020 09:49:17 -0600 Subject: [PATCH] fix enable_wlan --- lf_cisco_power.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lf_cisco_power.py b/lf_cisco_power.py index d7868ede..ee608006 100755 --- a/lf_cisco_power.py +++ b/lf_cisco_power.py @@ -515,10 +515,10 @@ def main(): subprocess.run(["./cisco_wifi_ctl.py", "--scheme", scheme, "-d", args.dest, "-u", args.user, "-p", args.passwd, "-a", args.ap, "--band", band, "--action", "wireless_tag_policy","--series",args.series]) - print("9800 cisco_wifi_ctl.py: wlan_enable") + print("9800 cisco_wifi_ctl.py: enable_wlan") subprocess.run(["./cisco_wifi_ctl.py", "--scheme", scheme, "-d", args.dest, "-u", args.user, "-p", args.passwd, "-a", args.ap, "--band", band, - "--action", "wlan_enable","--series",args.series]) + "--action", "enable_wlan","--series",args.series]) # enable transmission for the entier 802.11z network