Missing ...
FossilOrigin-Name: 11593f5ac0a6df653b8b0542b8ec2148f418d3bec85c99a3d5d458013f506e8d
This commit is contained in:
parent
3f088ce9c5
commit
e1a6017211
19
src/capwap/cipwap_actions.h
Normal file
19
src/capwap/cipwap_actions.h
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
|
||||||
|
|
||||||
|
#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 */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user