mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 12:18:00 +00:00
tos-plus: Fix str vs int bug.
This commit is contained in:
@@ -85,7 +85,7 @@ passwd = ""
|
|||||||
ssid = "Test-SSID"
|
ssid = "Test-SSID"
|
||||||
security = "open"
|
security = "open"
|
||||||
radio_strs = [] # Radios to modify: radio nss channel
|
radio_strs = [] # Radios to modify: radio nss channel
|
||||||
txpkts = 0 # 0 == Run forever
|
txpkts = "0" # 0 == Run forever
|
||||||
sniffer_radios = ""
|
sniffer_radios = ""
|
||||||
wait_sniffer = False
|
wait_sniffer = False
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user