nrfxlib API 3.3.99
Loading...
Searching...
No Matches

◆ NRF_SO_SEC_TAG_LIST

#define NRF_SO_SEC_TAG_LIST   1

#include <nrf_modem/include/nrf_socket.h>

Select an array of security tags to use for credentials when connecting.

This option accepts a list of nrf_sec_tag_t values. The option length is the size in bytes of the array of security tags. Passing NULL as an option value and 0 as an option length removes all security tags associated with a socket.

By default, no security tags are associated with a socket. The maximum number of security tags is given by the NRF_SOCKET_TLS_MAX_SEC_TAG_LIST_SIZE macro.