aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/smp.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2016-12-08 08:32:54 +0200
committerMarcel Holtmann <marcel@holtmann.org>2016-12-08 07:50:24 +0100
commita62da6f14db79bd7ea435ab095e998b31b3dbb22 (patch)
treec7266f8bc79ebab0e6ee709a43de792116b83b24 /net/bluetooth/smp.h
parentBluetooth: btmrvl: drop duplicate header slab.h (diff)
downloadlinux-dev-a62da6f14db79bd7ea435ab095e998b31b3dbb22.tar.xz
linux-dev-a62da6f14db79bd7ea435ab095e998b31b3dbb22.zip
Bluetooth: SMP: Add support for H7 crypto function and CT2 auth flag
Bluetooth 5.0 introduces a new H7 key generation function that's used when both sides of the pairing set the CT2 authentication flag to 1. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/bluetooth/smp.h')
-rw-r--r--net/bluetooth/smp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/bluetooth/smp.h b/net/bluetooth/smp.h
index ffcc70b6b199..0ff6247eaa6c 100644
--- a/net/bluetooth/smp.h
+++ b/net/bluetooth/smp.h
@@ -57,6 +57,7 @@ struct smp_cmd_pairing {
#define SMP_AUTH_MITM 0x04
#define SMP_AUTH_SC 0x08
#define SMP_AUTH_KEYPRESS 0x10
+#define SMP_AUTH_CT2 0x20
#define SMP_CMD_PAIRING_CONFIRM 0x03
struct smp_cmd_pairing_confirm {