actube/src/capwap/cipwap_actions.h
7u83@mail.ru 622b094992 Work on radio admin state ...
FossilOrigin-Name: dd3899fd9ec453e8722f0e927878ddef7b3e2aaca717b32866cedf07e1167f4e
2015-04-28 08:23:03 +00:00

37 lines
1.1 KiB
C

#include "capwap_cisco.h"
#define CW_ACTION_IN_CISCO_AP_MODE_AND_TYPE \
CW_CISCO_AP_MODE_AND_TYPE, /* Element ID*/ \
cw_in_generic, 0, /* start/end callback */ \
MBAG_WORD, /* Type of element */ \
CW_ITEM_AP_MODE_AND_TYPE, /* ID to use store */ \
2, 2 /* min/max length */
#define CW_ACTION_IN_CISCO_RADIO_ADMINISTRATIVE_STATE \
CW_ELEM_RADIO_ADMINISTRATIVE_STATE, /* Element ID*/ \
cw_in_cisco_radio_administrative_state, 0, /* start/end callback */ \
MBAG_DWORD, /* Type of element */ \
0, /* ID to use store */ \
4, 4 /* min/max length */
#define CW_ACTION_IN_CISCO_RADIO_ADMINISTRATIVE_STATE_WTP \
CW_ELEM_RADIO_ADMINISTRATIVE_STATE, /* Element ID*/ \
cw_in_cisco_radio_administrative_state_wtp, 0, /* start/end callback */ \
MBAG_DWORD, /* Type of element */ \
0, /* ID to use store */ \
4, 4 /* min/max length */
#define CW_ACTION_IN_CISCO_RADIO_CFG\
CW_CISCO_WTP_RADIO_CFG, /* Element ID*/ \
cw_in_cisco_radio_cfg, 0, /* start/end callback */ \
NULL, /* Type of element */ \
0, /* ID to use store */ \
0, 1114 /* min/max length */