SWRU455M February 2017 – October 2020 CC3120 , CC3120MOD , CC3130 , CC3135 , CC3135MOD , CC3220MOD , CC3220MODA , CC3220R , CC3220S , CC3220SF , CC3230S , CC3230SF , CC3235MODAS , CC3235MODASF , CC3235MODS , CC3235MODSF , CC3235S , CC3235SF
Host driver commands are used to start and operate the transceiver mode.
To use transceiver mode, the device must be set in STA role, be disconnected, and have disabled previous connection policies that might try to automatically connect to an AP.
Example:
_i16 Status;
Status = sl_WlanPolicySet(SL_WLAN_POLICY_CONNECTION,SL_CONNECTION_POLICY(0,0,0,0,0),NULL,0);
if( Status )
{
/* error */
}
Status = sl_WlanDisconnect();
if( Status )
{
/* error */
}