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.
Macro Definition Documentation#
SL_SI91X_ENABLE_TLS#
#define SL_SI91X_ENABLE_TLSValue:
BIT(0)
Bit to enable SSL feature.
Definition at line
50
of file components/device/silabs/si91x/wireless/inc/sl_si91x_constants.h
SL_SI91X_TLS_V_1_0#
#define SL_SI91X_TLS_V_1_0Value:
BIT(2)
Bitmap to enable TLS version 1.0.
Definition at line
53
of file components/device/silabs/si91x/wireless/inc/sl_si91x_constants.h
SL_SI91X_TLS_V_1_2#
#define SL_SI91X_TLS_V_1_2Value:
BIT(3)
Bitmap to enable TLS version 1.2.
Definition at line
56
of file components/device/silabs/si91x/wireless/inc/sl_si91x_constants.h
SL_SI91X_TLS_V_1_1#
#define SL_SI91X_TLS_V_1_1Value:
BIT(4)
Bitmap to enable TLS version 1.1.
Definition at line
59
of file components/device/silabs/si91x/wireless/inc/sl_si91x_constants.h