:orphan: .. title:: NET_L2_IEEE802154_RFD .. option:: 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 =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :option:`NET_L2_IEEE802154_MGMT ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/l2/ieee802154/Kconfig:72`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:85`` → ``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 .. parsed-literal:: config NET_L2_IEEE802154_RFD bool "Support Reduced Functionality Device level" select \ :option:`NET_L2_IEEE802154_MGMT ` depends on \ :ref:` ` 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.)*