-
CONFIG_LWM2M_SECURITY_KEY_SIZE
¶
Buffer size of the security key resources
Type: int
Help¶
This setting establishes the size of the key (pre-shared / public) resources in the security object instances.
Defaults¶
- 16 if
LWM2M
&&NETWORKING
Kconfig definition¶
At subsys/net/lib/lwm2m/Kconfig:104
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:24
→ subsys/net/Kconfig:84
→ subsys/net/lib/Kconfig:17
Menu path: (top menu) → Networking → Network Protocols → OMA LWM2M protocol stack
config LWM2M_SECURITY_KEY_SIZE int prompt "Buffer size of the security key resources" ifLWM2M
&&NETWORKING
range 16 256 ifLWM2M
&&NETWORKING
default 16 ifLWM2M
&&NETWORKING
depends onLWM2M
&&NETWORKING
help This setting establishes the size of the key (pre-shared / public) resources in the security object instances.
(Definitions include propagated dependencies, including from if’s and menus.)