summaryrefslogtreecommitdiff
path: root/cp
diff options
context:
space:
mode:
authorchertier2008-03-27 16:12:18 +0000
committerchertier2008-03-27 16:12:18 +0000
commitb96bdf034721696876fdce93f2433f6b072eb32c (patch)
tree04b6a6878ebfd32fd9228776a3cd979d08b5daa1 /cp
parent102b3b176e158dc9a99ba1b14bf15adf6b6a8289 (diff)
1st try of full station integration with CP+DP and new interface/sniffer module
- using message context - manage DRV MMEs to setup CP/station parameters git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1662 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cp')
-rw-r--r--cp/msg/msg.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/cp/msg/msg.h b/cp/msg/msg.h
index fea1ddf306..448ab2f92e 100644
--- a/cp/msg/msg.h
+++ b/cp/msg/msg.h
@@ -18,6 +18,7 @@
#include "cp/msg/inc/msg_const.h"
#include "cp/msg/inc/msg_cc.h"
#include "cp/msg/inc/msg_cm.h"
+#include "cp/msg/inc/msg_drv.h"
#include "cp/cp_types.h"
#include "cp/interf/interf.h"
@@ -55,10 +56,14 @@ msg_get_number (msg_mme_t *msg);
/**
* \brief this function is called in STA or CCO thread when a message is
* present in the corresponding fifo.
- * \return NULL or ptr to the function
+// * \param msg : pointer to the message
+ * \param msg_ctx : pointer to the message context
+ * \return
*/
+//void
+//msg_dispatch (msg_mme_t *msg);
void
-msg_dispatch (msg_mme_t *msg);
+msg_dispatch (msg_ctx_t *msg_ctx);
/**
* \brief set the const values of mme (ie mtype)