$INCLUDE dictionary.rfc6656
$INCLUDE dictionary.rfc6926
$INCLUDE dictionary.rfc7291
+$INCLUDE dictionary.rfc7839
+$INCLUDE dictionary.rfc8357
$INCLUDE dictionary.rfc8925
$INCLUDE dictionary.adsl_forum
--- /dev/null
+# -*- text -*-
+# Copyright (C) 2022 The FreeRADIUS Server project and contributors
+# This work is licensed under CC-BY version 4.0 https://creativecommons.org/licenses/by/4.0
+# Version $Id$
+
+ATTRIBUTE Access-Technology-Type 82.13 struct
+MEMBER reserved uint8
+
+# Values are in https://www.rfc-editor.org/rfc/rfc5213
+MEMBER ATT uint8
+
+ATTRIBUTE Network-Name 82.14 string
+ATTRIBUTE Access-Point-Name 82.15 string
+ATTRIBUTE Access-Point-BSSID 82.16 octets[6]
+
+#
+# Section 4.4.1 says that the length is variable, but the "Length"
+# field says it's "4". We've filed an errata to change it to uint32.
+#
+# And both of these definitions refer to https://www.rfc-editor.org/rfc/rfc6757
+#
+ATTRIBUTE Operator-Identifier 82.17 uint32
+ATTRIBUTE Operator-Realm 82.18 string
--- /dev/null
+# -*- text -*-
+# Copyright (C) 2022 The FreeRADIUS Server project and contributors
+# This work is licensed under CC-BY version 4.0 https://creativecommons.org/licenses/by/4.0
+# Version $Id$
+
+#
+# If this attribute exists, then the reply is sent to the relay agent on the UDP
+# source port, and not to port 67.
+#
+ATTRIBUTE Remember-Relay-Port 82.19 bool encode=exists
+