From a688258a0b9e96f684c676fc7d9ddd85aea9635f Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Mon, 17 Apr 2023 09:10:45 -0400 Subject: [PATCH] as found on the net. --- share/dictionary | 1 + share/dictionary.eleven | 52 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 share/dictionary.eleven diff --git a/share/dictionary b/share/dictionary index 86582f0c44..f91d6b842f 100644 --- a/share/dictionary +++ b/share/dictionary @@ -209,6 +209,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.eleven b/share/dictionary.eleven new file mode 100644 index 0000000000..93dabcb5a9 --- /dev/null +++ b/share/dictionary.eleven @@ -0,0 +1,52 @@ +# -*- 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 3.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 + -- 2.47.3