aboutsummaryrefslogtreecommitdiffstats
path: root/src/wps/httpread.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove the GPL notification from files contributed by AtherosJouni Malinen2012-02-111-8/+2
| | | | | | | Remove the GPL notification text from files that were initially contributed by Atheros Communications or Qualcomm Atheros. Signed-hostap: Jouni Malinen <j@w1.fi>
* Fix doxygen file level commentsJouni Malinen2009-11-281-1/+1
|
* WPS: Add support for external Registrars using UPnP transportJouni Malinen2009-01-291-0/+123
This adds mostly feature complete external Registrar support with the main missing part being proper support for multiple external Registrars working at the same time and processing of concurrent registrations when using an external Registrar. This code is based on Sony/Saice implementation (https://www.saice-wpsnfc.bz/) and the changes made by Ted Merrill (Atheros) to make it more suitable for hostapd design and embedded systems. Some of the UPnP code is based on Intel's libupnp. Copyrights and licensing are explained in src/wps/wps_upnp.c in more detail.