Diff between 6df84c66e9b4b56ad1ccee968ee53366050c518f and f7750cb8f663a75467cb16d9e99395a463f7f716
Changed Files
| File | Additions | Deletions | Status |
| lib/mgmt.h | +6 | -0 | modified |
Full Patch
diff --git a/lib/mgmt.h b/lib/mgmt.h
index 910d21c..68f99f3 100644
--- a/lib/mgmt.h
+++ b/lib/mgmt.h
@@ -270,6 +270,12 @@ struct mgmt_rp_read_local_oob_data {
uint8_t hash[16];
uint8_t randomizer[16];
} __packed;
+struct mgmt_rp_read_local_oob_ext_data {
+ uint8_t hash192[16];
+ uint8_t randomizer192[16];
+ uint8_t hash256[16];
+ uint8_t randomizer256[16];
+} __packed;
#define MGMT_OP_ADD_REMOTE_OOB_DATA 0x0021
struct mgmt_cp_add_remote_oob_data {