Added radioinfo

FossilOrigin-Name: d284d6674bb5492c42c65789ea0c81a2ff7bff8d5e9b573be43c7d0eac85ac35
This commit is contained in:
7u83@mail.ru 2014-07-28 04:52:52 +00:00
parent f07107a577
commit ce4c3d29b2
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,8 @@
#include "avltree.h"
#include "radioinfo.h"
struct acip{
struct sockaddr_storage ip;
int wtp_count;
@ -45,6 +47,9 @@ struct ac_info{
struct sockaddr_storage local_ip;
/* wireless bindings */
struct radioinfo radioinfos[32];
};
typedef struct ac_info ACINFO;