AC protocols defined.
FossilOrigin-Name: 541a838bd15b4441eb4097d4dbc11aa6f9446549b05540bb107681b7803719f5
This commit is contained in:
parent
b273793687
commit
e4b9a0b364
11
src/ac/ac.h
11
src/ac/ac.h
@ -6,3 +6,14 @@ extern int ac_global_init();
|
|||||||
extern mbag_t ac_config;
|
extern mbag_t ac_config;
|
||||||
extern struct cw_actiondef capwap_actions;
|
extern struct cw_actiondef capwap_actions;
|
||||||
|
|
||||||
|
|
||||||
|
/* the protocol we understand */
|
||||||
|
|
||||||
|
enum {
|
||||||
|
AC_PROTO_CAPWAP=0,
|
||||||
|
AC_PROTO_LWAPP=1,
|
||||||
|
AC_PROTO_UNKNOWN
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user