From: Alan T. DeKok Date: Fri, 15 Nov 2024 14:26:10 +0000 (-0500) Subject: port from v3.2.x X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0962c4beaae7d5c21ac171e0cb28eceddd76feb;p=thirdparty%2Ffreeradius-server.git port from v3.2.x --- diff --git a/share/dictionary/radius/dictionary b/share/dictionary/radius/dictionary index 68a248063a8..31b38ad1550 100644 --- a/share/dictionary/radius/dictionary +++ b/share/dictionary/radius/dictionary @@ -140,6 +140,7 @@ $INCLUDE dictionary.digium $INCLUDE dictionary.dlink $INCLUDE dictionary.dragonwave $INCLUDE dictionary.efficientip +$INCLUDE dictionary.eleven $INCLUDE dictionary.eltex $INCLUDE dictionary.epygi $INCLUDE dictionary.equallogic diff --git a/share/dictionary/radius/dictionary.eleven b/share/dictionary/radius/dictionary.eleven new file mode 100644 index 00000000000..4de9d2e8791 --- /dev/null +++ b/share/dictionary/radius/dictionary.eleven @@ -0,0 +1,53 @@ +# -*- text -*- +# Copyright (C) 2023 The FreeRADIUS Server project and contributors +# This work is licensed under CC-BY version 4.0 https://creativecommons.org/licenses/by/4.0 +# +############################################################################## +# +# Eleven Software +# +# $Id$ +# +############################################################################## + +VENDOR Eleven 52970 + +BEGIN-VENDOR Eleven + +# +# DPSK attributes +# +# The RADIUS server responds with two Cisco-AVPair attributes: +# +# Cisco-AVPair = "psk-mode=ascii" +# Cisco-AVPair = "psk=" +# +# +ATTRIBUTE Eleven-Authentication-Find-Key 3 tlv + +# +# The second EAPoL frame of the 4-way handshake +# +ATTRIBUTE Eleven-EAPOL-Frame-2 .1 octets + +# +# The first EAPoL frame of the 4-way handshake. +# +ATTRIBUTE Eleven-EAPOL-Anonce .2 octets + +# +# SSID name +# +ATTRIBUTE Eleven-EAPOL-SSID .3 string + +# +# BSSID +# +ATTRIBUTE Eleven-EAPOL-APMAC .4 octets + +# +# Wireless client MAC address. +# +ATTRIBUTE Eleven-EAPOL-STMAC .5 octets + +END-VENDOR Eleven