-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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=<passphrase>" | ||
# | ||
# | ||
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 |