how to set country code for using 1~13 ch and ap's 11n only mode

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

cross mob
Anonymous
Not applicable

product that we make is for united state market.

we need under spec.

1. we want to use 1~13 ch.

2. we want to use each mode(b/g/n)

if WICED_COUNTRY_UNITED_STATES is configured then 12, 13 ch can not use

if WICED_COUNTRY_KOREA_REPUBLIC_OF is configured then A connection to a 802.11n-only AP can not be established.

Depending on the country code changes, what is change?

Does anyone have an explanation for the behaviour?

I think that regardless of changing country code, wifi module must establish 802.11n-only ap

I have one more question

    *data = (uint32_t) GMODE_PERFORMANCE;

    retval = wwd_sdpcm_send_ioctl( SDPCM_SET, WLC_SET_GMODE, buffer, 0, WWD_STA_INTERFACE );

after applying upper code, i checked "probe request" packet

but this code dosent apply packet.

and if GMODE_B_DEFERRED, GMODE_ONLY is configured, wifi can not work

thanks

0 Likes
1 Solution

FYI,

There is a issue about setting country code to WICED_COUNTRY_KOREA_REPUBLIC_OF

on sdk-3.5.2. (Thought it's reported on a different platform, might be related.)

https://community.broadcom.com/thread/6756

View solution in original post

0 Likes
5 Replies
JoYi_1844281
Level 6
Level 6
100 sign-ins 100 replies posted 50 likes received

US not allow WiFi product used Ch 12~14 in 2.4GHz ! it's FCC regulation!

Anonymous
Not applicable

thanks for reply so much

We know fcc regulation that ch 12 ~ 14 is not used

but....

if WICED_COUNTRY_KOREA_REPUBLIC_OF is configured

wifi module can NOT establish ap configured establish 802.11n-only mode

I think that regardless of changing country code, wifi module must establish 802.11n-only mode's ap

Depending on the country code changes, what is changed??

0 Likes

coolguy wrote:

but....

if WICED_COUNTRY_KOREA_REPUBLIC_OF is configured

wifi module can NOT establish ap configured establish 802.11n-only mode

Which platform & SDK version are you using?

0 Likes
Anonymous
Not applicable

we use uder info

- wiced version : 3.5.2

- wifi module : BCM43362

- main mcu : stm32f

please answer me my qeustion.

0 Likes

FYI,

There is a issue about setting country code to WICED_COUNTRY_KOREA_REPUBLIC_OF

on sdk-3.5.2. (Thought it's reported on a different platform, might be related.)

https://community.broadcom.com/thread/6756

0 Likes