TLS Flags#

This section provides a reference to Si91x flags for use in the Transport Layer Security (TLS) protocol functionality.

Macros#

#define

Bit to enable SSL feature.

#define

Bitmap to enable TLS version 1.0.

#define

Bitmap to enable TLS version 1.2.

#define

Bitmap to enable TLS version 1.1.

Macro Definition Documentation#

SL_SI91X_ENABLE_TLS#

#define SL_SI91X_ENABLE_TLS
Value:
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_0
Value:
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_2
Value:
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_1
Value:
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