Atheros_CSI_tool_OpenWRT_src
Atheros_CSI_tool_OpenWRT_src copied to clipboard
Use correct injector version
At the moment the makefile points to an old version of the injector that does nothing when being launched (apart from parameter parsing, https://github.com/xieyaxiongfly/lorcon/blob/80be82a9bee088dc9ebd42fd61366b7abe182331/tools/injector.c)
This updates the makefile to point to the newest version.
I am trying the new injector it is not doing anything ? has only the following options . Am I missing something ?
root@OpenWrt:/tmp# injector
Must specify an interface
Usage: injector [options]
-i
You need to specify the parameters it's asking for. So call injector -i wlan0 to e.g. specify the interface you want it to run on, same for all the other options.