8devices / carambola2

Carambola 2 - an AR9331/SoC based PCB
GNU General Public License v2.0
56 stars 43 forks source link

Testing Wi-Fi #73

Closed pbn4 closed 3 years ago

pbn4 commented 6 years ago

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.

valinskas commented 6 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.

pbn4 commented 6 years ago

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.

valinskas commented 3 years ago

Closing issue, 2y+ since last activity.