Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dnl802154.h157 NL802154_ATTR_SEC_FRAME_COUNTER, enumerator
/openbmc/linux/net/ieee802154/
H A Dnl802154.c242 [NL802154_ATTR_SEC_FRAME_COUNTER] = { .type = NLA_U32 },
770 nla_put_be32(msg, NL802154_ATTR_SEC_FRAME_COUNTER, in nl802154_get_llsec_params()
1781 if (info->attrs[NL802154_ATTR_SEC_FRAME_COUNTER]) { in nl802154_set_llsec_params()
1782 params.frame_counter = nla_get_be32(info->attrs[NL802154_ATTR_SEC_FRAME_COUNTER]); in nl802154_set_llsec_params()