-
CONFIG_NET_L2_IEEE802154_RADIO_ALOHA
¶
IEEE 802.15.4 Aloha radio protocol
Type: bool
Help¶
Use Aloha mechanism to transmit packets. This is a simplistic way of transmitting packets and fits contexts where radio spectrum is not too heavily loaded.
Kconfig definition¶
At subsys/net/l2/ieee802154/Kconfig.radio:37
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:24
→ subsys/net/Kconfig:80
→ subsys/net/l2/Kconfig:74
→ subsys/net/l2/ieee802154/Kconfig:142
Menu path: (top menu) → Networking → Link layer options → Enable IEEE 802.15.4 Radio → IEEE 802.15.4 Radio → Radio protocol
config NET_L2_IEEE802154_RADIO_ALOHA bool prompt "IEEE 802.15.4 Aloha radio protocol" if <choice: Radio protocol> depends on <choice: Radio protocol> help Use Aloha mechanism to transmit packets. This is a simplistic way of transmitting packets and fits contexts where radio spectrum is not too heavily loaded.
(Definitions include propagated dependencies, including from if’s and menus.)