blob: 27a3887f32b040e28fe58fb620bc8168370358a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
# -*- 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: 93dabcb5a94417c9243a8aef28719bf5a23abcf4 $
#
##############################################################################
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=<passphrase>"
#
#
ATTRIBUTE Eleven-Authentication-Find-Key 3 tlv
BEGIN-TLV Eleven-Authentication-Find-Key
#
# The second EAPoL frame of the 4-way handshake
#
ATTRIBUTE Eleven-EAPOL-Frame-2 1 octets
END-TLV Eleven-Authentication-Find-Key
#
# 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
|