actube/src/wtp/wtp_interface.c
7u83@mail.ru 58fd78b696 mac changed
FossilOrigin-Name: 2175959b9bef52b585e839f8c5d1688b45cdeca22a57a03a18a1670b18ff52f7
2016-04-01 05:37:16 +00:00

30 lines
429 B
C

#include <string.h>
#include "cw/conn.h"
//#include "cw/capwap_80211.h"
#include "cw/log.h"
#include "wtp_conf.h"
#include "wtp_interface.h"
bstr_t get_base_rmac()
{
// static uint8_t rm[8] = { 0x00, 0x4a, 0x99, 0x02, 0xfa, 0xc0 };
// static uint8_t rm[8]={0x00,0x3a,0x99,0x02,0xfa,0xc0};
static uint8_t rm[8]={0x00,0x3a,0x99,0x04,0xfa,0xc0};
return bstr_create(rm, 6);
}
uint8_t get_ecn_support()
{
return 0;
}