wpa_supplicant / hostapd  2.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Macros | Functions
wps_upnp_web.c File Reference

UPnP WPS Device - Web connections Copyright (c) 2006-2007 Sony Corporation Copyright (c) 2008-2009 Atheros Communications Copyright (c) 2009, Jouni Malinen j@w1..nosp@m.fi 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"

Macros

#define WEB_CONNECTION_TIMEOUT_SEC   30 /* Drop web connection after t.o. */
 
#define WEB_CONNECTION_MAX_READ   8000 /* Max we'll read for TCP request */
 
#define MAX_WEB_CONNECTIONS   10 /* max simultaneous web connects */
 

Functions

void web_listener_stop (struct upnp_wps_device_sm *sm)
 
int web_listener_start (struct upnp_wps_device_sm *sm)
 

Detailed Description

UPnP WPS Device - Web connections Copyright (c) 2006-2007 Sony Corporation Copyright (c) 2008-2009 Atheros Communications Copyright (c) 2009, Jouni Malinen j@w1..nosp@m.fi

See wps_upnp.c for more details on licensing and code history.