主题中讨论的其他器件:UNIFLASH、、 CC3135
尊敬的团队:
在 uniflash 中、有一个国家/地区设置、可以设置为 EU 或 US
是否有一个 Simplelink API 通过软件执行此操作?
提前感谢
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
您好!
是的、是的。 STA 和 AP 模式有单独的参数。 例如、对于 STA 模式:
_u8* str = (_u8 *) country; // string of 2 characters. i.e. - "US" sl_WlanSet(SL_WLAN_CFG_GENERAL_PARAM_ID, SL_WLAN_GENERAL_PARAM_OPT_COUNTRY_CODE, 2, str);
1月
您好!
我认为检测可以通过某种方式实现、但不能通过您所述的方式实现。 您将需要按收发器模式实施无源通道扫描。
您不能将 sl_WlanGetNetworkList ()用于此目的。 要通过所有渠道进行扫描、您需要将国家/地区代码设置为 EU。 但是、如果器件将位于美国、则在通道12、13上发送探测请求、因此这将违反法律。 第二个原因是 sl_WlanGetNetworkList()不返回国家代码。 国家/地区代码由 API sl_WlanGetExtNetworkList ()返回、CC3135和 CC3235器件支持、但 CC3220不支持。
1月