Remove it...
FossilOrigin-Name: 810fce9cfa646b5c221ef42705598d9391359e513bfbe7026d316627dabf8692
This commit is contained in:
parent
f0f1ede82a
commit
6ffb0f40d1
@ -14,27 +14,11 @@
|
|||||||
|
|
||||||
#include "radioinfo.h"
|
#include "radioinfo.h"
|
||||||
|
|
||||||
/*
|
|
||||||
struct acip{
|
|
||||||
struct sockaddr_storage ip;
|
|
||||||
int wtp_count;
|
|
||||||
};
|
|
||||||
|
|
||||||
typedef struct acip ACIP;
|
|
||||||
typedef struct avltree ACIPLIST;
|
|
||||||
|
|
||||||
ACIPLIST * aciplist_create();
|
|
||||||
#define aciplist_destroy(l) avltree_destroy(l)
|
|
||||||
#define aciplist_add(l,elem) avltree_add(l,elem)
|
|
||||||
#define aciplist_foreach(l,callback,cbpriv) avltree_foreach_asc(l,callback,cbpriv)
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Structure to hold info about an AC
|
* Structure to hold info about an AC
|
||||||
*/
|
*/
|
||||||
struct ac_info{
|
struct XXXac_info{
|
||||||
int stations;
|
int stations;
|
||||||
int limit;
|
int limit;
|
||||||
int active_wtps;
|
int active_wtps;
|
||||||
|
Loading…
Reference in New Issue
Block a user