summaryrefslogtreecommitdiff
path: root/cesar/cp/eoc/multi_sta/action/test/utest/src/actions_stub.c
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/cp/eoc/multi_sta/action/test/utest/src/actions_stub.c')
-rw-r--r--cesar/cp/eoc/multi_sta/action/test/utest/src/actions_stub.c81
1 files changed, 81 insertions, 0 deletions
diff --git a/cesar/cp/eoc/multi_sta/action/test/utest/src/actions_stub.c b/cesar/cp/eoc/multi_sta/action/test/utest/src/actions_stub.c
new file mode 100644
index 0000000000..b76f3f7754
--- /dev/null
+++ b/cesar/cp/eoc/multi_sta/action/test/utest/src/actions_stub.c
@@ -0,0 +1,81 @@
+/* Cesar project {{{
+ *
+ * Copyright (C) 2008 Spidcom
+ *
+ * <<<Licence>>>
+ *
+ * }}} */
+/**
+ * \file src/actions_stub.c
+ * \brief Override Multi STA FSM tables.
+ * \ingroup test
+ */
+#include "common/std.h"
+
+#include "lib/scenario/scenario.h"
+
+
+void
+cp_eoc_multi_sta_fsm__unassociated__CC_ASSOC_REQ(cp_t *ctx);
+
+void
+cp_eoc_multi_sta_fsm__unassociated__timeout_assoc(cp_t *ctx);
+
+void
+cp_eoc_multi_sta_fsm__associated__CC_GET_KEY_REQ(cp_t *ctx);
+
+void
+cp_eoc_multi_sta_fsm__associated__timeout_auth(cp_t *ctx);
+
+void
+cp_eoc_multi_sta_fsm__associated__cc_leave(cp_t *ctx);
+
+void
+cp_eoc_multi_sta_fsm__authenticated__cc_leave(cp_t *ctx);
+
+void
+cp_eoc_multi_sta_fsm__authenticated__CC_SLEEP_ENTER_REQ(cp_t *ctx);
+
+void
+cp_eoc_multi_sta_fsm__authenticated__lost_connection(cp_t *ctx);
+
+void
+cp_eoc_multi_sta_fsm__sleep_authenticated__lost_connection(cp_t *ctx);
+
+void
+cp_eoc_multi_sta_fsm__sleep_authenticated__CC_SLEEP_EXIT_IND(cp_t *ctx);
+
+void
+cp_eoc_multi_sta_action__assoc_req(cp_t *ctx,cp_mme_rx_t *mme);
+
+void
+cp_sta_action_vs__started__vs_get_tonemap_req (cp_t *ctx, cp_mme_rx_t *mme_rx);
+
+void
+cp_eoc_multi_sta_action__get_key_req(cp_t *ctx,cp_mme_rx_t *mme);
+
+void
+cp_sta_action_process_cm_sta_cap_req (cp_t *ctx, cp_mme_rx_t *rx_mme)
+{
+}
+
+void
+cp_sta_action_process_cm_nw_info_req (cp_t *ctx, cp_mme_rx_t *rx_mme)
+{
+}
+
+void
+cp_sta_action_process_cm_nw_stats_req (cp_t *ctx, cp_mme_rx_t *rx_mme)
+{
+}
+
+void
+cp_sta_action_process_cm_link_stats_req (cp_t *ctx, cp_mme_rx_t *rx_mme)
+{
+}
+
+
+void
+cp_eoc_cco_action_vs__cco__vs_set_out_lev_ind (cp_t *ctx, cp_mme_peer_t *peer)
+{
+}