TLS Flags#
This section provides a reference to Si91x flags for use in the Transport Layer Security (TLS) protocol functionality.
Macros#
#define
SL_SI91X_ENABLE_TLS BIT(0)
Bit to enable SSL feature.
#define
SL_SI91X_TLS_V_1_0 BIT(2)
Bitmap to enable TLS version 1.0.
#define
SL_SI91X_TLS_V_1_2 BIT(3)
Bitmap to enable TLS version 1.2.
#define
SL_SI91X_TLS_V_1_1 BIT(4)
Bitmap to enable TLS version 1.1.