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

/linux-4.4.14/include/net/
H A Dnl802154.h436 #define NL802154_KEY_SIZE 16 macro
H A Dcfg802154.h249 /* TODO replace with NL802154_KEY_SIZE */
/linux-4.4.14/net/ieee802154/
H A Dnl802154.c1449 if (nla_put(msg, NL802154_KEY_ATTR_BYTES, NL802154_KEY_SIZE, nl802154_send_key()
1517 [NL802154_KEY_ATTR_BYTES] = { .len = NL802154_KEY_SIZE },
1564 nla_memcpy(key.key, attrs[NL802154_KEY_ATTR_BYTES], NL802154_KEY_SIZE); nl802154_add_llsec_key()

Completed in 73 milliseconds