User's Manual
- 12 -
wl 5g_rate -h
7
-b
20
wl phy_txpwrctrl 1
wl txpwr1 -o -d
12
wl pkteng_start 00:11:22:33:44:55 tx
100 1024
0
This will send continuous Tx Packets with 100 us packet interval,1024 byte packet length. Data rate =
MCS7 ,Bandwidth=20Mhz, Channel=36 and output power =12dBm.
5G 11n 40 SISO rate:
wl mpc 0
wl phy_watchdog 0
wl country ALL
wl band
a
wl chanspec
38/40
wl up
wl phy_forcecal 1
wl scansuppress 1
wl txchain 1
wl txcore -s 1 -c 1
wl 5g_rate -h
7
-b
40
wl phy_txpwrctrl 1
wl txpwr1 -o -d
12
wl pkteng_start 00:11:22:33:44:55 tx
100 1024
0
This will send continuous Tx Packets with 100 us packet interval,1024 byte packet length. Data rate =
MCS7 ,Bandwidth=40Mhz, Channel=38 and output power =12dBm.
CREATING A Rx TEST
(In Ubuntu linux 12.04)
1. Open the Terminal, enter the command: sudo su and password.
2. Enter
Insmod /(path of dhd.ko file) firmware_path=/(path of firmware file) nvram_path=/(path of nvram file)
to enable.
3. Enter the wl ver command to check the current WL driver version.