nexmon – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | # -*- text -*- |
2 | # |
||
3 | # dictionary.wispr |
||
4 | # |
||
5 | # VSAs originally by |
||
6 | # "James Underwood" <underwood@comcast.net> |
||
7 | # |
||
8 | # Version: $Id$ |
||
9 | # |
||
10 | # For documentation on WISPr RADIUS attributes, see: |
||
11 | # |
||
12 | # Wi-Fi Alliance - Wireless ISP Roaming - Best Current Practices v1, |
||
13 | # Feb 2003, p 14 |
||
14 | # |
||
15 | # http://www.weca.net/OpenSection/downloads/WISPr_V1.0.pdf |
||
16 | |||
17 | VENDOR WISPr 14122 |
||
18 | |||
19 | # |
||
20 | # Standard attribute |
||
21 | # |
||
22 | BEGIN-VENDOR WISPr |
||
23 | |||
24 | ATTRIBUTE WISPr-Location-ID 1 string |
||
25 | ATTRIBUTE WISPr-Location-Name 2 string |
||
26 | ATTRIBUTE WISPr-Logoff-URL 3 string |
||
27 | ATTRIBUTE WISPr-Redirection-URL 4 string |
||
28 | ATTRIBUTE WISPr-Bandwidth-Min-Up 5 integer |
||
29 | ATTRIBUTE WISPr-Bandwidth-Min-Down 6 integer |
||
30 | ATTRIBUTE WISPr-Bandwidth-Max-Up 7 integer |
||
31 | ATTRIBUTE WISPr-Bandwidth-Max-Down 8 integer |
||
32 | ATTRIBUTE WISPr-Session-Terminate-Time 9 string |
||
33 | ATTRIBUTE WISPr-Session-Terminate-End-Of-Day 10 string |
||
34 | ATTRIBUTE WISPr-Billing-Class-Of-Service 11 string |
||
35 | |||
36 | END-VENDOR WISPr |