xPico
®
200 Certification Firmware Instructions
11
802.11a Transmit Script
wl down
wl country ALL
wl band a
wl chanspec -c 100 -b 5 -w 20 -s 0
wl mpc 0
wl ampdu 1
wl bi 65000
wl frameburst 1
wl rateset 54b
wl up
wl txant 0
wl antdiv 0
wl nrate -r 54
wl phy_watchdog 0
wl disassoc
wl phy_forcecal 1
wl phy_activecal
wl txpwr1 -1
wl pkteng_start 00:90:4c:aa:bb:cc tx 20 1024 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
nrate
line to set the bit rate.
The
txant
parameter sets the antenna to either antenna 0 or antenna 1.