mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
password argument change, saving executable perm for scripts
This commit is contained in:
@@ -249,7 +249,7 @@ class LFCliBase:
|
||||
parser.add_argument('--radio', help='radio EID, e.g: 1.wiphy2', default=None)
|
||||
parser.add_argument('--security', help='WiFi Security protocol: <open | wep | wpa | wpa2 | wpa3 >', default=None)
|
||||
parser.add_argument('--ssid', help='SSID for stations to associate to', default=None)
|
||||
parser.add_argument('--passwd', '--passphrase', '--password', '--pwd', help='WiFi passphrase', default=None)
|
||||
parser.add_argument('--passwd', help='WiFi passphrase', default=None)
|
||||
parser.add_argument('--num_stations', help='Number of stations to create', default=0)
|
||||
parser.add_argument('--test_id', help='Test ID (intended to use for ws events)', default="webconsole")
|
||||
parser.add_argument('--debug', help='Enable debugging', default=False, action="store_true")
|
||||
|
||||
0
py-scripts/test_l3_scenario_throughput.py
Normal file → Executable file
0
py-scripts/test_l3_scenario_throughput.py
Normal file → Executable file
0
py-scripts/wlan_capacity_calculator.py
Normal file → Executable file
0
py-scripts/wlan_capacity_calculator.py
Normal file → Executable file
0
py-scripts/ws_generic_monitor_test.py
Normal file → Executable file
0
py-scripts/ws_generic_monitor_test.py
Normal file → Executable file
Reference in New Issue
Block a user