Added radioinfo
FossilOrigin-Name: d284d6674bb5492c42c65789ea0c81a2ff7bff8d5e9b573be43c7d0eac85ac35
This commit is contained in:
parent
f07107a577
commit
ce4c3d29b2
@ -7,6 +7,8 @@
|
|||||||
|
|
||||||
#include "avltree.h"
|
#include "avltree.h"
|
||||||
|
|
||||||
|
#include "radioinfo.h"
|
||||||
|
|
||||||
struct acip{
|
struct acip{
|
||||||
struct sockaddr_storage ip;
|
struct sockaddr_storage ip;
|
||||||
int wtp_count;
|
int wtp_count;
|
||||||
@ -45,6 +47,9 @@ struct ac_info{
|
|||||||
|
|
||||||
struct sockaddr_storage local_ip;
|
struct sockaddr_storage local_ip;
|
||||||
|
|
||||||
|
/* wireless bindings */
|
||||||
|
struct radioinfo radioinfos[32];
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct ac_info ACINFO;
|
typedef struct ac_info ACINFO;
|
||||||
|
Loading…
Reference in New Issue
Block a user