-
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.)
Symbols selected by this symbol¶
Kconfig definition¶
At subsys/net/l2/ieee802154/Kconfig:78
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:24
→ subsys/net/Kconfig:80
→ subsys/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.)