commit | 99780a7b639e73d8f8f291fa1a981db883aec47f | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Tue Feb 18 10:40:07 2014 +0200 |
committer | Marcel Holtmann <marcel@holtmann.org> | Tue Feb 18 00:47:02 2014 -0800 |
tree | 51ef0e53f4c107447317a933e25a9466bd88ba8e | |
parent | 60478054a6af7aa8cceb8218d29d27f165f1c9d3 [diff] |
Bluetooth: Add AES crypto context for each HCI device Previously the crypto context has only been available for LE SMP sessions, but now that we'll need to perform operations also during discovery it makes sense to have this context part of the hci_dev struct. Later, the context can be removed from the SMP context. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>