Working on mods.
FossilOrigin-Name: 5b47ebc4f08ac42b88471906357598a2155f3b7ae8eb0f4f843f6c05df155d46
This commit is contained in:
@ -18,13 +18,17 @@ struct mod_ac
|
||||
CAPWAP message. Either on Discovery Request or Join Request
|
||||
**/
|
||||
int (*detect)(struct conn *conn,const uint8_t *rawmsg, int rawlen,struct sockaddr *from);
|
||||
|
||||
/** used for private data */
|
||||
void *data;
|
||||
};
|
||||
|
||||
|
||||
#include "mod/cipwap/mod_cipwap.h"
|
||||
#include "mod/capwap/mod_capwap.h"
|
||||
|
||||
|
||||
#define MODS_AC { mod_cipwap_ac,NULL }
|
||||
#define MODS_AC { mod_capwap_ac,mod_cipwap_ac,NULL }
|
||||
|
||||
|
||||
extern struct mod_ac * cw_get_mod_ac(const char *name);
|
||||
|
Reference in New Issue
Block a user