FossilOrigin-Name: 79f1c33bab4974d4f8b052cf1f50230d1d8feeb295518906e5addd98536a4aa0
This commit is contained in:
7u83@mail.ru
2016-03-01 06:29:52 +00:00
parent d9cb288480
commit 515b958ab2
4 changed files with 8 additions and 7 deletions

View File

@ -5,8 +5,9 @@
#include "capwap/action.h"
extern int cisco_out_ap_timesync(struct conn *conn,struct cw_action_out * a,uint8_t *dst);
int cisco_in_wtp_descriptor(struct conn *conn, struct cw_action_in *a, uint8_t * data,
extern int cisco_in_wtp_descriptor(struct conn *conn, struct cw_action_in *a, uint8_t * data,
int len, struct sockaddr *from);
extern int cisco_out_ac_descriptor(struct conn *conn,struct cw_action_out * a,uint8_t *dst) ;
#endif

View File

@ -90,7 +90,7 @@ static cw_action_out_t actions_out[]={
.msg_id = CW_MSG_DISCOVERY_RESPONSE,
.item_id = CW_ITEM_AC_DESCRIPTOR,
.elem_id = CW_ELEM_AC_DESCRIPTOR,
.out = cw_out_cisco_ac_descriptor,
.out = cisco_out_ac_descriptor,
.mand = 1
}