Testing ...
FossilOrigin-Name: 936fa6d60cf8c50a99217d013e330a1aeaa9cf0ffd880246710adebf905dbf37
This commit is contained in:
parent
eab1867526
commit
5bfc592a68
@ -126,6 +126,7 @@ LWAPPOBJS = \
|
|||||||
# hdr_print.o \
|
# hdr_print.o \
|
||||||
|
|
||||||
CAPWAPOBJS= \
|
CAPWAPOBJS= \
|
||||||
|
cw_iplist.o \
|
||||||
aciplist.o \
|
aciplist.o \
|
||||||
lwmsg_init.o \
|
lwmsg_init.o \
|
||||||
cw_cisco_id_to_str.o\
|
cw_cisco_id_to_str.o\
|
||||||
|
@ -582,6 +582,7 @@ int cw_out_radio_generic(struct conn *conn, struct cw_action_out *a, uint8_t * d
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
struct cw_ip{
|
struct cw_ip{
|
||||||
struct sockaddr_storage ip;
|
struct sockaddr_storage ip;
|
||||||
uint32_t wtp_count;
|
uint32_t wtp_count;
|
||||||
@ -599,7 +600,7 @@ extern cw_iplist_t cw_aciplist_create();
|
|||||||
#define cw_aciplist_foreach(l,callback,cbpriv) mavl_foreach_asc(l,callback,cbpriv)
|
#define cw_aciplist_foreach(l,callback,cbpriv) mavl_foreach_asc(l,callback,cbpriv)
|
||||||
#define cw_aciplist_replace(l,r) mavl_replace(l,r)
|
#define cw_aciplist_replace(l,r) mavl_replace(l,r)
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
0
src/cw/cw_iplist.c
Normal file
0
src/cw/cw_iplist.c
Normal file
Loading…
Reference in New Issue
Block a user