:orphan: .. title:: CONFIG_NET_L2_IEEE802154_RFD .. kconfig:: CONFIG_NET_L2_IEEE802154_RFD CONFIG_NET_L2_IEEE802154_RFD ############################ *Support Reduced Functionality Device level* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`NET_L2_IEEE802154_MGMT ` Kconfig definition ================== At ``/net/l2/ieee802154/Kconfig:72`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:85`` → ``/net/l2/Kconfig:75`` 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 .. code-block:: kconfig config NET_L2_IEEE802154_RFD bool "Support Reduced Functionality Device level" select NET_L2_IEEE802154_MGMT depends on 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.)*