1
0
Fork 0
alistair23-linux/net/mac802154
Phoebe Buckheister f0f77dc6be ieee802154, mac802154: implement devkey record option
The 802.15.4-2011 standard states that for each key, a list of devices
that use this key shall be kept. Previous patches have only considered
two options:

 * a device "uses" (or may use) all keys, rendering the list useless
 * a device is restricted to a certain set of keys

Another option would be that a device *may* use all keys, but need not
do so, and we are interested in the actual set of keys the device uses.
Recording keys used by any given device may have a noticable performance
impact and might not be needed as often. The common case, in which a
device will not switch keys too often, should still perform well.

Signed-off-by: Phoebe Buckheister <phoebe.buckheister@itwm.fraunhofer.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-05-16 17:23:42 -04:00
..
Kconfig mac802154: update Kconfig 2014-05-16 17:23:40 -04:00
Makefile mac802154: add llsec structures and mutators 2014-05-16 17:23:40 -04:00
ieee802154_dev.c mac802154: make csma/cca parameters per-wpan 2014-04-01 16:25:51 -04:00
llsec.c ieee802154, mac802154: implement devkey record option 2014-05-16 17:23:42 -04:00
llsec.h mac802154: add llsec decryption method 2014-05-16 17:23:41 -04:00
mac802154.h mac802154: add llsec configuration functions 2014-05-16 17:23:41 -04:00
mac_cmd.c mac802154: propagate device address changes to llsec 2014-05-16 17:23:41 -04:00
mib.c mac802154: add llsec configuration functions 2014-05-16 17:23:41 -04:00
monitor.c mac802154: monitor device support 2012-05-16 15:17:08 -04:00
rx.c ieee802154: change _cb handling slightly 2014-05-15 15:51:42 -04:00
tx.c mac802154: Keep track of the channel when changed 2013-04-08 12:09:18 -04:00
wpan.c mac802154: propagate device address changes to llsec 2014-05-16 17:23:41 -04:00