Moved files
FossilOrigin-Name: 033586c8bfbbd5f012ea6cef6f6bead4f11c5c3d35be882575a13c69ab121a02
This commit is contained in:
@ -1,10 +0,0 @@
|
||||
|
||||
#include <time.h>
|
||||
#include "capwap_cisco.h"
|
||||
|
||||
int cw_out_cisco_ap_timesync(struct conn *conn,struct cw_action_out * a,uint8_t *dst)
|
||||
{
|
||||
int l = cw_put_cisco_ap_timesync(dst+10,time(NULL),0);
|
||||
return l + cw_put_elem_vendor_hdr(dst, a->vendor_id, a->elem_id, l);
|
||||
}
|
||||
|
Reference in New Issue
Block a user