The latest development version of this page may be more current than this released 1.14.1 version.
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.

Direct dependencies

<choice: Radio protocol>

(Includes any dependencies from if’s and menus.)

Kconfig definition

At subsys/net/l2/ieee802154/Kconfig.radio:37

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:24subsys/net/Kconfig:80subsys/net/l2/Kconfig:74subsys/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.)