dictionary.wispr 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. # -*- text -*-
  2. # Copyright (C) 2015 The FreeRADIUS Server project and contributors
  3. #
  4. # dictionary.wispr
  5. #
  6. # VSAs originally by
  7. # "James Underwood" <underwood@comcast.net>
  8. #
  9. # Version: $Id: 2296e60a3912ca078f19f81457d20658950bc63d $
  10. #
  11. # For documentation on WISPr RADIUS attributes, see:
  12. #
  13. # Wi-Fi Alliance - Wireless ISP Roaming - Best Current Practices v1,
  14. # Feb 2003, p 14
  15. #
  16. # http://www.weca.net/OpenSection/downloads/WISPr_V1.0.pdf
  17. VENDOR WISPr 14122
  18. #
  19. # Standard attribute
  20. #
  21. BEGIN-VENDOR WISPr
  22. ATTRIBUTE WISPr-Location-ID 1 string
  23. ATTRIBUTE WISPr-Location-Name 2 string
  24. ATTRIBUTE WISPr-Logoff-URL 3 string
  25. ATTRIBUTE WISPr-Redirection-URL 4 string
  26. ATTRIBUTE WISPr-Bandwidth-Min-Up 5 integer
  27. ATTRIBUTE WISPr-Bandwidth-Min-Down 6 integer
  28. ATTRIBUTE WISPr-Bandwidth-Max-Up 7 integer
  29. ATTRIBUTE WISPr-Bandwidth-Max-Down 8 integer
  30. ATTRIBUTE WISPr-Session-Terminate-Time 9 string
  31. ATTRIBUTE WISPr-Session-Terminate-End-Of-Day 10 string
  32. ATTRIBUTE WISPr-Billing-Class-Of-Service 11 string
  33. END-VENDOR WISPr