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