CONFIG_LWM2M_SECURITY_DTLS_TLS_CIPHERSUITE_MAX
Maximum # of DTLS/TLS ciphersuite resource instances
Type: int
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.
Direct dependencies
LWM2M_SECURITY_OBJECT_VERSION_1_1
&& LWM2M
&& NETWORKING
(Includes any dependencies from ifs and menus.)
Default
5
Kconfig definition
At <Zephyr>/subsys/net/lib/lwm2m/Kconfig:233
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:39
→ <Zephyr>/subsys/net/Kconfig:87
→ <Zephyr>/subsys/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
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.)