CONFIG_NET_CONFIG_IEEE802154_SECURITY_KEY_MODE
IEEE 802.15.4 security key mode
Type: int
Help
The key mode to use for the link-layer security part.
Only implicit mode is supported, thus 0.
Direct dependencies
NET_L2_IEEE802154_SECURITY
&& (NET_L2_IEEE802154
|| IEEE802154_RAW_MODE
) && NET_CONFIG_SETTINGS
&& NETWORKING
(Includes any dependencies from ifs and menus.)
Default
0
Kconfig definition
At <Zephyr>/subsys/net/lib/config/Kconfig:153
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:39
→ <Zephyr>/subsys/net/Kconfig:87
→ <Zephyr>/subsys/net/lib/Kconfig:28
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Libraries → Set network settings for applications
config NET_CONFIG_IEEE802154_SECURITY_KEY_MODE
int "IEEE 802.15.4 security key mode"
range 0 0
default 0
depends on NET_L2_IEEE802154_SECURITY && (NET_L2_IEEE802154 || IEEE802154_RAW_MODE) && NET_CONFIG_SETTINGS && NETWORKING
help
The key mode to use for the link-layer security part.
Only implicit mode is supported, thus 0.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)