xPico
®
200 Certification Firmware Instructions
12
802.11n Transmit Script
wl down
wl mpc 0
wl phy_txpwrctrl 1
wl phy_watchdog 0
wl country ALL
wl PM 0
wl band a
wl 5g_rate -v 7 -s 1 -b 40
wl chanspec -c 38 -b 5 -w 40 -s -1
wl up
wl antdiv 0
wl txant 0
wl txpwr1 -1
wl phy_forcecal 1
wl phy_activecal
wl scansuppress 1
wl pkteng_start 00:90:4c:aa:bb:cc tx 100 2048 0
Similar to the 802.11g script above change the
chanspec
line to set the channel using the
parameter after the
-c
parameter and change the
5g_rate
line to set the bit rate.
The
-b
parameter in the
5g_rate
line and the
-w
parameter in the
chanspec
line sets the
bandwidth. The xPico 200 supports 20Mhz and 40Mhz bandwidth for 802.11n in the 5Ghz band.
The
txant
parameter sets the antenna to either antenna 0 or antenna 1.
Transmit Stop Command
wl pkteng_stop tx
The
wl pkteng_stop tx
command stops the transmit test.