2014-07-11 22:12:11 +02:00
|
|
|
#ifndef __WTP_INTERFACE_H
|
|
|
|
#define __WTP_INTERFACE_H
|
|
|
|
|
2016-03-06 16:48:49 +01:00
|
|
|
#include <stdint.h>
|
2016-03-05 14:12:49 +01:00
|
|
|
#include "cw/bstr.h"
|
|
|
|
|
2014-07-11 22:12:11 +02:00
|
|
|
extern struct conn * get_conn();
|
2016-03-05 14:12:49 +01:00
|
|
|
extern bstr_t get_base_rmac();
|
2016-03-06 16:48:49 +01:00
|
|
|
uint8_t get_ecn_support();
|
2016-03-05 14:12:49 +01:00
|
|
|
|
2014-07-11 22:12:11 +02:00
|
|
|
|
|
|
|
#endif
|
|
|
|
|