actube/src/wtp/wtp_interface.h
7u83@mail.ru 87c1961e3f WTP sends now CAPWAP_LOCAL_IP_ADDRESS in Join Req
FossilOrigin-Name: 13f087705dd79d06c77982797579f0078d3f863117a3a3320540876ddc9023ef
2016-03-06 15:48:49 +00:00

14 lines
196 B
C

#ifndef __WTP_INTERFACE_H
#define __WTP_INTERFACE_H
#include <stdint.h>
#include "cw/bstr.h"
extern struct conn * get_conn();
extern bstr_t get_base_rmac();
uint8_t get_ecn_support();
#endif