summaryrefslogtreecommitdiffstats
path: root/include/l1ctl_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/l1ctl_proto.h')
-rw-r--r--include/l1ctl_proto.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/l1ctl_proto.h b/include/l1ctl_proto.h
index 9997450a..d76614b2 100644
--- a/include/l1ctl_proto.h
+++ b/include/l1ctl_proto.h
@@ -46,6 +46,7 @@ enum {
L1CTL_DM_REL_REQ,
L1CTL_PARAM_REQ,
L1CTL_DM_FREQ_REQ,
+ L1CTL_CRYPTO_REQ,
};
enum ccch_mode {
@@ -199,6 +200,11 @@ struct l1ctl_dm_freq_req {
};
} __attribute__((packed));
+struct l1ctl_crypto_req {
+ uint8_t algo;
+ uint8_t key[0];
+} __attribute__((packed));
+
struct l1ctl_pm_req {
uint8_t type;
uint8_t padding[3];