WIFI DFS测试要求
4.6.2.3 Channel Shutdown ---信道关闭
是指一个设备自检测到雷达信号后,到停止相应的信道传输的过程,包括信道关闭传输时间和信道移除时间。
QCA6174 DFS测试调试指令
setRadar
This command is used to inject a fake radar indication to the protocol stack and
test the channel change functionality of SAP.
Usage: “iwpriv wlan0 setRadar 1”
setNextChnl
This command must be issued before the setRadar command, to set the next
required channel for SAP to operate on when setRadar command is executed. In the
following example 100 will be the next channel that SAP is going to operate on when
setRadar command is issued.
Usage: “iwpriv wlan0 setNextChnl 100”
setDfsIgnoreCAC
This command is used to disable channel availability check wait time
and immediately starts beaconing when SAP starts operating on a DFS channel.
Usage: “iwpriv wlan0 setDfsIgnoreCAC 1”
iwpriv wlan0 setRadar 1 //模拟雷达信号指令