]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Add dictionary for hotspot 2.0
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 2 Jun 2015 17:07:35 +0000 (11:07 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 2 Jun 2015 17:07:56 +0000 (11:07 -0600)
share/dictionary
share/dictionary.wifialliance [new file with mode: 0644]

index 508125bf5b14b899c3c45cf279298fb8f924ca45..7e35355f1dce5876fee1286daed793c4c2f1e79a 100644 (file)
@@ -269,6 +269,7 @@ $INCLUDE dictionary.versanet
 $INCLUDE dictionary.waverider
 $INCLUDE dictionary.walabi
 $INCLUDE dictionary.wichorus
+$INCLUDE dictionary.wifialliance
 $INCLUDE dictionary.wimax
 $INCLUDE dictionary.wispr
 $INCLUDE dictionary.xedia
diff --git a/share/dictionary.wifialliance b/share/dictionary.wifialliance
new file mode 100644 (file)
index 0000000..1f92da0
--- /dev/null
@@ -0,0 +1,44 @@
+# -*- text -*-
+# Copyright (C) 2015 The FreeRADIUS Server project and contributors
+##############################################################################
+#
+#       WiFi-Alliance attributes for Hotspot 2.0
+#
+#       $Id$
+#
+##############################################################################
+
+VENDOR         WiFi-Alliance                   40808
+
+BEGIN-VENDOR   WiFi-Alliance
+
+#  0                   1                   2                   3
+#   0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+#  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+#  | Server Method | Subscription Remediation Server URL
+#  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+ATTRIBUTE      HS20-Subscription-Remediation-Needed    1       octets
+ATTRIBUTE      HS20-AP-Version                         2       byte
+
+#  0                   1                   2                   3
+#   0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+#  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+#  |    Version    |    PPS MO UpdateIdentifier    |
+#  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+ATTRIBUTE      HS20-Mobile-Device-Version              3       octets
+
+#  0                   1                   2                   3
+#   0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+#  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+#  |      Code     |        Re-auth Delay          |     URL
+#  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+ATTRIBUTE      HS20-Deauthentication-Request           4       octets
+
+#  0                   1                   2                   3
+#   0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+#  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+#  |       SWT     |   Session Information URL
+#  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+ATTRIBUTE      HS20-Session-Information-URL            5       octets
+
+END-VENDOR    WiFi-Alliance