http.h
Go to the documentation of this file.
00001 /*
00002  * HTTP for WPS
00003  * Copyright (c) 2000-2003 Intel Corporation
00004  * Copyright (c) 2006-2007 Sony Corporation
00005  * Copyright (c) 2008-2009 Atheros Communications
00006  * Copyright (c) 2009, Jouni Malinen <j@w1.fi>
00007  *
00008  * See wps_upnp.c for more details on licensing and code history.
00009  */
00010 
00011 #ifndef HTTP_H
00012 #define HTTP_H
00013 
00014 enum http_reply_code {
00015         HTTP_OK = 200,
00016         HTTP_BAD_REQUEST = 400,
00017         UPNP_INVALID_ACTION = 401,
00018         UPNP_INVALID_ARGS = 402,
00019         HTTP_NOT_FOUND = 404,
00020         HTTP_PRECONDITION_FAILED = 412,
00021         HTTP_INTERNAL_SERVER_ERROR = 500,
00022         HTTP_UNIMPLEMENTED = 501,
00023         UPNP_ACTION_FAILED = 501,
00024         UPNP_ARG_VALUE_INVALID = 600,
00025         UPNP_ARG_VALUE_OUT_OF_RANGE = 601,
00026         UPNP_OUT_OF_MEMORY = 603
00027 };
00028 
00029 #endif /* HTTP_H */


wpa_supplicant
Author(s): Package maintained by Blaise Gassend
autogenerated on Thu Jan 2 2014 11:26:37