stub ap wireless

This commit is contained in:
vemax78
2013-05-02 21:32:03 +02:00
parent ff305fcc3a
commit a0c8bc73df
10 changed files with 1818 additions and 13 deletions

View File

@ -34,7 +34,9 @@ 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/drivers \
-I$(top_srcdir)/src/binding/wifi/ap/ \
-I$(top_srcdir)/src/binding/wifi/ap/common
include $(top_srcdir)/build/Makefile_common.am
@ -63,4 +65,5 @@ endif
if BUILD_WTP_WIFI_DRIVERS_NL80211
wtp_SOURCES += $(top_srcdir)/src/binding/wifi/drivers/wifi_nl80211.c
wtp_LDADD += $(LIBNL_LIBS)
endif