diff --git a/py-scripts/sta_connect_multi_example.py b/py-scripts/sta_connect_multi_example.py index 3b4620ce..ccf1b6ab 100755 --- a/py-scripts/sta_connect_multi_example.py +++ b/py-scripts/sta_connect_multi_example.py @@ -32,7 +32,7 @@ def main(): test.resource = 1 test.dut_security = sta_connect.OPEN test.dut_ssid = "jedway-open" - test.dut_passwd = "NA" + test.dut_passwd = "[BLANK]" test.station_names = station_names test.runtime_secs = 500 test.cleanup_on_exit = False