summaryrefslogtreecommitdiffstats
path: root/share/dictionary.wispr
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 09:49:46 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 09:49:46 +0000
commit50b37d4a27d3295a29afca2286f1a5a086142cec (patch)
tree9212f763934ee090ef72d823f559f52ce387f268 /share/dictionary.wispr
parentInitial commit. (diff)
downloadfreeradius-upstream.tar.xz
freeradius-upstream.zip
Adding upstream version 3.2.1+dfsg.upstream/3.2.1+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--share/dictionary.wispr38
1 files changed, 38 insertions, 0 deletions
diff --git a/share/dictionary.wispr b/share/dictionary.wispr
new file mode 100644
index 0000000..1493c36
--- /dev/null
+++ b/share/dictionary.wispr
@@ -0,0 +1,38 @@
+# -*- text -*-
+# Copyright (C) 2019 The FreeRADIUS Server project and contributors
+# This work is licensed under CC-BY version 4.0 https://creativecommons.org/licenses/by/4.0
+#
+# dictionary.wispr
+#
+# VSAs originally by
+# "James Underwood" <underwood@comcast.net>
+#
+# Version: $Id$
+#
+# For documentation on WISPr RADIUS attributes, see:
+#
+# Wi-Fi Alliance - Wireless ISP Roaming - Best Current Practices v1,
+# Feb 2003, p 14
+#
+# http://www.weca.net/OpenSection/downloads/WISPr_V1.0.pdf
+
+VENDOR WISPr 14122
+
+#
+# Standard attribute
+#
+BEGIN-VENDOR WISPr
+
+ATTRIBUTE WISPr-Location-ID 1 string
+ATTRIBUTE WISPr-Location-Name 2 string
+ATTRIBUTE WISPr-Logoff-URL 3 string
+ATTRIBUTE WISPr-Redirection-URL 4 string
+ATTRIBUTE WISPr-Bandwidth-Min-Up 5 integer
+ATTRIBUTE WISPr-Bandwidth-Min-Down 6 integer
+ATTRIBUTE WISPr-Bandwidth-Max-Up 7 integer
+ATTRIBUTE WISPr-Bandwidth-Max-Down 8 integer
+ATTRIBUTE WISPr-Session-Terminate-Time 9 string
+ATTRIBUTE WISPr-Session-Terminate-End-Of-Day 10 string
+ATTRIBUTE WISPr-Billing-Class-Of-Service 11 string
+
+END-VENDOR WISPr