IEEE802154_ATTR_LLSEC_DEV_OVERRIDE
nla_put_u8(msg, IEEE802154_ATTR_LLSEC_DEV_OVERRIDE,
!info->attrs[IEEE802154_ATTR_LLSEC_DEV_OVERRIDE])
sl->device_override = nla_get_u8(info->attrs[IEEE802154_ATTR_LLSEC_DEV_OVERRIDE]);
nla_put_u8(msg, IEEE802154_ATTR_LLSEC_DEV_OVERRIDE,
!info->attrs[IEEE802154_ATTR_LLSEC_DEV_OVERRIDE] ||
dev->seclevel_exempt = !!nla_get_u8(info->attrs[IEEE802154_ATTR_LLSEC_DEV_OVERRIDE]);
[IEEE802154_ATTR_LLSEC_DEV_OVERRIDE] = { .type = NLA_U8, },