aboutsummaryrefslogtreecommitdiffstats
path: root/hostapd
diff options
context:
space:
mode:
authorJouni Malinen <j@w1.fi>2009-11-08 17:26:55 +0200
committerJouni Malinen <j@w1.fi>2009-11-08 17:26:55 +0200
commitb905c4a398fcfb0951f92473254451a26adcb142 (patch)
treea1c221a3aa1b8efd9d1905094a65ee851f1e4906 /hostapd
parent585774f28a37e4d0ce38cbccaaca6937c03196c9 (diff)
downloadexternal_wpa_supplicant_8_ti-b905c4a398fcfb0951f92473254451a26adcb142.zip
external_wpa_supplicant_8_ti-b905c4a398fcfb0951f92473254451a26adcb142.tar.gz
external_wpa_supplicant_8_ti-b905c4a398fcfb0951f92473254451a26adcb142.tar.bz2
WPS: Add HTTP server module
Clean up code so that UPnP implementation does not need to include all the HTTP functionality. In addition, make it easier to share HTTP server functionality with other components in the future.
Diffstat (limited to 'hostapd')
-rw-r--r--hostapd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/hostapd/Makefile b/hostapd/Makefile
index 6756c8f..1b6748d 100644
--- a/hostapd/Makefile
+++ b/hostapd/Makefile
@@ -312,6 +312,7 @@ OBJS += ../src/wps/wps_upnp_event.o
OBJS += ../src/wps/upnp_xml.o
OBJS += ../src/wps/httpread.o
OBJS += ../src/wps/http_client.o
+OBJS += ../src/wps/http_server.o
endif
endif