Home
last modified time | relevance | path

Searched refs:IEEE802154_ATTR_LLSEC_SECLEVELS (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dnl802154.h84 IEEE802154_ATTR_LLSEC_SECLEVELS, enumerator
/openbmc/linux/net/ieee802154/
H A Dnl_policy.c71 [IEEE802154_ATTR_LLSEC_SECLEVELS] = { .type = NLA_U8, },
H A Dnl-mac.c1230 !info->attrs[IEEE802154_ATTR_LLSEC_SECLEVELS] || in llsec_parse_seclevel()
1242 sl->sec_levels = nla_get_u8(info->attrs[IEEE802154_ATTR_LLSEC_SECLEVELS]); in llsec_parse_seclevel()
1299 nla_put_u8(msg, IEEE802154_ATTR_LLSEC_SECLEVELS, sl->sec_levels) || in ieee802154_nl_fill_seclevel()