Updated the spec file for moonshot-targeted-ids
[freeradius.git] / share / dictionary.wifialliance
1 # -*- text -*-
2 # Copyright (C) 2015 The FreeRADIUS Server project and contributors
3 ##############################################################################
4 #
5 #       WiFi-Alliance attributes for Hotspot 2.0
6 #
7 #       $Id$
8 #
9 ##############################################################################
10
11 VENDOR          WiFi-Alliance                   40808
12
13 BEGIN-VENDOR    WiFi-Alliance
14
15 #  0                   1                   2                   3
16 #   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
17 #  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
18 #  | Server Method | Subscription Remediation Server URL
19 #  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
20 #
21 #  Server Method
22 #
23 #       0 = OMA DM
24 #       1 = Soap XML SPP
25 #       2..255 reserved
26 #
27 ATTRIBUTE       HS20-Subscription-Remediation-Needed    1       octets
28 ATTRIBUTE       HS20-AP-Version                         2       byte
29
30 #  0                   1                   2                   3
31 #   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
32 #  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
33 #  |    Version    |    PPS MO UpdateIdentifier    |
34 #  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
35 #
36 #  Version
37 #
38 #       0 = release 1
39 #       1 = release 2
40 #
41 ATTRIBUTE       HS20-Mobile-Device-Version              3       octets
42
43 #  0                   1                   2                   3
44 #   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
45 #  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
46 #  |      Code     |        Re-auth Delay          |     URL
47 #  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
48 #
49 #  Code
50 #
51 #       0 = User's subscription does not allow or no longer allows access at this BSS
52 #       1 = User's subscription does not allow or no longer allows access at this ESS
53 #
54 #
55 #  Re-Auth delay = delay in seconds that a mobile device waits before attempting
56 #                  reassociation.
57 #                  0 == delay is decided by the mobile device.
58 #
59 #  URL = UTF-8 encoded URL.
60 #       Which provides a webpage explaining why the mobile device was
61 #       not authorized (or is no longer authorized)
62 #
63 ATTRIBUTE       HS20-Deauthentication-Request           4       octets
64
65 #  0                   1                   2                   3
66 #   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
67 #  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
68 #  |       SWT     |   Session Information URL
69 #  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
70 #
71 #  SWT = Session Warning Time is the number of minutes of advance
72 #  notice an AP shall provide to the mobile device before terminating
73 #  its session. When SWT is set to the special value of 255, the AP
74 #  (802.1X authenticator) chooses the session warning time value.
75 #
76 #  Session Information URL field: URL which is transmitted to a mobile
77 #  device in a BSS Transition Management Request frame SWT minutes
78 #  before the mobile device’s session is terminated. The URL provides
79 #  the location of a webpage with information for the user on how to
80 #  extend the session.
81 #
82 ATTRIBUTE       HS20-Session-Information-URL            5       octets
83
84 END-VENDOR    WiFi-Alliance