The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_NET_L2_IEEE802154_RFD

Support Reduced Functionality Device level

Type: bool

Help

This is the level for PAN device, not PAN coordinator. This will make possible to do active and/or passive scans, as well as associating and disassociating to/from a PAN. Current support is very fragile, thus it is not set as the default level.

Direct dependencies

<choice: Device features level support>

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

Kconfig definition

At subsys/net/l2/ieee802154/Kconfig:78

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:24subsys/net/Kconfig:80subsys/net/l2/Kconfig:74

Menu path: (top menu) → Networking → Link layer options → Enable IEEE 802.15.4 Radio → Device features level support

config NET_L2_IEEE802154_RFD
    bool
    prompt "Support Reduced Functionality Device level" if <choice: Device features level support>
    select NET_L2_IEEE802154_MGMT if <choice: Device features level support>
    depends on <choice: Device features level support>
    help
      This is the level for PAN device, not PAN coordinator. This will make
      possible to do active and/or passive scans, as well as associating
      and disassociating to/from a PAN. Current support is very fragile,
      thus it is not set as the default level.

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