RADIUS: Define new attributes from RFC 5580
This adds definition and names for the RADIUS attributes defined in RFC 5580 (Carrying Location Objects in RADIUS and Diameter). Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
3f7ac05878
commit
0ffe7a5481
2 changed files with 18 additions and 0 deletions
|
@ -92,6 +92,13 @@ enum { RADIUS_ATTR_USER_NAME = 1,
|
|||
RADIUS_ATTR_NAS_IPV6_ADDRESS = 95,
|
||||
RADIUS_ATTR_ERROR_CAUSE = 101,
|
||||
RADIUS_ATTR_EAP_KEY_NAME = 102,
|
||||
RADIUS_ATTR_OPERATOR_NAME = 126,
|
||||
RADIUS_ATTR_LOCATION_INFO = 127,
|
||||
RADIUS_ATTR_LOCATION_DATA = 128,
|
||||
RADIUS_ATTR_BASIC_LOCATION_POLICY_RULES = 129,
|
||||
RADIUS_ATTR_EXTENDED_LOCATION_POLICY_RULES = 130,
|
||||
RADIUS_ATTR_LOCATION_CAPABLE = 131,
|
||||
RADIUS_ATTR_REQUESTED_LOCATION_INFO = 132,
|
||||
RADIUS_ATTR_MOBILITY_DOMAIN_ID = 177,
|
||||
RADIUS_ATTR_WLAN_HESSID = 181,
|
||||
RADIUS_ATTR_WLAN_PAIRWISE_CIPHER = 186,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue