lf_cisco_power.py : logs for creating wlan

This commit is contained in:
Chuck SmileyRekiere
2021-01-13 14:28:41 -07:00
parent a67a12783d
commit 832a06a248

View File

@@ -880,6 +880,7 @@ def main():
pass
else:
wlan_created = True
logg.info("create wlan {} wlanID {} port {}".format(args.wlan, args.wlanID, args.port))
try:
logg.info("9800 cisco_wifi_ctl.py: create_wlan wlan {} wlanID {} port {}".format(args.wlan, args.wlanID, args.port))
ctl_output = subprocess.run(["./cisco_wifi_ctl.py", "--scheme", scheme, "-d", args.dest, "-u", args.user, "-p", args.passwd, "-a", args.ap, "--band", band,