10
The information contained herein is the exclusive property of AzureWave and shall not be distributed, reproduced, or
disclosed in whole or in part without prior written permission of AzureWave.
----------------------------------------------------------------------
3.2.2 802.11b/g Tx in 2.4G
----------------------------------------------------------------------
./wlfmac down
./wlfmac rsdb_mode 0
./wlfmac mpc 0
./wlfmac phy_watchdog 0
./wlfmac country ALL
./wlfmac band b
./wlfmac channel 7
./wlfmac mimo_txbw -1
./wlfmac txchain [X]
→
Core 0: X=1; Core 1: X=2
./wlfmac up
./wlfmac phy_forcecal 1
./wlfmac scansuppress 1
./wlfmac 2g_rate -r 11 -b 20
→
-r=11b/g rate, -b=20MHz BW
# for close loop power control
./wlfmac phy_txpwrctrl 1
→
close loop power control
./wlfmac txpwr1 -o -d [X]
→
X=user defined TX power
# for open loop power control
./wlfmac phy_txpwrctrl 0
→
open loop power control
./wlfmac phy_txpwrindex [Y]
→
Tx power index in the range of 0-127
./wlfmac pkteng_start 00:11:22:33:44:55 tx 100 1024 0
./wlfmac pkteng_stop tx
→
stop Tx transmission
# After the temperature is stable, please resend the command phy_forcecal 1.
./wlfac phy_forcecal 1