Code clean-up, more CAPWAP VM stuff.
FossilOrigin-Name: 46219e8d896fe0873fcbe0be66d57238e202c8d9628a6eca204126107b0f3356
This commit is contained in:
@ -718,4 +718,9 @@ extern struct cw_strlist capwap_state_strings[];
|
||||
|
||||
int cw_process_msg(struct conn * conn,uint8_t * rawmsg,int len);
|
||||
|
||||
|
||||
extern int cw_in_vendor_specific_payload(struct conn *conn,struct cw_action * a,uint8_t *data,int len);
|
||||
extern int cw_in_wtp_name(struct conn *conn,struct cw_action * a,uint8_t *data,int len);
|
||||
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user