AN14114: RF Test Mode on Linux OS

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

AN14114: RF Test Mode on Linux OS

663 Views
sert1m
Contributor II

We are using IW610G with single antenna for our device and preparing commands for FCC test. We have several questions about RF test mode.  
 
FW versions: 
Kernel: lf-6.12.3-1.0.0 
mwifiex: lf-6.12.20_2.0.0 
imx-firmware: lf-6.12.20_2.0.0 

1. Can we start TX on one device and receive packets on another device with same settings (band, channel etc)? As described at step 8 of this manual: 
https://docs.nxp.com/bundle/AN14114/page/topics/5ghz_rx_command_sequence.html 

2. When we are trying to change bandwidth from 40 MHz or 80MHz we receive error in dmesg. It also seems like 80MHz can only be applied to 5GHz band but it is not mention in the manual: 
https://docs.nxp.com/bundle/AN14114/page/topics/set_the_channel_bandwidth.html 

 
Here is when we are trying to change bandwidth to 80MHz on 2.4GHz. 

echo 'rf_test_mode=1' >> '/proc/mwlan/adapter0/config' 
echo 'tx_continuous=0' >> '/proc/mwlan/adapter0/config' 
echo 'tx_frame=0' >> '/proc/mwlan/adapter0/config' 
echo 'radio_mode=11 0' >> '/proc/mwlan/adapter0/config' 
echo 'band=0' >> '/proc/mwlan/adapter0/config' 
echo 'bw=4' >> '/proc/mwlan/adapter0/config' 
echo 'channel=1' >> '/proc/mwlan/adapter0/config' 
kernel: RF test mode cmd error 
echo 'tx_antenna=1' >> '/proc/mwlan/adapter0/config' 
echo 'rx_antenna=1' >> '/proc/mwlan/adapter0/config' 
echo 'tx_power=0 0 0' >> '/proc/mwlan/adapter0/config' 
echo 'tx_continuous=1 0 0x00000AAA 0 3 1' >> '/proc/mwlan/adapter0/config' 

 

Here is when we are trying to change bandwidth to 40MHz on 2.4GHz. 

echo 'rf_test_mode=1' >> '/proc/mwlan/adapter0/config' 
echo 'tx_continuous=0' >> '/proc/mwlan/adapter0/config' 
echo 'tx_frame=0' >> '/proc/mwlan/adapter0/config' 
echo 'radio_mode=11 0' >> '/proc/mwlan/adapter0/config' 
echo 'band=0' >> '/proc/mwlan/adapter0/config' 
echo 'bw=1' >> '/proc/mwlan/adapter0/config' 
kernel: 5:185m5:185mRFTM_COMMAND ERROR: 0xffffffff 
echo 'channel=1' >> '/proc/mwlan/adapter0/config' 
echo 'tx_antenna=1' >> '/proc/mwlan/adapter0/config' 
echo 'rx_antenna=1' >> '/proc/mwlan/adapter0/config' 
echo 'tx_power=0 0 0' >> '/proc/mwlan/adapter0/config' 
echo 'tx_continuous=1 0 0x00000AAA 0 3 1' >> '/proc/mwlan/adapter0/config' 

 

We still can see that bandwidth parameter was applied in the config. Is this error code critical? 

hardware_status=0 
netlink_num=31 
drv_mode=7 
hssetpara=7,0xff,200,400 
sdcmd52rw=0 0x0 0x00 
rf_test_mode=1 
tx_antenna=1 
rx_antenna=1 
band=0 
bw=1 
channel=1 
radio_mode[0]=11 
radio_mode[1]= 
total rx pkt count=0 
rx multicast/broadcast pkt count=0 
rx fcs error pkt count=0 
tx_power= 
tx_continuous=1 0 0xaaa 0 3 1 
tx_frame=0 
he_tb_tx=0 
trigger_frame=0 
otp_mac_add_rd_wr= 00:00:00:00:00:00  
antcfg=0x1 

 

