Jouni Malinen
0f3d578efc
Remove the GPL notification from files contributed by Jouni Malinen
...
Remove the GPL notification text from the files that were
initially contributed by myself.
Signed-hostap: Jouni Malinen <j@w1.fi>
2012-02-11 19:39:36 +02:00
Jouni Malinen
3953627b35
WPS: Add more debug info for UPnP operations
2010-10-17 20:20:28 +03:00
Jouni Malinen
acd0ef4d3c
WPS UPnP: Fix HTTP client timeout event code
...
The define here was overriding the event code enum value and that
resulted in incorrect code being used and WPS UPnP code ignoring the
timeout events.
2010-10-17 20:07:33 +03:00
Jouni Malinen
e46338fc76
WPS ER: Unsubscribe from AP events whenever removing the AP entry
...
Store the subscription identifier during subscription process and use
this to unsubscribe from events when removing the AP.
2009-12-19 23:20:22 +02:00
Jouni Malinen
8d5aca73bb
Fix doxygen file level comments
2009-11-28 21:34:14 +02:00
Jouni Malinen
d64d9ddf6c
WPS: Fix http_link_update() to nul terminate the result
2009-11-13 22:05:11 +02:00
Jouni Malinen
097c7b3723
WPS ER: Subscribe to UPnP events
...
This adds code to start a HTTP server and to subscribe to UPnP events
from each discovered WPS AP. The event messages are received, but there
is not yet any code to actually parse the contents of the event.
2009-11-09 20:01:50 +02:00
Jouni Malinen
585774f28a
WPS ER: Fetch and parse device description
2009-11-08 16:46:03 +02:00
Jouni Malinen
092794f480
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.
2009-11-08 12:35:37 +02:00