summaryrefslogtreecommitdiff
path: root/test_general/station/overide/cp/secu/inc/context.h
diff options
context:
space:
mode:
authorlaranjeiro2008-01-16 11:05:13 +0000
committerlaranjeiro2008-01-16 11:05:13 +0000
commit4afb830b0e93be60165e000db42f682d0a656b46 (patch)
tree325e51cfb523a5caf9c0e392dc2b17bbdc609093 /test_general/station/overide/cp/secu/inc/context.h
parentee9c67663fc1ebbcfffa95cf168f7d1d94f8519d (diff)
Modifying the overide of the station to use it with the cp and data plane.
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1274 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'test_general/station/overide/cp/secu/inc/context.h')
-rw-r--r--test_general/station/overide/cp/secu/inc/context.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/test_general/station/overide/cp/secu/inc/context.h b/test_general/station/overide/cp/secu/inc/context.h
new file mode 100644
index 0000000000..f7772ad9bc
--- /dev/null
+++ b/test_general/station/overide/cp/secu/inc/context.h
@@ -0,0 +1,24 @@
+#ifndef cp_beacon_test_central_beacon_overide_cp_secu_inc_context_h
+#define cp_beacon_test_central_beacon_overide_cp_secu_inc_context_h
+/* Cesar project {{{
+ *
+ * Copyright (C) 2008 Spidcom
+ *
+ * <<<Licence>>>
+ *
+ * }}} */
+/**
+ * \file cp/beacon/test/central_beacon/overide/cp/secu/inc/context.h
+ * \brief « brief description »
+ * \ingroup « module »
+ *
+ * « long description »
+ */
+
+struct cp_secu_t
+{
+ bool kbc;
+ u8 eks;
+};
+
+#endif /* cp_beacon_test_central_beacon_overide_cp_secu_inc_context_h */