diff options
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/bluetooth/mgmt.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/bluetooth/mgmt.h b/include/net/bluetooth/mgmt.h index 226ae03cafe7..bcffc9ae0c89 100644 --- a/include/net/bluetooth/mgmt.h +++ b/include/net/bluetooth/mgmt.h | |||
@@ -181,6 +181,9 @@ struct mgmt_cp_load_link_keys { | |||
181 | } __packed; | 181 | } __packed; |
182 | #define MGMT_LOAD_LINK_KEYS_SIZE 3 | 182 | #define MGMT_LOAD_LINK_KEYS_SIZE 3 |
183 | 183 | ||
184 | #define MGMT_LTK_UNAUTHENTICATED 0x00 | ||
185 | #define MGMT_LTK_AUTHENTICATED 0x01 | ||
186 | |||
184 | struct mgmt_ltk_info { | 187 | struct mgmt_ltk_info { |
185 | struct mgmt_addr_info addr; | 188 | struct mgmt_addr_info addr; |
186 | __u8 type; | 189 | __u8 type; |