Carrier sense test for authentication

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
HIUR_3769846
Level 3
Level 3
First like given Welcome!

Hi,

Now I try to get authentication in JAPAN. I need to test carrier sense function. I have a question about the test.console project. Can I test carrier sense by test.console project? I’m concerned about that transmission of iperf in test.console project is done based by carrier sense. Because our devices seem to transmit unless in spite of inputting noise to our device.

In addition, is there the command or method to change the threshold of carrier sense?

BRs,

Hiroyuki

0 Likes
1 Solution

You need to use the mfg test app, and use below list for the CW test , if you want to decrease the TX power,  find the NVRAM in the release named with wifi_nvram_image.h , decrease the value with 0x04 every  step for the test like from 0x46  to  0x42.

    "maxp2ga0=0x4a"                                                  "\x00"
    "maxp5ga0=0x46,0x46,0x42,0x42"                                   "\x00"

wl --serial 106 down

wl --serial 106 country ALL

wl --serial 106 band b

wl --serial 106 mpc 0

wl --serial 106 up

wl --serial 106 out

wl --serial 106 fqacurcy 6

View solution in original post

4 Replies
Zhengbao_Zhang
Moderator
Moderator
Moderator
250 sign-ins First comment on KBA 10 questions asked

Hello:

Do you mean Carrier wave test for wifi?

0 Likes

Hi,

I would like to test power detection for carrier sensing in 5GHz.

0 Likes

So which chip is used for the test ?

0 Likes

You need to use the mfg test app, and use below list for the CW test , if you want to decrease the TX power,  find the NVRAM in the release named with wifi_nvram_image.h , decrease the value with 0x04 every  step for the test like from 0x46  to  0x42.

    "maxp2ga0=0x4a"                                                  "\x00"
    "maxp5ga0=0x46,0x46,0x42,0x42"                                   "\x00"

wl --serial 106 down

wl --serial 106 country ALL

wl --serial 106 band b

wl --serial 106 mpc 0

wl --serial 106 up

wl --serial 106 out

wl --serial 106 fqacurcy 6