WiFi Regulatory Testing

Started by mike_s, April 13, 2016, 02:12:59 AM

Previous topic - Next topic

mike_s

Does any one know how to go about doing frequency testing (ie for FCC or CE compliance)

Is there a standard mechanism for doing that on either Openwrt or Linux in general?

Thanks.

wouter

Testing for FCC and CE compliance is always done in a controlled environment (https://en.wikipedia.org/wiki/Anechoic_chamber).

In this lab they perform emission and immunity test with dedicated hardware.

mike_s

Quote from: wouter on April 15, 2016, 09:49:14 AM
Testing for FCC and CE compliance is always done in a controlled environment (https://en.wikipedia.org/wiki/Anechoic_chamber).

In this lab they perform emission and immunity test with dedicated hardware.


Sorry, What I am interested in here is the mechanism in the driver to send out carrier frequency on a specific channel.  In the original Ralink driver, there are private IOCTLs which would allow me to send arbitrary commands to the driver.  In the driver that is being used right now, those do not exist.  I was wondering if there is some standard mechanism in Linux to control the hardware in this way.  Thanks