xPico
®
200 Certification Firmware Instructions
10
802.11g Transmit Script
wl down
wl country ALL
wl band b
wl chanspec -c 1 -b 2 -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
In the
wl chanspec -c 1 -b 2 -w 20 -s 0
line,
-c 1
sets the channel to channel 1. Change the
1
parameter to any integer from 1 to 14 to specify the channel.
Use the
wl nrate -r 54
line to modify the bit rate. The
-r 54
sets the rate to 54Mbps.
wl nrate -m 0 -s 0
is for MCS0.
wl nrate -m 7 -s 0
is for MCS7.
The
txant
parameter sets the antenna to either antenna 0 or antenna 1