dictionary.rfc7268 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. # -*- text -*-
  2. # Copyright (C) 2015 The FreeRADIUS Server project and contributors
  3. #
  4. # Attributes and values defined in RFC 7268
  5. # http://www.ietf.org/rfc/rfc7268.txt
  6. #
  7. # $Id: e01186a235cde7d51fe1e271c5096da01faa5f2e $
  8. #
  9. ATTRIBUTE Allowed-Called-Station-Id 174 string
  10. ATTRIBUTE EAP-Peer-Id 175 octets
  11. ATTRIBUTE EAP-Server-Id 176 octets
  12. ATTRIBUTE Mobility-Domain-Id 177 integer
  13. ATTRIBUTE Preauth-Timeout 178 integer
  14. ATTRIBUTE Network-Id-Name 179 octets
  15. # TLVs in the format defined in Figure 11-8 of Section 11.12 of
  16. # "IEEE Standard for Local and metropolitan area
  17. # networks - Port-Based Network Access Control", IEEE Std
  18. # 802.1X-2010.
  19. #
  20. # These are <drum roll> 7 bit TLV-Type, and 9-bit TLV-Length
  21. #
  22. # If the TLVs are too large for 253 octets, they are fragmented
  23. # into multiple attributes.
  24. ATTRIBUTE EAPoL-Announcement 180 octets concat
  25. ATTRIBUTE WLAN-HESSID 181 string
  26. # The upper two octets MUST be zero.
  27. # low two octets are Venue-Group and Venue-Type.
  28. # Defined in Section 8.4.1.34 of the above IEEE document.
  29. ATTRIBUTE WLAN-Venue-Info 182 integer
  30. # A two or 3 character language code selected from ISO-639.
  31. # If it's two characters, a trailing zero byte is added
  32. ATTRIBUTE WLAN-Venue-Language 183 octets[3]
  33. ATTRIBUTE WLAN-Venue-Name 184 string
  34. # two least significant octets contain the Reason Code values defined
  35. # in Table 8-36 of Section 8.4.1.7 of the above IEEE document.
  36. ATTRIBUTE WLAN-Reason-Code 185 integer
  37. # The next four attributes are binary packed. The first 3 octets is
  38. # the OUI. The last octet is the Suite Type.
  39. # in Suite selector format as specified in Figure 8-187 within Section
  40. # 8.4.2.27.2 of [IEEE-802.11], with values of OUI and Suite Type drawn
  41. # from Table 8-99.
  42. ATTRIBUTE WLAN-Pairwise-Cipher 186 integer
  43. # same as WLAN-Pairwise-Cipher
  44. ATTRIBUTE WLAN-Group-Cipher 187 integer
  45. # in Suite selector format as specified in Figure 8-187
  46. # within Section 8.4.2.27.2 of [IEEE-802.11], with values of OUI and
  47. # Suite Type drawn from Table 8-101:
  48. ATTRIBUTE WLAN-AKM-Suite 188 integer
  49. # same as WLAN-Pairwise-Cipher
  50. ATTRIBUTE WLAN-Group-Mgmt-Cipher 189 integer
  51. # the upper 3 octets are zero
  52. # the low octet contains the RF Band field, whose values are defined
  53. # by the IEEE 802.11 Band ID field (Table 8-53a of [IEEE-802.11ad])
  54. ATTRIBUTE WLAN-RF-Band 190 integer