diff mbox series

- Add definitions for RADIUS attributes standardised in RFC 7055.

Message ID e09aa34d-c816-9e34-8f4f-5677e9313fae@um.es
State Accepted
Headers show
Series - Add definitions for RADIUS attributes standardised in RFC 7055. | expand

Commit Message

Alejandro Pérez Méndez March 27, 2018, 9:50 p.m. UTC
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>

Comments

Jouni Malinen March 30, 2018, 1:32 p.m. UTC | #1
On Tue, Mar 27, 2018 at 11:50:48PM +0200, Alejandro Pérez Méndez wrote:
>     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.

Thanks, applied.
diff mbox series

Patch

diff --git a/src/radius/radius.h b/src/radius/radius.h
index 96551c62e..a75922d44 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,