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

/linux-master/include/linux/
H A Dnl802154.h25 IEEE802154_ATTR_SHORT_ADDR, enumerator in enum:__anon2618
/linux-master/net/ieee802154/
H A Dnl_policy.c20 [IEEE802154_ATTR_SHORT_ADDR] = { .type = NLA_U16, },
H A Dnl-mac.c104 nla_put_shortaddr(msg, IEEE802154_ATTR_SHORT_ADDR, short_addr) ||
559 if (info->attrs[IEEE802154_ATTR_SHORT_ADDR]) {
561 desc->device_addr.short_addr = nla_get_shortaddr(info->attrs[IEEE802154_ATTR_SHORT_ADDR]);
615 nla_put_shortaddr(msg, IEEE802154_ATTR_SHORT_ADDR,
988 !!info->attrs[IEEE802154_ATTR_SHORT_ADDR]))
993 dev->short_addr = nla_get_shortaddr(info->attrs[IEEE802154_ATTR_SHORT_ADDR]);
1062 nla_put_shortaddr(msg, IEEE802154_ATTR_SHORT_ADDR,

Completed in 161 milliseconds