Searched refs:NL802154_ATTR_SEC_FRAME_COUNTER (Results 1 – 2 of 2) sorted by relevance
157 NL802154_ATTR_SEC_FRAME_COUNTER, enumerator
242 [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()