3. IW610G supports 802.11n/a/g/b and 802.11ax. For TX  Frame and TX Continuous there is possibility to set data rate. It depends on the standard.  

https://docs.nxp.com/bundle/AN14114/page/topics/data_rates.html 

But some data rates do not apply and generate error. For example: 

echo 'rf_test_mode=1' >> '/proc/mwlan/adapter0/config' 
echo 'tx_continuous=0' >> '/proc/mwlan/adapter0/config' 
echo 'tx_frame=0' >> '/proc/mwlan/adapter0/config' 
echo 'radio_mode=11 0' >> '/proc/mwlan/adapter0/config' 
echo 'band=0' >> '/proc/mwlan/adapter0/config' 
echo 'bw=0' >> '/proc/mwlan/adapter0/config' 
echo 'channel=1' >> '/proc/mwlan/adapter0/config' 
echo 'tx_antenna=1' >> '/proc/mwlan/adapter0/config' 
echo 'rx_antenna=1' >> '/proc/mwlan/adapter0/config' 
echo 'tx_power=0 0 0' >> '/proc/mwlan/adapter0/config' 
echo 'tx_continuous=1 0 0x00000AAA 0 3 47' >> '/proc/mwlan/adapter0/config' 
kernel: 5:185m5:185mRFTM_COMMAND ERROR: 0x0000001b 

 

Config still looks like settings were applied. Is this error code critical? Is there any description for such error codes? 

hardware_status=0 
netlink_num=31 
drv_mode=7 
hssetpara=7,0xff,200,400 
sdcmd52rw=0 0x0 0x00 
rf_test_mode=1 
tx_antenna=1 
rx_antenna=1 
band=0 
bw=0 
channel=1 
radio_mode[0]=11 
radio_mode[1]= 
total rx pkt count=0 
rx multicast/broadcast pkt count=0 
rx fcs error pkt count=0 
tx_power= 
tx_continuous=1 0 0xaaa 0 3 47 
tx_frame=0 
he_tb_tx=0 
trigger_frame=0 
otp_mac_add_rd_wr= 00:00:00:00:00:00  
antcfg=0x1 

 

 

 

Tags (2)
0 Kudos
Reply
3 Replies

638 Views
shaun_wu
NXP TechSupport
NXP TechSupport

Hello @sert1m 

 

Can we start TX on one device and receive packets on another device with same settings (band, channel etc)? As described at step 8 of this manual: 

--> It is ok, but why you do so? If you are trying to use antenna to test rf signal, please make sure radio environment is good.

 

When we are trying to change bandwidth from 40 MHz or 80MHz we receive error in dmesg. It also seems like 80MHz can only be applied to 5GHz band but it is not mention in the manual: 

--> 2.4GHz not support 80MHz bandwidth.

 

But some data rates do not apply and generate error.

--> The datarate should match modulation method, you could search internal for the corresponds relationship.

 

Best Regards

Shaun

594 Views
sert1m
Contributor II

Hello @shaun_wu !

Thank you for our response! 

It is ok, but why you do so? If you are trying to use antenna to test rf signal, please make sure radio environment is good.

--> We are trying to test anthena. Unfortynatly, when we start RX on one device and TX on another with the same band, modulation, chanel etc, we cannot see "rx pkt count" etc to be changed. 

2.4GHz not support 80MHz bandwidth.

--> Got it. But what about error "kernel: 5:185m5:185mRFTM_COMMAND ERROR: 0xffffffff " what we set 40 MHz bandwidth? Should it be ignored?

The datarate should match modulation method, you could search internal for the corresponds relationship.
--> Got it, thank you! We will search for it. 

Tags (2)
0 Kudos
Reply

579 Views
shaun_wu
NXP TechSupport
NXP TechSupport

Hello @sert1m 

 

Your test case is like a signalling test, it is different from non-signalling test. For signalling test, you should make DUT work as STA or AP. So that DUT could receive or transmit to destination correctly. wi-fi communication needs pairing, connection ect..

 

Got it. But what about error "kernel: 5:185m5:185mRFTM_COMMAND ERROR: 0xffffffff " what we set 40 MHz bandwidth? Should it be ignored?

