UPnP WPS Device - Web connections. More...
#include "includes.h"#include "common.h"#include "base64.h"#include "uuid.h"#include "httpread.h"#include "http_server.h"#include "wps_i.h"#include "wps_upnp.h"#include "wps_upnp_i.h"#include "upnp_xml.h"
Go to the source code of this file.
Defines | |
| #define | WEB_CONNECTION_TIMEOUT_SEC 30 |
| #define | WEB_CONNECTION_MAX_READ 8000 |
| #define | MAX_WEB_CONNECTIONS 10 |
Functions | |
| void | web_listener_stop (struct upnp_wps_device_sm *sm) |
| int | web_listener_start (struct upnp_wps_device_sm *sm) |
UPnP WPS Device - Web connections.
See wps_upnp.c for more details on licensing and code history.
Definition in file wps_upnp_web.c.
1.6.1