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 ifs and menus.)

Symbols selected by this symbol

Kconfig definition

At <Zephyr>/subsys/net/l2/ieee802154/Kconfig:72

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:34<Zephyr>/subsys/net/Kconfig:85<Zephyr>/subsys/net/l2/Kconfig:73

Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options → Enable IEEE 802.15.4 Radio → Device features level support

config NET_L2_IEEE802154_RFD
    bool "Support Reduced Functionality Device level"
    select NET_L2_IEEE802154_MGMT
    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.

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