The first beacon of SmartCAPWAP

This commit is contained in:
vemax78
2013-12-20 23:14:34 +01:00
parent 29ba25e434
commit bef31786ce
18 changed files with 6543 additions and 130 deletions

View File

@ -34,9 +34,7 @@ INCLUDES = \
-I$(top_srcdir)/build \
-I$(top_srcdir)/src/common \
-I$(top_srcdir)/src/wtp \
-I$(top_srcdir)/src/binding/wifi/drivers \
-I$(top_srcdir)/src/binding/wifi/ap/ \
-I$(top_srcdir)/src/binding/wifi/ap/common
-I$(top_srcdir)/src/binding/ieee80211
include $(top_srcdir)/build/Makefile_common.am
@ -56,7 +54,7 @@ wtp_SOURCES = \
$(top_srcdir)/src/wtp/wtp_dfa_reset.c \
$(top_srcdir)/src/wtp/wtp_dfa_imagedata.c \
$(top_srcdir)/src/wtp/wtp_radio.c \
$(top_srcdir)/src/binding/wifi/drivers/wifi_drivers.c
$(top_srcdir)/src/binding/ieee80211/wifi_drivers.c
wtp_LDADD = \
$(CONFIG_LIBS)
@ -66,7 +64,7 @@ wtp_LDADD += $(SSL_LIBS)
endif
if BUILD_WTP_WIFI_DRIVERS_NL80211
wtp_SOURCES += $(top_srcdir)/src/binding/wifi/drivers/wifi_nl80211.c
wtp_SOURCES += $(top_srcdir)/src/binding/ieee80211/wifi_nl80211.c
wtp_LDADD += $(LIBNL_LIBS)
endif