diff --git a/py-scripts/lf_snp_test.py b/py-scripts/lf_snp_test.py index 131793c1..f1fd9b84 100755 --- a/py-scripts/lf_snp_test.py +++ b/py-scripts/lf_snp_test.py @@ -1387,7 +1387,7 @@ python .\\lf_controller_snp.py --test_duration --endp_type --controller_dfs True/False --mgr +python3 lf_controller_snp.py --controller_ctlr --mgr --controller_channel --controller_chan_width <20,40,80,120> --endp_type 'lf_udp lf_tcp mc_udp' --upstream_port <1.ethX> --radio "radio== stations== ssid== ssid_pw== security== wifimode==" --radio "radio== stations== ssid== ssid_pw== security== wifimode==" @@ -1423,7 +1423,6 @@ BK, BE, VI, VO: Optional wifi related Tos Settings. Or, use your preferred num --controller_prompt ',default="(controller Controller) > --controller_ap ',default="APA453.0E7B.CF9C" ---controller_dfs ',default=False --controller_channel ',default=None , no change --controller_chan_width <20 40 80 160>',default="20",choices=["20","40","80","160"] --controller_band ',default="a",choices=["a", "b", "abgn"] @@ -1455,7 +1454,6 @@ Example: (remove carriage returns) Example #2 using controller controller 1. controller controller at 192.168.100.112 -2. controller dfs True 3. controller channel 52 4. controller channel width 20 5. traffic 'lf_udp lf_tcp mc_udp' @@ -1466,7 +1464,7 @@ Example #2 using controller controller 10. duration 1m Example: -./lf_snp_test.py --controller_ctlr 192.168.100.112 --controller_dfs True --mgr 192.168.100.178 +./lf_snp_test.py --controller_ctlr 192.168.100.112 --mgr 192.168.100.178 --controller_channel 52 --controller_chan_width 20 --endp_type 'lf_udp lf_tcp' --upstream_port 1.eth3 --radio "radio==1.wiphy0 stations==3 ssid==test_candela ssid_pw==[BLANK] security==open" --radio "radio==1.wiphy1 stations==16 ssid==test_candela ssid_pw==[BLANK] security==open" @@ -1683,8 +1681,6 @@ LANforge information on what is displayed in the Column and how to access the va parser.add_argument('-ctp','--controller_tx_power', help='--controller_tx_power <1 | 2 | 3 | 4 | 5 | 6 | 7 | 8> 1 is highest power default NA NA means no change',default="NA" ,choices=["1","2","3","4","5","6","7","8","NA"]) - parser.add_argument('-dfs','--controller_dfs', help='--controller_dfs, switch to enable dfs testing', action='store_true') - parser.add_argument('-dft','--controller_dfs_time', help='--controller_dfs_time, time to wait prior to sending radar signal default 30s', default='30s') parser.add_argument('-hrd','--radar_duration', help='--radar_duration, hack rf radar duration default 5s', default='5s') parser.add_argument('-cco','--cap_ctl_out', help='--cap_ctl_out , switch the controller controller output will be captured', action='store_true')