Home
last modified time | relevance | path

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

/linux-6.6.21/include/net/
Dnl802154.h550 #define NL802154_KEY_SIZE 16 macro
/linux-6.6.21/net/ieee802154/
Dnl802154.c1832 if (nla_put(msg, NL802154_KEY_ATTR_BYTES, NL802154_KEY_SIZE, in nl802154_send_key()
1905 [NL802154_KEY_ATTR_BYTES] = { .len = NL802154_KEY_SIZE },
1954 nla_memcpy(key.key, attrs[NL802154_KEY_ATTR_BYTES], NL802154_KEY_SIZE); in nl802154_add_llsec_key()