User's Manual

To start continuous transmission:
_test interface wifi tx-chain-mask YY cont-tx XX payload-size 1500
Must use _ before test
Must set channel, power and bandwith first
YY = 0x1 for single chain, or 0x3 for both chains (use this!)
XX = data rate in 500kB/s. (For legacy modes – take the normal data rate and double it,
for example, 802.11b 1Mbs/s – enter in 2, for 802.11g, 11Mb/s – enter in 22; or enter in
MCS#)
Examples:
802.11b, 1Mbs both chains): _test interface wifi0 tx-chain-mask 0x3 cont-tx 2 payload-
size 1500
802.11g, 6Mbs: _test interface wifi tx-chain-mask 0x3 cont-tx 12 payload-size 1500
802.11n20, MCS0: _test interface wifi tx-chain-mask 0x3 cont-tx mcs0 payload-size
1500
To stop transmission: no _test interface wifi0 cont-tx
Must stop transmission before changing any other parameters.
RX Mode:
_test interface wifi0 rx-only
To stop RX mode:
No _test interface wifi0 rx-only