Searched refs:IEEE802154_ATTR_LLSEC_ENABLED (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dnl802154.h72 IEEE802154_ATTR_LLSEC_ENABLED, enumerator in enum:__anon2618
/linux-master/net/ieee802154/
H A Dnl_policy.c59 [IEEE802154_ATTR_LLSEC_ENABLED] = { .type = NLA_U8, },
H A Dnl-mac.c679 nla_put_u8(msg, IEEE802154_ATTR_LLSEC_ENABLED, params.enabled) ||
712 if (!info->attrs[IEEE802154_ATTR_LLSEC_ENABLED] &&
727 if (info->attrs[IEEE802154_ATTR_LLSEC_ENABLED]) {
728 params.enabled = nla_get_u8(info->attrs[IEEE802154_ATTR_LLSEC_ENABLED]);

Completed in 218 milliseconds