Bluetooth: Add support for sending LE SC Confirm value
authorJohan Hedberg <johan.hedberg@intel.com>
Fri, 6 Jun 2014 08:30:08 +0000 (11:30 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 3 Dec 2014 15:51:17 +0000 (16:51 +0100)
commitcbbbe3e242f5629fd34836e7e41737235c049ce2
tree16f7b71216549669b67a464b39a8083cfda7914d
parentd8f8edbe93979bdf1f74cd768e68c7705806f0b9
Bluetooth: Add support for sending LE SC Confirm value

Once the public key exchange is complete the next step is for the
non-initiating device to send a SMP Pairing Confirm PDU to the
initiating device. This requires the use of a new smp_f4 confirm value
generation function which in turn builds on the AES-CMAC cryptographic
function.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/smp.c