Removed som old code, more comments ...
FossilOrigin-Name: f7e91399da51dadbbb2565554a03af2d1b4623b79319a247f5a1f16de47d13c6
This commit is contained in:
@ -11,6 +11,7 @@
|
||||
},
|
||||
"bssid":"",
|
||||
"capwap_timers":"2590",
|
||||
"cisco_ap_mode_and_type":"516",
|
||||
"idle_timeout":"300",
|
||||
"location_data":"Germany",
|
||||
"radios":{
|
||||
@ -35,5 +36,5 @@
|
||||
"wtp_frame_tunnel_mode":"4",
|
||||
"wtp_group_name":"tobias",
|
||||
"wtp_mac_type":"1",
|
||||
"wtp_name":"Kaffe-Point"
|
||||
"wtp_name":"hihihi"
|
||||
}
|
@ -27,7 +27,6 @@
|
||||
#include "capwap/capwap.h"
|
||||
#include "capwap/capwap_items.h"
|
||||
#include "capwap/log.h"
|
||||
#include "capwap/wtpinfo.h"
|
||||
#include "capwap/sock.h"
|
||||
#include "capwap/cw_util.h"
|
||||
#include "capwap/aciplist.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
#include <string.h>
|
||||
|
||||
|
||||
#include "capwap/wtpinfo.h"
|
||||
#include "capwap/conn.h"
|
||||
#include "capwap/capwap_80211.h"
|
||||
#include "capwap/log.h"
|
||||
|
@ -1,8 +1,6 @@
|
||||
#ifndef __WTP_INTERFACE_H
|
||||
#define __WTP_INTERFACE_H
|
||||
|
||||
#include "capwap/wtpinfo.h"
|
||||
extern struct wtpinfo * get_wtpinfo();
|
||||
extern struct conn * get_conn();
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user