]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
more documentation for hotspot attributes
authorAlan T. DeKok <aland@freeradius.org>
Wed, 10 Jun 2015 17:16:30 +0000 (13:16 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 11 Jun 2015 19:54:40 +0000 (15:54 -0400)
share/dictionary.wifialliance

index 1f92da0581a2fa13bbf08b98d7c17599e8e0ab4f..124f062362c9d95403ab27b290e07f80a5b0ea6e 100644 (file)
@@ -17,6 +17,13 @@ BEGIN-VENDOR WiFi-Alliance
 #  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 #  | Server Method | Subscription Remediation Server URL
 #  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+#
+#  Server Method
+#
+#      0 = OMA DM
+#      1 = Soap XML SPP
+#      2..255 reserved
+#
 ATTRIBUTE      HS20-Subscription-Remediation-Needed    1       octets
 ATTRIBUTE      HS20-AP-Version                         2       byte
 
@@ -25,6 +32,12 @@ ATTRIBUTE    HS20-AP-Version                         2       byte
 #  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 #  |    Version    |    PPS MO UpdateIdentifier    |
 #  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+#
+#  Version
+#
+#      0 = release 1
+#      1 = release 2
+#
 ATTRIBUTE      HS20-Mobile-Device-Version              3       octets
 
 #  0                   1                   2                   3
@@ -32,6 +45,21 @@ ATTRIBUTE    HS20-Mobile-Device-Version              3       octets
 #  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 #  |      Code     |        Re-auth Delay          |     URL
 #  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+#
+#  Code
+#
+#      0 = User's subscription does not allow or no longer allows access at this BSS
+#      1 = User's subscription does not allow or no longer allows access at this ESS
+#
+#
+#  Re-Auth delay = delay in seconds that a mobile device waits before attempting
+#                 reassociation.
+#                 0 == delay is decided by the mobile device.
+#
+#  URL = UTF-8 encoded URL.
+#      Which provides a webpage explaining why the mobile device was
+#      not authorized (or is no longer authorized)
+#
 ATTRIBUTE      HS20-Deauthentication-Request           4       octets
 
 #  0                   1                   2                   3
@@ -39,6 +67,18 @@ ATTRIBUTE    HS20-Deauthentication-Request           4       octets
 #  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 #  |       SWT     |   Session Information URL
 #  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+#
+#  SWT = Session Warning Time is the number of minutes of advance
+#  notice an AP shall provide to the mobile device before terminating
+#  its session. When SWT is set to the special value of 255, the AP
+#  (802.1X authenticator) chooses the session warning time value.
+#
+#  Session Information URL field: URL which is transmitted to a mobile
+#  device in a BSS Transition Management Request frame SWT minutes
+#  before the mobile device’s session is terminated. The URL provides
+#  the location of a webpage with information for the user on how to
+#  extend the session.
+#
 ATTRIBUTE      HS20-Session-Information-URL            5       octets
 
 END-VENDOR    WiFi-Alliance