CONFIG_IEEE802154_NET_IF_NO_AUTO_START

Disable 802.15.4 interface auto-start

Type: bool

Help

This option allows user to set any configuration and/or filter before the radio becomes operational. For instance, the EUI-64 value can be configured using net_if_set_link_addr(iface, mac, 8, NET_LINK_IEEE802154). When all configurations are done net_if_up() has to be invoked to bring the interface up.

This option can be useful when using OpenThread or Zigbee. If you have any doubt about this option leave it as default value.

Direct dependencies

IEEE802154

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/drivers/ieee802154/Kconfig:15

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:10

Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options

config IEEE802154_NET_IF_NO_AUTO_START
    bool "Disable 802.15.4 interface auto-start"
    depends on IEEE802154
    help
      This option allows user to set any configuration and/or filter before
      the radio becomes operational. For instance, the EUI-64 value can be
      configured using net_if_set_link_addr(iface, mac, 8,
      NET_LINK_IEEE802154).
      When all configurations are done net_if_up() has to be invoked to
      bring the interface up.

      This option can be useful when using OpenThread or Zigbee. If you
      have any doubt about this option leave it as default value.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)