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.

CC3200如何修改在STA模式下支持1~13信道

Other Parts Discussed in Thread: CC3200

大家好!

  请问CC3200如何修改在STA模式下支持1~13信道,

我在代码中添加

ScanParamConfig.G_Channels_mask = 0x3fff;  // bit mask for channels:1 means channel 1 is enabled, 3 means channels 1 + 2 are enabled  ScanParamConfig.rssiThershold = -70;     // only for RSSI level which is higher than -70  

sl_WlanSet(SL_WLAN_CFG_GENERAL_PARAM_ID ,\    WLAN_GENERAL_PARAM_OPT_SCAN_PARAMS, sizeof(slWlanScanParamCommand_t), \   (_u8*)&ScanParamConfig);

仍然不能支持12和13信道!!

这是为什么?难道CC3200不支持12、13、14信道吗?