Add Mobility-Domain-Id into RADIUS messages
This adds hostapd support for the new Mobility-Domain-Id attribute defined in RFC 7268. This attribute contains the mobility domain id and it is added whenever the station negotiates use of FT. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
4a0693a4d5
commit
69002fb0a8
3 changed files with 18 additions and 0 deletions
|
@ -92,6 +92,7 @@ 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_MOBILITY_DOMAIN_ID = 177,
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue