Home
last modified time | relevance | path

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

/linux/include/net/
H A Dnl802154.h568 #define NL802154_KEY_SIZE 16 macro
/linux/net/ieee802154/
H A Dnl802154.c2011 if (nla_put(msg, NL802154_KEY_ATTR_BYTES, NL802154_KEY_SIZE, in nl802154_send_key()
2084 [NL802154_KEY_ATTR_BYTES] = { .len = NL802154_KEY_SIZE },
2133 nla_memcpy(key.key, attrs[NL802154_KEY_ATTR_BYTES], NL802154_KEY_SIZE); in nl802154_add_llsec_key()