diff options
author | Alejandro Pérez Méndez <alex@um.es> | 2018-03-27 21:50:48 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2018-03-30 08:04:29 (GMT) |
commit | 2ff9696d3bb6ed744318f8d5d135a99dcac4de2b (patch) | |
tree | 03649094a2f813d233eadd76b12bf00795c61693 /src/radius | |
parent | c17915462a99de99622b6598c5eebf72b3fe9e54 (diff) | |
download | hostap-2ff9696d3bb6ed744318f8d5d135a99dcac4de2b.zip hostap-2ff9696d3bb6ed744318f8d5d135a99dcac4de2b.tar.gz hostap-2ff9696d3bb6ed744318f8d5d135a99dcac4de2b.tar.bz2 |
Add definitions for RADIUS attributes standardised in RFC 7055
hostap code is used by the Moonshot software (an implementation of the
GSS EAP mechanism - RFC 7055), and those definitions are required but
missing.
Signed-off-by: Alejandro Perez <alex.perez-mendez@jisc.ac.uk>
Diffstat (limited to 'src/radius')
-rw-r--r-- | src/radius/radius.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/radius/radius.h b/src/radius/radius.h index 96551c6..a75922d 100644 --- a/src/radius/radius.h +++ b/src/radius/radius.h @@ -102,6 +102,10 @@ enum { RADIUS_ATTR_USER_NAME = 1, RADIUS_ATTR_EXTENDED_LOCATION_POLICY_RULES = 130, RADIUS_ATTR_LOCATION_CAPABLE = 131, RADIUS_ATTR_REQUESTED_LOCATION_INFO = 132, + RADIUS_ATTR_GSS_ACCEPTOR_SERVICE_NAME = 164, + RADIUS_ATTR_GSS_ACCEPTOR_HOST_NAME = 165, + RADIUS_ATTR_GSS_ACCEPTOR_SERVICE_SPECIFICS = 166, + RADIUS_ATTR_GSS_ACCEPTOR_REALM_NAME = 167, RADIUS_ATTR_MOBILITY_DOMAIN_ID = 177, RADIUS_ATTR_WLAN_HESSID = 181, RADIUS_ATTR_WLAN_REASON_CODE = 185, |