Bluetooth: Add functions to manipulate the link key list for SMP
authorVinicius Costa Gomes <vinicius.gomes@openbossa.org>
Thu, 7 Jul 2011 21:59:36 +0000 (18:59 -0300)
committermgross <mark.gross@intel.com>
Wed, 9 Nov 2011 20:18:52 +0000 (12:18 -0800)
commit4e3914a2151755d2fb8446fa11cdccda99711a99
tree89eeb818dfcdc1bf8f343baa253f4b1df098e1a7
parent69ecc8210093b1d6567d0ebdd8fff1aa91a043a7
Bluetooth: Add functions to manipulate the link key list for SMP

As the LTK (the new type of key being handled now) has more data
associated with it, we need to store this extra data and retrieve
the keys based on that data.

Methods for searching for a key and for adding a new LTK are
introduced here.

Signed-off-by: Vinicius Costa Gomes <vinicius.gomes@openbossa.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
include/net/bluetooth/hci_core.h
net/bluetooth/hci_core.c