summaryrefslogtreecommitdiff
path: root/cesar/cp/eoc/sta/action/test/utest/inc/scenario_defs.h
diff options
context:
space:
mode:
authorcecaric2009-09-30 17:14:23 +0000
committercecaric2009-09-30 17:14:23 +0000
commit673bcebd9ced2c0c37bda615b79ce3a3317c1331 (patch)
treeaa57fbf20be9f8ee7a2999d1427c6cedc09daa28 /cesar/cp/eoc/sta/action/test/utest/inc/scenario_defs.h
parent9f11e38e61b9f6dbb6195f26eecb105eee00ff65 (diff)
[EOC][STA][ACT] added new states and events to receive mme from cleopatre
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5846 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/cp/eoc/sta/action/test/utest/inc/scenario_defs.h')
-rw-r--r--cesar/cp/eoc/sta/action/test/utest/inc/scenario_defs.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/cesar/cp/eoc/sta/action/test/utest/inc/scenario_defs.h b/cesar/cp/eoc/sta/action/test/utest/inc/scenario_defs.h
index ef975c0faf..7999520223 100644
--- a/cesar/cp/eoc/sta/action/test/utest/inc/scenario_defs.h
+++ b/cesar/cp/eoc/sta/action/test/utest/inc/scenario_defs.h
@@ -73,6 +73,16 @@ scenario_action_process_urgent_cb (scenario_globals_t *globals,
/* Scenario events. */
#define SCENARIO_DEFS_EVENTS \
+ cp_fsm__STOPPED__drv_sta_set_mac_addr_req, \
+ cp_fsm__STOPPED__drv_sta_set_cco_pref_req, \
+ cp_fsm__STOPPED__drv_sta_set_was_cco_req, \
+ cp_fsm__STOPPED__drv_sta_set_dpw_req, \
+ cp_fsm__STOPPED__drv_sta_set_nid_req, \
+ cp_fsm__STOPPED__drv_sta_set_tonemask_req, \
+ cp_fsm__STOPPED__drv_sta_set_key_req, \
+ cp_fsm__STOPPED__drv_sta_set_dak_req, \
+ cp_fsm__STOPPED__drv_sta_mac_start_req, \
+ cp_fsm__STARTED__poweron__idle__to_poweron, \
cp_fsm__DETECTING_BEACON__BEACON, \
cp_fsm__DETECTING_BEACON__BEACON_NOT_RECEIVED, \
cp_fsm__DETECTING_BEACON__nd_beacon, \
@@ -80,6 +90,7 @@ scenario_action_process_urgent_cb (scenario_globals_t *globals,
cp_fsm__ASSOCIATING__timeout_associating, \
cp_fsm__ASSOCIATING__assoc_cnf, \
cp_fsm__ASSOCIATING__no_beacons, \
+ cp_fsm__ASSOCIATING__beacon_not_received, \
cp_fsm__UNASSOCIATED__enter_sleep_unassociated, \
cp_fsm__UNASSOCIATED__retry_unassociated, \
cp_fsm__SLEEP_UNASSOCIATED__exit_sleep_unassociated, \
@@ -99,6 +110,16 @@ typedef struct
cp_fsm_branch_t branch;
} scenario_event_transition_with_branch_t;
+typedef scenario_empty_t scenario_event_cp_fsm__STOPPED__drv_sta_set_mac_addr_req_t;
+typedef scenario_empty_t scenario_event_cp_fsm__STOPPED__drv_sta_set_cco_pref_req_t;
+typedef scenario_empty_t scenario_event_cp_fsm__STOPPED__drv_sta_set_was_cco_req_t;
+typedef scenario_empty_t scenario_event_cp_fsm__STOPPED__drv_sta_set_dpw_req_t;
+typedef scenario_empty_t scenario_event_cp_fsm__STOPPED__drv_sta_set_nid_req_t;
+typedef scenario_empty_t scenario_event_cp_fsm__STOPPED__drv_sta_set_tonemask_req_t;
+typedef scenario_empty_t scenario_event_cp_fsm__STOPPED__drv_sta_set_key_req_t;
+typedef scenario_empty_t scenario_event_cp_fsm__STOPPED__drv_sta_set_dak_req_t;
+typedef scenario_empty_t scenario_event_cp_fsm__STOPPED__drv_sta_mac_start_req_t;
+typedef scenario_empty_t scenario_event_cp_fsm__STARTED__poweron__idle__to_poweron_t;
typedef scenario_empty_t scenario_event_cp_fsm__DETECTING_BEACON__BEACON_t;
typedef scenario_empty_t scenario_event_cp_fsm__DETECTING_BEACON__BEACON_NOT_RECEIVED_t;
typedef scenario_empty_t scenario_event_cp_fsm__DETECTING_BEACON__nd_beacon_t;
@@ -106,6 +127,7 @@ typedef scenario_empty_t scenario_event_cp_fsm__DETECTING_BEACON__nd_beacon_time
typedef scenario_event_transition_with_branch_t scenario_event_cp_fsm__ASSOCIATING__timeout_associating_t;
typedef scenario_event_transition_with_branch_t scenario_event_cp_fsm__ASSOCIATING__assoc_cnf_t;
typedef scenario_empty_t scenario_event_cp_fsm__ASSOCIATING__no_beacons_t;
+typedef scenario_empty_t scenario_event_cp_fsm__ASSOCIATING__beacon_not_received_t;
typedef scenario_empty_t scenario_event_cp_fsm__UNASSOCIATED__enter_sleep_unassociated_t;
typedef scenario_empty_t scenario_event_cp_fsm__UNASSOCIATED__retry_unassociated_t;
typedef scenario_empty_t scenario_event_cp_fsm__SLEEP_UNASSOCIATED__exit_sleep_unassociated_t;