WPS: Add HTTP client module to clean up code

Instead of implementing HTTP client functionality inside
wps_upnp_event.c, use a generic HTTP client module to do this. The HTTP
client code can now be shared more easily for other purposes, too.
This commit is contained in:
Jouni Malinen 2009-11-08 12:35:37 +02:00
parent b02ee4a228
commit 092794f480
5 changed files with 399 additions and 181 deletions

View file

@ -510,6 +510,7 @@ OBJS += ../src/wps/wps_upnp_ssdp.o
OBJS += ../src/wps/wps_upnp_web.o
OBJS += ../src/wps/wps_upnp_event.o
OBJS += ../src/wps/httpread.o
OBJS += ../src/wps/http_client.o
endif
endif