How can I run a continuous Tx from the WLAN CLI?
Load the driver and leave it disconnected from AP, follow the following steps: • put device in Ative mode / w p 1 f 2 • Tune to channel 11 / t r h 0 11 • In order to Tx in 11G mode (Rate 54M) you need to run the following command: / t r t n 2000 4096 1000 0 16375 0 3 0 0 4 0 0 1 1 11:22:33:44:55:66 • In order to Tx in 11N mode (MCS7) you need to run the following command: / t r t n 2000 1048576 1000 0 15875 0 3 0 0 6 0 0 1 0 11:22:33:44:55:66 • In order to Tx in 11B mode (Rate 11) you need to run the following command: / t r t n 2000 32 2048 0 22125 0 3 0 0 0 0 0 1 1 11:22:33:44:55:66 / q Folowing is a short description of the command fields: * 0 – Delay : 5000 ( 5 ms) * 1 – Rate: 1 Mbps * 2 – Size: 2000 bytes * 3 – Amount: 0 (we are using continuous, no need to know how many we are sending) * 4 – Power: 2000 * 5 – Seed: 10000 * 6 – Packet Mode: 3 (continuous) * 7 – DCF On/Off: 0 (off) * 8 – GI: 0 (long 800ns) * 9 – Preamble: 1 (short) * 10 – Type: 0 (Data) * 11 – Scrambler: 0 (off) *