summaryrefslogtreecommitdiffstats
path: root/include/lce.h
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@gw.localnet>2009-06-06 05:57:21 +0200
committerPatrick McHardy <kaber@gw.localnet>2009-06-06 05:57:21 +0200
commitdc19c88867bbf5a79576f221905b0fec3d3ee75a (patch)
treedf794718ae9d55fbd3e9d63b7f72701e3469179d /include/lce.h
parent7d5ea95b28d9ffa9b9d4d867942b79e7f49bb987 (diff)
lce: add dect_ddl_open_transaction()
Add dect_ddl_open_transaction(), which opens a new transaction using a specified link. This will be used for MM procedures to make sure authentication and encryption are performed on the correct link in the presence of multiple links to the same PT. Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include/lce.h')
-rw-r--r--include/lce.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/lce.h b/include/lce.h
index 047646c..56e4b16 100644
--- a/include/lce.h
+++ b/include/lce.h
@@ -56,6 +56,10 @@ struct dect_transaction {
uint16_t tv;
};
+extern int dect_ddl_open_transaction(struct dect_handle *dh,
+ struct dect_transaction *ta,
+ struct dect_data_link *ddl,
+ enum dect_pds pd);
extern int dect_open_transaction(struct dect_handle *dh,
struct dect_transaction *ta,
const struct dect_ipui *ipui,