WPS: Add HTTP client module to clean up code
authorJouni Malinen <j@w1.fi>
Sun, 8 Nov 2009 10:35:37 +0000 (12:35 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 8 Nov 2009 10:35:37 +0000 (12:35 +0200)
commit092794f4802936b94ab23a6d305c737dac7dc87c
treec4da1fd923c5985f13ba2102edd782afb2f3ecc8
parentb02ee4a2283a7850214c143811ed21bf1805cd4e
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.
hostapd/Makefile
src/wps/http_client.c [new file with mode: 0644]
src/wps/http_client.h [new file with mode: 0644]
src/wps/wps_upnp_event.c
wpa_supplicant/Makefile