:orphan: .. title:: CONFIG_LWM2M_SECURITY_DTLS_TLS_CIPHERSUITE_MAX .. kconfig:: CONFIG_LWM2M_SECURITY_DTLS_TLS_CIPHERSUITE_MAX CONFIG_LWM2M_SECURITY_DTLS_TLS_CIPHERSUITE_MAX ############################################## *Maximum # of DTLS/TLS ciphersuite resource instances* Type: ``int`` Help ==== .. code-block:: none This setting sets the maximum number of the resource instances of a security object defined in LWM2M version 1.1. Affects the resource 0/X/16, where X is the object instance number. Direct dependencies =================== \ :kconfig:`LWM2M_SECURITY_OBJECT_VERSION_1_1 ` && \ :kconfig:`LWM2M ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 5 Kconfig definition ================== At ``/net/lib/lwm2m/Kconfig:233`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:87`` → ``/net/lib/Kconfig:18`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols → OMA LWM2M protocol stack .. code-block:: kconfig config LWM2M_SECURITY_DTLS_TLS_CIPHERSUITE_MAX int "Maximum # of DTLS/TLS ciphersuite resource instances" range 0 20 default 5 depends on LWM2M_SECURITY_OBJECT_VERSION_1_1 && LWM2M && NETWORKING help This setting sets the maximum number of the resource instances of a security object defined in LWM2M version 1.1. Affects the resource 0/X/16, where X is the object instance number. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*