Closed pbn4 closed 3 years ago
Hello,
There is no standard way to send a packet at given modulation (11b/11g/11a/11n) from user-space. You will need to hack wireless driver directly. Say by adding some ioctl() handler and doing all the magic in there. For example: in ${KERNEL}/drivers/net/wireless/ath/ath9k/xmit.c file for ath9k driver is the code that is doing transmit part, in ath_buf_set_rate() function TX rate is being selected and etc.
I hope it helps.
Thank you for your feedback. Could you provide us the utilities used for your certification procedure? We only need to validate that it works correctly in front of our authorization authority.
Closing issue, 2y+ since last activity.
Hello,
How one can configure Wi-Fi hardware to broadcast pseudo-random singal in various standards e.g. 802.11b, 802.11g, 802.11n? Working with OpenWRT/LEDE. So far I went through OpenWRT/LEDE docs and found nothing about configuring directly the transceiver.