Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dnl802154.h494 NL802154_SECLEVEL_ATTR_MAX = __NL802154_SECLEVEL_ATTR_AFTER_LAST - 1 enumerator
/openbmc/linux/net/ieee802154/
H A Dnl802154.c2432 static const struct nla_policy nl802154_seclevel_policy[NL802154_SECLEVEL_ATTR_MAX + 1] = {
2442 struct nlattr *attrs[NL802154_SECLEVEL_ATTR_MAX + 1]; in llsec_parse_seclevel()
2444 …if (!nla || nla_parse_nested_deprecated(attrs, NL802154_SECLEVEL_ATTR_MAX, nla, nl802154_seclevel_… in llsec_parse_seclevel()