Annotation of embedaddon/coova-chilli/src/radius_wispr.h, revision 1.1.1.1
1.1 misho 1: /*
2: *
3: * Radius client functions.
4: * Copyright (C) 2003, 2004, 2005 Mondru AB.
5: * Copyright (c) 2006-2007 David Bird <david@coova.com>
6: *
7: * The contents of this file may be used under the terms of the GNU
8: * General Public License Version 2, provided that the above copyright
9: * notice and this permission notice is included in all copies or
10: * substantial portions of the software.
11: *
12: */
13:
14: #ifndef _RADIUS_WISPR_H
15: #define _RADIUS_WISPR_H
16:
17: #define RADIUS_VENDOR_WISPR 14122
18: #define RADIUS_ATTR_WISPR_LOCATION_ID 1
19: #define RADIUS_ATTR_WISPR_LOCATION_NAME 2 /* string */
20: #define RADIUS_ATTR_WISPR_LOGOFF_URL 3 /* string */
21: #define RADIUS_ATTR_WISPR_REDIRECTION_URL 4 /* string */
22: #define RADIUS_ATTR_WISPR_BANDWIDTH_MIN_UP 5 /* integer */
23: #define RADIUS_ATTR_WISPR_BANDWIDTH_MIN_DOWN 6 /* integer */
24: #define RADIUS_ATTR_WISPR_BANDWIDTH_MAX_UP 7 /* integer */
25: #define RADIUS_ATTR_WISPR_BANDWIDTH_MAX_DOWN 8 /* integer */
26: #define RADIUS_ATTR_WISPR_SESSION_TERMINATE_TIME 9 /* string */
27: #define RADIUS_ATTR_WISPR_SESSION_TERMINATE_END_OF_DAY 10 /* string */
28: #define RADIUS_ATTR_WISPR_BILLING_CLASS_OF_SERVICE 11 /* string */
29:
30: #endif /* !_RADIUS_WISPR_H */
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>