mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 19:58:03 +00:00
Changed default num_stations to 0
This commit is contained in:
@@ -250,7 +250,7 @@ class LFCliBase:
|
|||||||
parser.add_argument('--security', help='WiFi Security protocol: <open | wep | wpa | wpa2 | wpa3 >', 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('--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', '--passphrase', '--password', '--pwd', help='WiFi passphrase', default=None)
|
||||||
parser.add_argument('--num_stations', help='Number of stations to create', default=2)
|
parser.add_argument('--num_stations', help='Number of stations to create', default=0)
|
||||||
parser.add_argument('--debug', help='Enable debugging', default=False, action="store_true")
|
parser.add_argument('--debug', help='Enable debugging', default=False, action="store_true")
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user