SWRU575 December   2020 WL1801MOD , WL1805MOD , WL1807MOD , WL1831MOD , WL1835MOD , WL1837MOD

 

  1.   Trademarks
  2. 1Acquire WL18xx Firmware Version
  3. 2Enable wlcore Driver Kernel Message
    1. 2.1 Debug Parameter Options
    2. 2.2 Activation of Debug Printout
    3. 2.3 Additional Examples to Enable Debug Message Groups
  4. 3Enable Dynamic Debug for wl18xx, mac80211, cfg80211
    1. 3.1 Checking for the Dynamic Debug Compile Switch
    2. 3.2 Enabling Dynamic Debug
  5. 4Enabling and Disabling WiLink8 Features
    1. 4.1 DFS Channel Related Commands
    2. 4.2 Enhanced Low Power Enable/Disable Commands

DFS Channel Related Commands

Reset DFS channels state:

echo 1 > /sys/kernel/debug/ieee80211/phy0/dfs_reset

The number is a bitmap:

bit0 - reset all AVAILABLE dfs channels (to USABLE)

bit1 - reset all UNAVAILABLE dfs channels (to USABLE)

Trigger a debug radar detection command on a channel:

echo <num> > /sys/kernel/debug/ieee80211/phy0/wlcore/wl18xx/radar_detection

<num> is the DFS channel number. Ex: 60.

Note:

  • Trying to trigger radar on non-operational channel will results with no command.
  • For 40 Mhz: trigger the radar on the primary channel only.