Home
last modified time | relevance | path

Searched refs:NL802154_ATTR_TX_POWER (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/net/
H A Dnl802154.h109 NL802154_ATTR_TX_POWER, enumerator
/openbmc/linux/net/ieee802154/
H A Dnl802154.c193 [NL802154_ATTR_TX_POWER] = { .type = NLA_S32, },
502 if (nla_put_s32(msg, NL802154_ATTR_TX_POWER, in nl802154_send_wpan_phy()
1054 if (!info->attrs[NL802154_ATTR_TX_POWER]) in nl802154_set_tx_power()
1057 power = nla_get_s32(info->attrs[NL802154_ATTR_TX_POWER]); in nl802154_set_tx_power()