:orphan: .. title:: NET_CONFIG_IEEE802154_PAN_ID .. option:: CONFIG_NET_CONFIG_IEEE802154_PAN_ID *IEEE 802.15.4 PAN ID* Type: ``hex`` Help ==== The PAN ID to use by default in the sample. Direct dependencies =================== (\ :option:`NET_L2_IEEE802154 ` || \ :option:`IEEE802154_RAW_MODE `) && \ :option:`NET_CONFIG_SETTINGS ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0xabcd Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/lib/config/Kconfig:127`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:89`` → ``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 .. parsed-literal:: config NET_CONFIG_IEEE802154_PAN_ID hex "IEEE 802.15.4 PAN ID" default 0xabcd depends on (\ :option:`NET_L2_IEEE802154 ` || \ :option:`IEEE802154_RAW_MODE `) && \ :option:`NET_CONFIG_SETTINGS ` && \ :option:`NETWORKING ` help The PAN ID to use by default in the sample. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*