The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_NET_CONFIG_IEEE802154_RADIO_TX_POWER

IEEE 802.15.4 TX power in dbm

Type: int

Help

The TX power to use by default in the sample application.
See NET_L2_IEEE802154_RADIO_DFLT_TX_POWER for more info.

Direct dependencies

(NET_L2_IEEE802154 || IEEE802154_RAW_MODE) && NET_CONFIG_SETTINGS && NETWORKING

(Includes any dependencies from ifs and menus.)

Default

  • 0

Kconfig definition

At subsys/net/lib/config/Kconfig:139

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:39subsys/net/Kconfig:91subsys/net/lib/Kconfig:28

Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Libraries → Set network settings for applications

config NET_CONFIG_IEEE802154_RADIO_TX_POWER
    int "IEEE 802.15.4 TX power in dbm"
    default 0
    depends on (NET_L2_IEEE802154 || IEEE802154_RAW_MODE) && NET_CONFIG_SETTINGS && NETWORKING
    help
      The TX power to use by default in the sample application.
      See NET_L2_IEEE802154_RADIO_DFLT_TX_POWER for more info.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)