Contents
- Create an ssh connection
- Operation method: Linux Command
- Turn on testmode
- variable
- NHX4019 athtestcmd example
Create an ssh connection
https://dev.azure.com/lede/bitswrt-UserGuides/_wiki/wikis/UserGuides/1689/debug-ssh
Operation method: Linux Command
Turn on testmode
wifi downrmmod monitorrmmod wifi_3_0rmmod wifi_2_0rmmod qca_olinsmod qca_ol testmode=1insmod wifi_3_0insmod wifi_2_0
variable
--txfreq 2412 --txchain 1
- For variable definitions, see:comand options
NHX4019 athtestcmd example
2.4G
- TX on
athtestcmd -i wifi0 --tx sine --txfreq 2412 --txchain 1athtestcmd -i wifi0 --tx sine --txfreq 2437 --txchain 1athtestcmd -i wifi0 --tx sine --txfreq 2462 --txchain 1
- TX off
athtestcmd --tx off
5G
- TX on
athtestcmd -i wifi1 --tx sine --phyId 0 --txfreq 5210 --txchain 1athtestcmd -i wifi1 --tx sine --phyId 0 --txfreq 5530 --txchain 1athtestcmd -i wifi1 --tx sine --phyId 0 --txfreq 5610 --txchain 1athtestcmd -i wifi1 --tx sine --phyId 0 --txfreq 5690 --txchain 1athtestcmd -i wifi1 --tx sine --phyId 0 --txfreq 5775 --txchain 1athtestcmd -i wifi1 --tx sine --phyId 0 --txfreq 5855 --txchain 1
- TX off
athtestcmd --tx off