Searched refs:IEEE802154_ATTR_TXPOWER (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dnl802154.h62 IEEE802154_ATTR_TXPOWER, enumerator in enum:__anon2618
/linux-master/net/ieee802154/
H A Dnl_policy.c49 [IEEE802154_ATTR_TXPOWER] = { .type = NLA_S8, },
H A Dnl-mac.c115 if (nla_put_s8(msg, IEEE802154_ATTR_TXPOWER,
505 if (info->attrs[IEEE802154_ATTR_TXPOWER])
506 params.transmit_power = nla_get_s8(info->attrs[IEEE802154_ATTR_TXPOWER]) * 100;

Completed in 184 milliseconds