WTP sends now CAPWAP_LOCAL_IP_ADDRESS in Join Req

FossilOrigin-Name: 13f087705dd79d06c77982797579f0078d3f863117a3a3320540876ddc9023ef
This commit is contained in:
7u83@mail.ru
2016-03-06 15:48:49 +00:00
parent de8f51da82
commit 87c1961e3f
6 changed files with 46 additions and 11 deletions

View File

@ -1,11 +1,12 @@
#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