aboutsummaryrefslogtreecommitdiffstats
path: root/hostapd/Makefile
diff options
context:
space:
mode:
authorJay Katabathuni <jkatabat@qca.qualcomm.com>2012-02-26 22:34:19 +0200
committerJouni Malinen <j@w1.fi>2012-02-26 22:52:53 +0200
commitdca30c3fb7550ad7c964c3aaa92cab16c3c489ed (patch)
tree308f4bd10a4319f967d58251bcb96a34b59ff373 /hostapd/Makefile
parentfb80e86e7d872e3f5a2dae815d33aff98c750e55 (diff)
downloadexternal_wpa_supplicant_8_ti-dca30c3fb7550ad7c964c3aaa92cab16c3c489ed.zip
external_wpa_supplicant_8_ti-dca30c3fb7550ad7c964c3aaa92cab16c3c489ed.tar.gz
external_wpa_supplicant_8_ti-dca30c3fb7550ad7c964c3aaa92cab16c3c489ed.tar.bz2
Interworking: Add GAS server support for AP mode
This adds GAS/ANQP implementation into hostapd. This commit brings in the basic GAS/ANQP functionality, but only the ANQP Capability List element is supported. For testing purposes, hostapd control interface SET command can be used to set the gas_frag_limit parameter dynamically. Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
Diffstat (limited to 'hostapd/Makefile')
-rw-r--r--hostapd/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/hostapd/Makefile b/hostapd/Makefile
index 22c09c1..05a363b 100644
--- a/hostapd/Makefile
+++ b/hostapd/Makefile
@@ -759,6 +759,8 @@ endif
ifdef CONFIG_INTERWORKING
CFLAGS += -DCONFIG_INTERWORKING
+OBJS += ../src/common/gas.o
+OBJS += ../src/ap/gas_serv.o
endif
OBJS += ../src/drivers/driver_common.o