Open main menu

DAVE Developer's Wiki β

DWS ADD-ON/Regulatory domain setup

< DWS ADD-ON
Info Box
DWS top.png Applies to DWS AN


History
Version Issue Date Notes
1.0.0 Apr 2021 First release



Contents

Regulatory domainEdit

A WLAN regulatory domain is a set of laws or policies that control a bounded area.

Currently, there are governing bodies in many countries around the world, like: FCC, IC, RED, Japan (TELEC), Korea (KCC), Brazil (ANATEL), SRRC (China), Australia (RCM)

The main limitations depicted by the regulatory domains affect the available frequencies and the maximum RF power.

Linux setupEdit

To setup the regulatory domain under linux systems use the command iw reg set <country code> where <country code> refers to the Country Codes List

DWS WiFi deviceEdit

The WiFi module supplier provides the embedded FW and the driver SW for assuring that the DWS WiFi device is relesed for good wireless operation for almost all generic WIFI use-cases.

NOTE: during the Certification tests, the regulatory domain setup (frequencies and power) should be verified against the limit and power level for the selected country.

DebugEdit

To debug the actual settings made by the driver, the user should edit the config file /lib/firmware/wlan/qcom_cfg.ini to enbale the log traces, before the insertion of the driver module.

At the start of the file enable the WDA and SME logs:

#Host module debug
vosTraceEnableHDD=0
vosTraceEnableWDA=255
vosTraceEnableWDI=0
vosTraceEnableSME=255
vosTraceEnablePE=0
vosTraceEnableWMA=0
vosTraceEnableVOSS=0

This operation will taint the kernel console with many debug messages.