--> I observe your input already vailed in configure file, so, no problem.

 

 

0 Kudos
Reply
%3CLINGO-SUB%20id%3D%22lingo-sub-2249385%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3EAN14114%3A%20RF%20Test%20Mode%20on%20Linux%20OS%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2249385%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3E%3CSPAN%3EWe%20are%20using%20IW610G%26nbsp%3Bwith%26nbsp%3Bsingle%26nbsp%3Bantenna%26nbsp%3Bfor%20our%20device%20and%20preparing%20commands%20for%26nbsp%3BFCC%26nbsp%3Btest.%20We%20have%20several%20questions%20about%20RF%20test%20mode.%26nbsp%3B%3C%2FSPAN%3E%3CSPAN%3E%26nbsp%3B%3CBR%20%2F%3E%3C%2FSPAN%3E%3CSPAN%3E%26nbsp%3B%3CBR%20%2F%3E%3C%2FSPAN%3E%3CSPAN%3EFW%20versions%3A%3C%2FSPAN%3E%3CSPAN%3E%26nbsp%3B%3CBR%20%2F%3E%3C%2FSPAN%3E%3CSPAN%3EKernel%3A%20lf-6.12.3-1.0.0%3C%2FSPAN%3E%3CSPAN%3E%26nbsp%3B%3CBR%20%2F%3E%3C%2FSPAN%3E%3CSPAN%3Emwifiex%3A%20lf-6.12.20_2.0.0%3C%2FSPAN%3E%3CSPAN%3E%26nbsp%3B%3CBR%20%2F%3E%3C%2FSPAN%3E%3CSPAN%3Eimx-firmware%3A%20lf-6.12.20_2.0.0%3C%2FSPAN%3E%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%3E1.%20Can%20we%20start%20TX%20on%20one%20device%20and%20receive%20packets%20on%20another%20device%26nbsp%3Bwith%26nbsp%3Bsame%26nbsp%3Bsettings%20(band%2C%20channel%26nbsp%3Betc)%3F%26nbsp%3BAs%20described%26nbsp%3Bat%26nbsp%3Bstep%208%20of%20this%20manual%3A%3C%2FSPAN%3E%3CSPAN%3E%26nbsp%3B%3CBR%20%2F%3E%3C%2FSPAN%3E%3CA%20href%3D%22https%3A%2F%2Fdocs.nxp.com%2Fbundle%2FAN14114%2Fpage%2Ftopics%2F5ghz_rx_command_sequence.html%22%20target%3D%22_blank%22%20rel%3D%22noopener%20nofollow%20noreferrer%22%3E%3CSPAN%3Ehttps%3A%2F%2Fdocs.nxp.com%2Fbundle%2FAN14114%2Fpage%2Ftopics%2F5ghz_rx_command_sequence.html%3C%2FSPAN%3E%3C%2FA%3E%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%3E2.%20When%20we%20are%20trying%20to%20change%20bandwidth%26nbsp%3Bfrom%26nbsp%3B40%20MHz%20or%2080MHz%26nbsp%3Bwe%20receive%26nbsp%3Berror%20in%26nbsp%3Bdmesg.%26nbsp%3BIt%20also%20seems%20like%26nbsp%3B80MHz%20can%20only%20be%20applied%20to%205GHz%26nbsp%3Bband%26nbsp%3Bbut%26nbsp%3Bit%26nbsp%3Bis%26nbsp%3Bnot%26nbsp%3Bmention%26nbsp%3Bin%20the%20manual%3A%3C%2FSPAN%3E%3CSPAN%3E%26nbsp%3B%3CBR%20%2F%3E%3C%2FSPAN%3E%3CA%20href%3D%22https%3A%2F%2Fdocs.nxp.com%2Fbundle%2FAN14114%2Fpage%2Ftopics%2Fset_the_channel_bandwidth.html%22%20target%3D%22_blank%22%20rel%3D%22noopener%20nofollow%20noreferrer%22%3E%3CSPAN%3Ehttps%3A%2F%2Fdocs.nxp.com%2Fbundle%2FAN14114%2Fpage%2Ftopics%2Fset_the_channel_bandwidth.html%3C%2FSPAN%3E%3C%2FA%3E%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%3E%26nbsp%3B%3CBR%20%2F%3E%3C%2FSPAN%3E%3CSPAN%3EHere%20is%20when%20we%26nbsp%3Bare%26nbsp%3Btrying%20to%20change%20bandwidth%20to%2080MHz%20on%26nbsp%3B2.4GHz.%3C%2FSPAN%3E%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3E%3C%2FP%3E%3CPRE%20class%3D%22lia-code-sample%20language-markup%22%3E%3CCODE%3Eecho%20'rf_test_mode%3D1'%20%26gt%3B%26gt%3B%20'%2Fproc%2Fmwlan%2Fadapter0%2Fconfig'%20%0Aecho%20'tx_continuous%3D0'%20%26gt%3B%26gt%3B%20'%2Fproc%2Fmwlan%2Fadapter0%2Fconfig'%20%0Aecho%20'tx_frame%3D0'%20%26gt%3B%26gt%3B%20'%2Fproc%2Fmwlan%2Fadapter0%2Fconfig'%20%0Aecho%20'radio_mode%3D11%200'%20%26gt%3B%26gt%3B%20'%2Fproc%2Fmwlan%2Fadapter0%2Fconfig'%20%0Aecho%20'band%3D0'%20%26gt%3B%26gt%3B%20'%2Fproc%2Fmwlan%2Fadapter0%2Fconfig'%20%0Aecho%20'bw%3D4'%20%26gt%3B%26gt%3B%20'%2Fproc%2Fmwlan%2Fadapter0%2Fconfig'%20%0Aecho%20'channel%3D1'%20%26gt%3B%26gt%3B%20'%2Fproc%2Fmwlan%2Fadapter0%2Fconfig'%20%0Akernel%3A%20RF%20test%20mode%20cmd%20error%20%0Aecho%20'tx_antenna%3D1'%20%26gt%3B%26gt%3B%20'%2Fproc%2Fmwlan%2Fadapter0%2Fconfig'%20%0Aecho%20'rx_antenna%3D1'%20%26gt%3B%26gt%3B%20'%2Fproc%2Fmwlan%2Fadapter0%2Fconfig'%20%0Aecho%20'tx_power%3D0%200%200'%20%26gt%3B%26gt%3B%20'%2Fproc%2Fmwlan%2Fadapter0%2Fconfig'%20%0Aecho%20'tx_continuous%3D1%200%200x00000AAA%200%203%201'%20%26gt%3B%26gt%3B%20'%2Fproc%2Fmwlan%2Fadapter0%2Fconfig'%20%3C%2FCODE%3E%3C%2FPRE%3E%3CP%3E%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%3EHere%20is%20when%20we%26nbsp%3Bare%26nbsp%3Btrying%20to%20change%20bandwidth%26nbsp%3Bto%2040MHz%20on%202.4GHz.%3C%2FSPAN%3E%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3E%3C%2FP%3E%3CPRE%20class%3D%22lia-code-sample%20language-markup%22%3E%3CCODE%3Eecho%20'rf_test_mode%3D1'%20%26gt%3B%26gt%3B%20'%2Fproc%2Fmwlan%2Fadapter0%2Fconfig'%20%0Aecho%20'tx_continuous%3D0'%20%26gt%3B%26gt%3B%20'%2Fproc%2Fmwlan%2Fadapter0%2Fconfig'%20%0Aecho%20'tx_frame%3D0'%20%26gt%3B%26gt%3B%20'%2Fproc%2Fmwlan%2Fadapter0%2Fconfig'%20%0Aecho%20'radio_mode%3D11%200'%20%26gt%3B%26gt%3B%20'%2Fproc%2Fmwlan%2Fadapter0%2Fconfig'%20%0Aecho%20'band%3D0'%20%26gt%3B%26gt%3B%20'%2Fproc%2Fmwlan%2Fadapter0%2Fconfig'%20%0Aecho%20'bw%3D1'%20%26gt%3B%26gt%3B%20'%2Fproc%2Fmwlan%2Fadapter0%2Fconfig'%20%0Akernel%3A%205%3A185m5%3A185mRFTM_COMMAND%20ERROR%3A%200xffffffff%20%0Aecho%20'channel%3D1'%20%26gt%3B%26gt%3B%20'%2Fproc%2Fmwlan%2Fadapter0%2Fconfig'%20%0Aecho%20'tx_antenna%3D1'%20%26gt%3B%26gt%3B%20'%2Fproc%2Fmwlan%2Fadapter0%2Fconfig'%20%0Aecho%20'rx_antenna%3D1'%20%26gt%3B%26gt%3B%20'%2Fproc%2Fmwlan%2Fadapter0%2Fconfig'%20%0Aecho%20'tx_power%3D0%200%200'%20%26gt%3B%26gt%3B%20'%2Fproc%2Fmwlan%2Fadapter0%2Fconfig'%20%0Aecho%20'tx_continuous%3D1%200%200x00000AAA%200%203%201'%20%26gt%3B%26gt%3B%20'%2Fproc%2Fmwlan%2Fadapter0%2Fconfig'%20%3C%2FCODE%3E%3C%2FPRE%3E%3CP%3E%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%3EWe%20still%20can%20see%20that%26nbsp%3Bbandwidth%26nbsp%3Bparameter%20was%20applied%20in%20the%20config.%20Is%20this%20error%20code%20critical%3F%3C%2FSPAN%3E%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3E%3C%2FP%3E%3CPRE%20class%3D%22lia-code-sample%20language-markup%22%3E%3CCODE%3Ehardware_status%3D0%20%0Anetlink_num%3D31%20%0Adrv_mode%3D7%20%0Ahssetpara%3D7%2C0xff%2C200%2C400%20%0Asdcmd52rw%3D0%200x0%200x00%20%0Arf_test_mode%3D1%20%0Atx_antenna%3D1%20%0Arx_antenna%3D1%20%0Aband%3D0%20%0Abw%3D1%20%0Achannel%3D1%20%0Aradio_mode%5B0%5D%3D11%20%0Aradio_mode%5B1%5D%3D%20%0Atotal%20rx%20pkt%20count%3D0%20%0Arx%20multicast%2Fbroadcast%20pkt%20count%3D0%20%0Arx%20fcs%20error%20pkt%20count%3D0%20%0Atx_power%3D%20%0Atx_continuous%3D1%200%200xaaa%200%203%201%20%0Atx_frame%3D0%20%0Ahe_tb_tx%3D0%20%0Atrigger_frame%3D0%20%0Aotp_mac_add_rd_wr%3D%2000%3A00%3A00%3A00%3A00%3A00%20%20%0Aantcfg%3D0x1%20%3C%2FCODE%3E%3C%2FPRE%3E%3CBR%20%2F%3E%3CP%3E%3CSPAN%3E3.%20%3C%2FSPAN%3E%3CSPAN%3EIW610G%20supports%26nbsp%3B802.11n%2Fa%2Fg%2Fb%20and%26nbsp%3B802.11ax.%26nbsp%3BFor%26nbsp%3BTX%20%26nbsp%3BFrame%26nbsp%3Band%20TX%26nbsp%3BContinuous%26nbsp%3Bthere%20is%26nbsp%3Bpossibility%26nbsp%3Bto%20set%20data%20rate.%20It%20depends%20on%26nbsp%3Bthe%20standard.%26nbsp%3B%3C%2FSPAN%3E%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CA%20href%3D%22https%3A%2F%2Fdocs.nxp.com%2Fbundle%2FAN14114%2Fpage%2Ftopics%2Fdata_rates.html%22%20target%3D%22_blank%22%20rel%3D%22noopener%20nofollow%20noreferrer%22%3E%3CSPAN%3Ehttps%3A%2F%2Fdocs.nxp.com%2Fbundle%2FAN14114%2Fpage%2Ftopics%2Fdata_rates.html%3C%2FSPAN%3E%3C%2FA%3E%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%3EBut%20some%20data%20rates%20do%20not%20apply%20and%20generate%26nbsp%3Berror.%26nbsp%3BFor%20example%3A%3C%2FSPAN%3E%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3E%3C%2FP%3E%3CPRE%20class%3D%22lia-code-sample%20language-markup%22%3E%3CCODE%3Eecho%20'rf_test_mode%3D1'%20%26gt%3B%26gt%3B%20'%2Fproc%2Fmwlan%2Fadapter0%2Fconfig'%20%0Aecho%20'tx_continuous%3D0'%20%26gt%3B%26gt%3B%20'%2Fproc%2Fmwlan%2Fadapter0%2Fconfig'%20%0Aecho%20'tx_frame%3D0'%20%26gt%3B%26gt%3B%20'%2Fproc%2Fmwlan%2Fadapter0%2Fconfig'%20%0Aecho%20'radio_mode%3D11%200'%20%26gt%3B%26gt%3B%20'%2Fproc%2Fmwlan%2Fadapter0%2Fconfig'%20%0Aecho%20'band%3D0'%20%26gt%3B%26gt%3B%20'%2Fproc%2Fmwlan%2Fadapter0%2Fconfig'%20%0Aecho%20'bw%3D0'%20%26gt%3B%26gt%3B%20'%2Fproc%2Fmwlan%2Fadapter0%2Fconfig'%20%0Aecho%20'channel%3D1'%20%26gt%3B%26gt%3B%20'%2Fproc%2Fmwlan%2Fadapter0%2Fconfig'%20%0Aecho%20'tx_antenna%3D1'%20%26gt%3B%26gt%3B%20'%2Fproc%2Fmwlan%2Fadapter0%2Fconfig'%20%0Aecho%20'rx_antenna%3D1'%20%26gt%3B%26gt%3B%20'%2Fproc%2Fmwlan%2Fadapter0%2Fconfig'%20%0Aecho%20'tx_power%3D0%200%200'%20%26gt%3B%26gt%3B%20'%2Fproc%2Fmwlan%2Fadapter0%2Fconfig'%20%0Aecho%20'tx_continuous%3D1%200%200x00000AAA%200%203%2047'%20%26gt%3B%26gt%3B%20'%2Fproc%2Fmwlan%2Fadapter0%2Fconfig'%20%0Akernel%3A%205%3A185m5%3A185mRFTM_COMMAND%20ERROR%3A%200x0000001b%20%3C%2FCODE%3E%3C%2FPRE%3E%3CP%3E%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%3EConfig%20still%20looks%20like%20settings%20were%20applied.%26nbsp%3BIs%20this%20error%20code%20critical%3F%26nbsp%3BIs%20there%20any%20description%20for%20such%20error%20codes%3F%3C%2FSPAN%3E%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3E%3C%2FP%3E%3CPRE%20class%3D%22lia-code-sample%20language-markup%22%3E%3CCODE%3Ehardware_status%3D0%20%0Anetlink_num%3D31%20%0Adrv_mode%3D7%20%0Ahssetpara%3D7%2C0xff%2C200%2C400%20%0Asdcmd52rw%3D0%200x0%200x00%20%0Arf_test_mode%3D1%20%0Atx_antenna%3D1%20%0Arx_antenna%3D1%20%0Aband%3D0%20%0Abw%3D0%20%0Achannel%3D1%20%0Aradio_mode%5B0%5D%3D11%20%0Aradio_mode%5B1%5D%3D%20%0Atotal%20rx%20pkt%20count%3D0%20%0Arx%20multicast%2Fbroadcast%20pkt%20count%3D0%20%0Arx%20fcs%20error%20pkt%20count%3D0%20%0Atx_power%3D%20%0Atx_continuous%3D1%200%200xaaa%200%203%2047%20%0Atx_frame%3D0%20%0Ahe_tb_tx%3D0%20%0Atrigger_frame%3D0%20%0Aotp_mac_add_rd_wr%3D%2000%3A00%3A00%3A00%3A00%3A00%20%20%0Aantcfg%3D0x1%20%3C%2FCODE%3E%3C%2FPRE%3E%3CP%3E%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2249919%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20AN14114%3A%20RF%20Test%20Mode%20on%20Linux%20OS%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2249919%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHello%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F245903%22%20target%3D%22_blank%22%3E%40sert1m%3C%2FA%3E%26nbsp%3B%3C%2FP%3E%0A%3CBR%20%2F%3E%0A%3CP%3E%3CSPAN%3ECan%20we%20start%20TX%20on%20one%20device%20and%20receive%20packets%20on%20another%20device%26nbsp%3Bwith%26nbsp%3Bsame%26nbsp%3Bsettings%20(band%2C%20channel%26nbsp%3Betc)%3F%26nbsp%3BAs%20described%26nbsp%3Bat%26nbsp%3Bstep%208%20of%20this%20manual%3A%3C%2FSPAN%3E%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3E%3CSPAN%3E--%26gt%3B%20It%20is%20ok%2C%20but%20why%20you%20do%20so%3F%20If%20you%20are%20trying%20to%20use%20antenna%20to%20test%20rf%20signal%2C%20please%20make%20sure%20radio%20environment%20is%20good.%3C%2FSPAN%3E%3C%2FP%3E%0A%3CBR%20%2F%3E%0A%3CP%3E%3CSPAN%3EWhen%20we%20are%20trying%20to%20change%20bandwidth%26nbsp%3Bfrom%26nbsp%3B40%20MHz%20or%2080MHz%26nbsp%3Bwe%20receive%26nbsp%3Berror%20in%26nbsp%3Bdmesg.%26nbsp%3BIt%20also%20seems%20like%26nbsp%3B80MHz%20can%20only%20be%20applied%20to%205GHz%26nbsp%3Bband%26nbsp%3Bbut%26nbsp%3Bit%26nbsp%3Bis%26nbsp%3Bnot%26nbsp%3Bmention%26nbsp%3Bin%20the%20manual%3A%26nbsp%3B%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3E%3CSPAN%3E--%26gt%3B%202.4GHz%20not%20support%2080MHz%20bandwidth.%3C%2FSPAN%3E%3C%2FP%3E%0A%3CBR%20%2F%3E%0A%3CP%3E%3CSPAN%3EBut%20some%20data%20rates%20do%20not%20apply%20and%20generate%26nbsp%3Berror.%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3E%3CSPAN%3E--%26gt%3B%20The%20datarate%20should%20match%20modulation%20method%2C%20you%20could%20search%20internal%20for%20the%20corresponds%20relationship.%3C%2FSPAN%3E%3C%2FP%3E%0A%3CBR%20%2F%3E%0A%3CP%3E%3CSPAN%3EBest%20Regards%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3E%3CSPAN%3EShaun%3C%2FSPAN%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2251946%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20AN14114%3A%20RF%20Test%20Mode%20on%20Linux%20OS%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2251946%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHello%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F186613%22%20target%3D%22_blank%22%3E%40shaun_wu%3C%2FA%3E%26nbsp%3B!%3CBR%20%2F%3E%3CBR%20%2F%3EThank%20you%20for%20our%20response!%26nbsp%3B%3CBR%20%2F%3E%3CBR%20%2F%3E%3CSPAN%3EIt%20is%20ok%2C%20but%20why%20you%20do%20so%3F%20If%20you%20are%20trying%20to%20use%20antenna%20to%20test%20rf%20signal%2C%20please%20make%20sure%20radio%20environment%20is%20good.%3C%2FSPAN%3E%3CBR%20%2F%3E%3CBR%20%2F%3E--%26gt%3B%20We%20are%20trying%20to%20test%20anthena.%20Unfortynatly%2C%20when%20we%20start%20RX%20on%20one%20device%20and%20TX%20on%20another%20with%20the%20same%20band%2C%20modulation%2C%20chanel%20etc%2C%20we%20cannot%20see%20%22rx%20pkt%20count%22%20etc%20to%20be%20changed.%26nbsp%3B%3CBR%20%2F%3E%3CBR%20%2F%3E%3CSPAN%3E2.4GHz%20not%20support%2080MHz%20bandwidth.%3CBR%20%2F%3E%3C%2FSPAN%3E%3CBR%20%2F%3E--%26gt%3B%20Got%20it.%20But%20what%20about%20error%20%22%3CSPAN%20class%3D%22%22%3E%3CSPAN%20class%3D%22%22%3Ekernel%3A%3C%2FSPAN%3E%3CSPAN%20class%3D%22%22%3E%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3E%3C%2FSPAN%3E%3CSPAN%20class%3D%22%22%3E5%3A185m5%3A185mRFTM_COMMAND%3C%2FSPAN%3E%3CSPAN%20class%3D%22%22%3E%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3E%3C%2FSPAN%3E%3CSPAN%20class%3D%22%22%3EERROR%3A%3C%2FSPAN%3E%3CSPAN%20class%3D%22%22%3E%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3E%3C%2FSPAN%3E%3CSPAN%20class%3D%22%22%3E0xffffffff%3C%2FSPAN%3E%3C%2FSPAN%3E%3CSPAN%20class%3D%22%22%3E%26nbsp%3B%22%20what%20we%20set%2040%20MHz%20bandwidth%3F%20Should%20it%20be%20ignored%3F%3CBR%20%2F%3E%3CBR%20%2F%3E%3CSPAN%3EThe%20datarate%20should%20match%20modulation%20method%2C%20you%20could%20search%20internal%20for%20the%20corresponds%20relationship.%3C%2FSPAN%3E%3CBR%20%2F%3E--%26gt%3B%20Got%20it%2C%20thank%20you!%20We%20will%20search%20for%20it.%26nbsp%3B%3CBR%20%2F%3E%3CBR%20%2F%3E%3C%2FSPAN%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2252889%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20AN14114%3A%20RF%20Test%20Mode%20on%20Linux%20OS%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2252889%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3E%3CSPAN%3EHello%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F245903%22%20target%3D%22_blank%22%3E%40sert1m%3C%2FA%3E%26nbsp%3B%3C%2FSPAN%3E%3C%2FP%3E%0A%3CBR%20%2F%3E%0A%3CP%3E%3CSPAN%3EYour%20test%20case%20is%20like%20a%20signalling%20test%2C%20it%20is%20different%20from%20non-signalling%20test.%20For%20signalling%20test%2C%20you%20should%20make%20DUT%20work%20as%20STA%20or%20AP.%20So%20that%20DUT%20could%20receive%20or%20transmit%20to%20destination%20correctly.%20wi-fi%20communication%20needs%20pairing%2C%20connection%20ect..%3C%2FSPAN%3E%3C%2FP%3E%0A%3CBR%20%2F%3E%0A%3CP%3E%3CSPAN%3EGot%20it.%20But%20what%20about%20error%20%22%3C%2FSPAN%3E%3CSPAN%20class%3D%22%22%3Ekernel%3A%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3E5%3A185m5%3A185mRFTM_COMMAND%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3EERROR%3A%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3E0xffffffff%3C%2FSPAN%3E%3CSPAN%20class%3D%22%22%3E%26nbsp%3B%22%20what%20we%20set%2040%20MHz%20bandwidth%3F%20Should%20it%20be%20ignored%3F%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3E%3CSPAN%20class%3D%22%22%3E--%26gt%3B%20I%20observe%20your%20input%20already%20vailed%20in%20configure%20file%2C%20so%2C%20no%20problem.%3C%2FSPAN%3E%3C%2FP%3E%0A%3CBR%20%2F%3E%0A%3CBR%20%2F%3E%3C%2FLINGO-BODY%3E