RADIUS: Define EAP-Key-Name
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
5b1aaf6cfb
commit
251c53e084
2 changed files with 4 additions and 2 deletions
|
@ -231,7 +231,8 @@ static struct radius_attr_type radius_attrs[] =
|
||||||
{ RADIUS_ATTR_CHARGEABLE_USER_IDENTITY, "Chargeable-User-Identity",
|
{ RADIUS_ATTR_CHARGEABLE_USER_IDENTITY, "Chargeable-User-Identity",
|
||||||
RADIUS_ATTR_TEXT },
|
RADIUS_ATTR_TEXT },
|
||||||
{ RADIUS_ATTR_NAS_IPV6_ADDRESS, "NAS-IPv6-Address", RADIUS_ATTR_IPV6 },
|
{ RADIUS_ATTR_NAS_IPV6_ADDRESS, "NAS-IPv6-Address", RADIUS_ATTR_IPV6 },
|
||||||
{ RADIUS_ATTR_ERROR_CAUSE, "Error-Cause", RADIUS_ATTR_INT32 }
|
{ RADIUS_ATTR_ERROR_CAUSE, "Error-Cause", RADIUS_ATTR_INT32 },
|
||||||
|
{ RADIUS_ATTR_EAP_KEY_NAME, "EAP-Key-Name", RADIUS_ATTR_HEXDUMP },
|
||||||
};
|
};
|
||||||
#define RADIUS_ATTRS ARRAY_SIZE(radius_attrs)
|
#define RADIUS_ATTRS ARRAY_SIZE(radius_attrs)
|
||||||
|
|
||||||
|
|
|
@ -90,7 +90,8 @@ enum { RADIUS_ATTR_USER_NAME = 1,
|
||||||
RADIUS_ATTR_ACCT_INTERIM_INTERVAL = 85,
|
RADIUS_ATTR_ACCT_INTERIM_INTERVAL = 85,
|
||||||
RADIUS_ATTR_CHARGEABLE_USER_IDENTITY = 89,
|
RADIUS_ATTR_CHARGEABLE_USER_IDENTITY = 89,
|
||||||
RADIUS_ATTR_NAS_IPV6_ADDRESS = 95,
|
RADIUS_ATTR_NAS_IPV6_ADDRESS = 95,
|
||||||
RADIUS_ATTR_ERROR_CAUSE = 101
|
RADIUS_ATTR_ERROR_CAUSE = 101,
|
||||||
|
RADIUS_ATTR_EAP_KEY_NAME = 102,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue