SWRU455M February 2017 – October 2020 CC3120 , CC3120MOD , CC3130 , CC3135 , CC3135MOD , CC3220MOD , CC3220MODA , CC3220R , CC3220S , CC3220SF , CC3230S , CC3230SF , CC3235MODAS , CC3235MODASF , CC3235MODS , CC3235MODSF , CC3235S , CC3235SF
Change the WLAN transmit rate. The values can be one of the following:
Example:
_i16 Status;
_i16 rate = SL_WLAN_RATE_1M;
Status = sl_SetSockOpt(soc, SL_SOL_PHY_OPT, SL_SO_PHY_RATE, &rate, sizeof(rate));
if (Status)
{
/* Error */
}
The PHY data rate parameter has no default value, and therefore must be set through the sl_Send operation or through sl_SetSockOpt, as specified in this section.