TI中文支持网
TI专业的中文技术问题搜集分享网站

CC3235S launch pad 板 5G 通信

现在使用CC3235S launch pad 板,netwrok Terminal例程 如何进行  5G 功能通信的收发数据测试啊?

Viki Shi:

• Enable/Disable 5-GHz Channels
For CC3235S and CC3235SF devices, this setting enables or disables 5-GHz channels in STA mode.
By default, 5-GHz channels are enabled in the system and the scanning time might be longer due to
the total number of enabled channels. In deployments that do not use these channels, disabling the
channels might improve the scan time and power consumption.
The mode can be changed by setting 0 to disable 5-GHz channels and 1 to enable.
Example:
_i16 Status;
_u8 Mode = 0; //0 disable 5GHz mode
Status = sl_WlanSet(SL_WLAN_CFG_GENERAL_PARAM_ID, WLAN_GENERAL_PARAM_OPT_ENABLE_5G, 1, (_u8
*)&Mode);
if( Status )
{
/* error */
}

赞(0)
未经允许不得转载:TI中文支持网 » CC3235S launch pad 板 5G 通信
分享到: 更多 (0)