commit | 759331d7cc660be17bcdc5df53f196135f9dfaf6 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Fri Feb 28 10:10:16 2014 +0200 |
committer | Johan Hedberg <johan.hedberg@intel.com> | Fri Feb 28 12:36:10 2014 +0200 |
tree | 1ee15a589cd278f0ac9451434a962f8a64ca92ee | |
parent | fe39c7b2dacf7fd4dcddc26704d01315ab92b7cb [diff] |
Bluetooth: Fix clearing SMP keys if pairing fails If SMP fails we should not leave any keys (LTKs or IRKs) hanging around the internal lists. This patch adds the necessary code to smp_chan_destroy to remove any keys we may have in case of pairing failure. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>