Home
last modified time | relevance | path

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

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