Examples
-
Measure CSI of 802.11ax packets on frequency 5180 MHz and channel width 160 MHz and save it to file with name csi.dat:
feitcsi --frequency 5180 --channel-width 160 --format HESU --output-file csi.dat -v
-
Inject VHT frames on frequency 5260 MHz and channel width 80 MHz every 5ms, 11 times:
feitcsi --mode inject --frequency 5260 --channel-width 80 --format VHT --inject-delay 5000 --inject-repeat 11 -v
-
Measure CSI and inject HT frames on frequency 2412 MHz and channel width 20 MHz every 10ms, 133 times
feitcsi --mode measureinject --frequency 2412 --channel-width 20 --format HT --inject-delay 10000 --inject-repeat 133 -v
-
Start FTM responder with MAC address 00:11:22:33:44:56
feitcsi --mode ftmres --frequency 2412 --format HT --channel-width 20 --mac 00:11:22:33:44:56 -v
-
Start FTM initiator to MAC 00:11:22:33:44:56
feitcsi --mode ftm --frequency 2412 --format HT --channel-width 20 --ftm-mac 00:11:22:33:44:56 --ftm-asap -v
-
Start FTM initiator to MAC 00:11:22:33:44:56 and measure CSI in switching mode for each 3000ms (by default)
feitcsi --mode measureftm --frequency 2412 --format HT --channel-width 20 --ftm-mac 00:11:22:33:44:56 --ftm-asap -v
-
Start FTM responder with MAC 00:11:22:33:44:56 and inject frames in switching mode for each 3000ms (by default)
feitcsi --mode injectftmres --frequency 2412 --format HT --channel-width 20 --mac 00:11:22:33:44:56 -v