SWRU455M February 2017 – October 2020 CC3120 , CC3120MOD , CC3130 , CC3135 , CC3135MOD , CC3220MOD , CC3220MODA , CC3220R , CC3220S , CC3220SF , CC3230S , CC3230SF , CC3235MODAS , CC3235MODASF , CC3235MODS , CC3235MODSF , CC3235S , CC3235SF
The SimpleLink transceiver mode lets the host transmit Wi-Fi frames in disconnected mode only. The SimpleLink network stack can be bypassed by using the layer 2 RAW socket. Layer 2 lets hosts implement their own network stack and applications. For more information, see Section 13.
Example:
i16 Sd;
Sd = sl_Socket(SL_AF_RF, SL_SOCK_DGRAM, Channel);
if( 0 > Sd )
{
// error
}
The SimpleLink transceiver mode lets the host transmit Wi-Fi frames in disconnected mode only. For more detailed information, see Section 14.
Example:
_i16 Sd, Channel = 11;
Sd = sl_Socket(SL_AF_RF, SL_SOCK_RAW, Channel);
if( 0 > Sd )
{
// error
}