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 ifs and menus.)
Default¶
- 26 
Kconfig definition¶
At <Zephyr Subsystem>/net/lib/config/Kconfig:133
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:39 → <Zephyr Subsystem>/net/Kconfig:89 → <Zephyr Subsystem>/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_CHANNEL
    int "IEEE 802.15.4 channel"
    default 26
    depends on (NET_L2_IEEE802154 || IEEE802154_RAW_MODE) && NET_CONFIG_SETTINGS && NETWORKING
    help
      The channel to use by default in the sample application.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)