diff --git a/py-scripts/example_wpa_connection.py b/py-scripts/example_wpa_connection.py index 29a7fe6d..a5a9d012 100755 --- a/py-scripts/example_wpa_connection.py +++ b/py-scripts/example_wpa_connection.py @@ -70,8 +70,7 @@ def main(): # formatter_class=argparse.RawDescriptionHelpFormatter, formatter_class=argparse.RawTextHelpFormatter, epilog='''\ - Create layer-4 endpoints and test that the bytes-rd from the chosen URL are increasing over the - duration of the test + Example code that creates a specified amount of stations on a specified SSID using WPA security. ''', description='''\ @@ -84,8 +83,8 @@ def main(): --port 8080 (optional) \\ --num_stations 3 \\ --security {open|wep|wpa|wpa2|wpa3} \\ - --ssid netgear \\ - --password admin123 \\ + --ssid netgear-wpa \\ + --passwd admin123-wpa \\ --debug Note: multiple --radio switches may be entered up to the number of radios available: diff --git a/py-scripts/test_generic.py b/py-scripts/test_generic.py index 0ac011ba..42e91526 100755 --- a/py-scripts/test_generic.py +++ b/py-scripts/test_generic.py @@ -129,7 +129,7 @@ python3 ./test_generic.py --upstream_port eth1 \\ --num_stations 3 \\ --security {open|wep|wpa|wpa2|wpa3} \\ --ssid netgear \\ - --password admin123 \\ + --passwd admin123 \\ --type lfping # {generic|lfping|iperf3|lf_curl} \\ --dest 10.40.0.1 \\ --test_duration 2m \\