mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +00:00
lf_cisco_power.py : LCS-38 : Verify wlan(SSID) matches the SSID for the station:
this is a common error when running tx_power
This commit is contained in:
@@ -349,7 +349,9 @@ def main():
|
||||
else:
|
||||
cap_ctl_out = True
|
||||
if (args.wlan != args.ssid):
|
||||
print("wlan {} must equial the station ssid {}".format(args.wlan,args.ssid))
|
||||
print("####### ERROR ################################")
|
||||
print("wlan: {} must equial the station ssid: {}".format(args.wlan,args.ssid))
|
||||
print("####### ERROR ################################")
|
||||
exit(1)
|
||||
# note: there would always be an args.outfile due to the default
|
||||
current_time = time.strftime("%m_%d_%Y_%H_%M_%S", time.localtime())
|
||||
|
||||
Reference in New Issue
Block a user