The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_NET_CONFIG_IEEE802154_CHANNEL

IEEE 802.15.4 channel

Type: int

Help

The channel to use by default in the sample application.

Direct dependencies

(NET_L2_IEEE802154 || IEEE802154_RAW_MODE) && NET_CONFIG_SETTINGS && NETWORKING

(Includes any dependencies from if’s and menus.)

Kconfig definition

At subsys/net/lib/config/Kconfig:139

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:24subsys/net/Kconfig:84subsys/net/lib/Kconfig:27

Menu path: (top menu) → Networking → Network Libraries → Set network settings for applications

config NET_CONFIG_IEEE802154_CHANNEL
    int
    prompt "IEEE 802.15.4 channel" if (NET_L2_IEEE802154 || IEEE802154_RAW_MODE) && NET_CONFIG_SETTINGS && NETWORKING
    default 26 if (NET_L2_IEEE802154 || IEEE802154_RAW_MODE) && NET_CONFIG_SETTINGS && NETWORKING
    depends on (NET_L2_IEEE802154 || IEEE802154_RAW_MODE) && NET_CONFIG_SETTINGS && NETWORKING
    help
      The channel to use by default in the sample application.

(Definitions include propagated dependencies, including from if’s and menus.)