:orphan: .. title:: CONFIG_NET_L2_IEEE802154_RADIO_ALOHA .. kconfig:: CONFIG_NET_L2_IEEE802154_RADIO_ALOHA CONFIG_NET_L2_IEEE802154_RADIO_ALOHA #################################### *IEEE 802.15.4 Aloha radio protocol* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/net/l2/ieee802154/Kconfig.radio:34`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:85`` → ``/net/l2/Kconfig:75`` → ``/net/l2/ieee802154/Kconfig:131`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options → Enable IEEE 802.15.4 Radio → IEEE 802.15.4 Radio → Radio protocol .. code-block:: kconfig config NET_L2_IEEE802154_RADIO_ALOHA bool "IEEE 802.15.4 Aloha radio protocol" depends on 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. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*