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信道!!
扫描WIFI信号的时候,一但路由器的信道设置成12,或13信道就无法扫描到这个路由器,请问是什么原因 ,是CC3200不支持这两个信道吗,还是我哪里没配置正确
Kevin Qiu1:
看下之前的回复,默认设置country是US,只支持1-11通道e2echina.ti.com/…/200998