summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2010-11-13 15:27:05 +0100
committerPatrick McHardy <kaber@trash.net>2010-11-13 15:27:05 +0100
commitede151676c89cb3bb46467f7f7d342625f733f9f (patch)
tree0cf23f54677de465abb708163776559125584c68 /include
parent6f64865d06d95770c8078eeee21178ad553e542d (diff)
cipher
Diffstat (limited to 'include')
-rw-r--r--include/dectmon.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/dectmon.h b/include/dectmon.h
index 8cada3e..802b86b 100644
--- a/include/dectmon.h
+++ b/include/dectmon.h
@@ -36,7 +36,7 @@ enum dect_mm_procedures {
struct dect_pt {
struct list_head list;
struct dect_ie_portable_identity *portable_identity;
- struct dect_tbc *tbc;
+ struct dect_dl *dl;
uint8_t uak[DECT_AUTH_KEY_LEN];
uint8_t dck[DECT_CIPHER_KEY_LEN];
@@ -89,6 +89,8 @@ struct dect_tbc {
struct dect_mbc mbc[2];
struct dect_dl dl;
bool ciphered;
+
+ uint8_t ks[2 * 45];
};
extern void dect_mac_rcv(struct dect_msg_buf *mb, uint8_t slot);