From: Vinicius Costa Gomes Date: Fri, 3 Feb 2012 00:08:00 +0000 (-0300) Subject: Bluetooth: Add new structures for handling SMP Long Term Keys X-Git-Tag: v3.4-rc1~177^2~112^2~186 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b899efaf9b26cadb084752862490b4fc44bc3169;p=pandora-kernel.git Bluetooth: Add new structures for handling SMP Long Term Keys This includes a new list for storing the keys and a new structure used to represent each key. Some notes: authenticated is used to identify that the key may be used to setup a HIGH security link. As the same list is used to store both the STK's and the LTK's the type field is used so we can separate between those two types of keys and if the key should be used when in the master or slave role. Signed-off-by: Vinicius Costa Gomes Acked-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- Reading git-diff-tree failed