From: Arran Cudbard-Bell Date: Tue, 2 Jun 2015 17:07:35 +0000 (-0600) Subject: Add dictionary for hotspot 2.0 X-Git-Tag: release_3_0_9~294 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c0a85c8d2880035aab5ed6b78e97dd2a1c5a993;p=thirdparty%2Ffreeradius-server.git Add dictionary for hotspot 2.0 --- diff --git a/share/dictionary b/share/dictionary index 508125bf5b1..7e35355f1dc 100644 --- a/share/dictionary +++ b/share/dictionary @@ -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 index 00000000000..1f92da0581a --- /dev/null +++ b/share/dictionary.wifialliance @@ -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