|
@@ -231,7 +231,8 @@ static struct radius_attr_type radius_attrs[] =
|
|
|
{ RADIUS_ATTR_CHARGEABLE_USER_IDENTITY, "Chargeable-User-Identity",
|
|
|
RADIUS_ATTR_TEXT },
|
|
|
{ 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)
|
|
|
|