summaryrefslogtreecommitdiff
path: root/cesar/cp/eoc/cco/action/vs_eoc_master.h
blob: 48205a40db215c08d63d1e2a6de1bf9baeb386c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
#ifndef cp_eoc_cco_action_vs_eoc_master_h
#define cp_eoc_cco_action_vs_eoc_master_h
/* Cesar project {{{
 *
 * Copyright (C) 2012 Spidcom
 *
 * <<<Licence>>>
 *
 * }}} */
/**
 * \file    cp/eoc/cco/action/vs_eoc_master.h
 * \brief   « brief description »
 * \ingroup cp_eoc_cco_action
 *
 * « long description »
 */
#include "cp/cp.h"
#include "cp/mme.h"

/* After sending a CC_LEAVE mme to a sta,
 * wait 100ms before removing the sta from lists. */
#define LEAVE_REMOVE_WAIT_TIMEOUT_MS 300

BEGIN_DECLS

/**
 * TODO
 */
void
cp_eoc_cco_action_vs__stopped__vs_cco_set_wl_req (
    cp_t *ctx, cp_mme_rx_t *mme);

/**
 * TODO
 */
void
cp_eoc_cco_action_vs__cco__vs_set_out_lev_ind (
    cp_t *ctx, cp_mme_peer_t *peer);

/**
 * TODO
 */
void
cp_eoc_cco_action_vs_eoc__cco__vs_eoc_set_ports_req (
    cp_t *ctx, cp_mme_rx_t *mme);

/**
 * Handle CCO => VS_EOC_GET_TOPO.REQ.
 * \param  ctx  control plane context
 * \param  mme  received MME handle
 */
void
cp_eoc_cco_action_vs_eoc__cco__vs_eoc_get_topo_req (
    cp_t *ctx, cp_mme_rx_t *mme);

/**
 * TODO
 */
void
cp_eoc_cco_action_vs__stopped__vs_cco_get_wl_req (
    cp_t *ctx, cp_mme_rx_t *mme);

/**
 * TODO
 */
void
cp_eoc_cco_action_vs_eoc__cco__vs_eoc_cco_get_ports_req (
    cp_t *ctx, cp_mme_rx_t *mme);

/**
 * TODO
 */
void
cp_eoc_cco_action_vs_eoc__cco__vs_eoc_cco_set_services_req (
    cp_t *ctx, cp_mme_rx_t *mme);

/**
 * TODO
 */
void
cp_eoc_cco_action_vs_eoc__cco__vs_eoc_cco_get_services_req (
    cp_t *ctx, cp_mme_rx_t *mme);

/**
 * TODO
 */
void
cp_eoc_cco_action_vs_eoc__cco__vs_eoc_get_info_req (
    cp_t *ctx, cp_mme_rx_t *mme);

/**
 * TODO
 */
void
cp_eoc_cco_action_vs_eoc__cco__vs_eoc_diagnostic_info_req (
    cp_t *ctx, cp_mme_rx_t *mme);

END_DECLS

#endif /* cp_eoc_cco_action_vs_eoc_master_h */