home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / Aplikacje_64-bitowe / Wireshark / wireshark-win64-1.6.1.exe / radius / dictionary.wispr < prev    next >
Text File  |  2011-07-18  |  971b  |  37 lines

  1. # -*- text -*-
  2. #
  3. # dictionary.wispr
  4. #
  5. #    VSAs originally by
  6. #    "James Underwood" <underwood@comcast.net>
  7. #
  8. # Version:    $Id: dictionary.wispr 28996 2009-07-07 17:52:03Z wmeier $
  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
  37.