diff options
author | Jouni Malinen <jouni@codeaurora.org> | 2018-04-17 10:08:31 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2018-04-17 13:40:47 (GMT) |
commit | 67cca34645638c5cbac4a0a3064ac4bea13eb090 (patch) | |
tree | f77894984ac271ceaeeba202a9b65d2a38ad5ca5 /src/radius | |
parent | be5acc3884bdf1d4a8b07ac27d4a4f708082dd76 (diff) | |
download | hostap-67cca34645638c5cbac4a0a3064ac4bea13eb090.zip hostap-67cca34645638c5cbac4a0a3064ac4bea13eb090.tar.gz hostap-67cca34645638c5cbac4a0a3064ac4bea13eb090.tar.bz2 |
HS 2.0: Copy Roaming Consortium OI from (Re)AssocReq to Access-Request
This extends hostapd processing of (Re)Association Request frames to
store a local copy of the Consortium OI within the Roaming Consortium
Selection element, if present, and then add that in HS 2.0 Roaming
Consortium attribute into RADIUS Access-Request messages.
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
Diffstat (limited to 'src/radius')
-rw-r--r-- | src/radius/radius.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radius/radius.h b/src/radius/radius.h index a75922d..bed7f23 100644 --- a/src/radius/radius.h +++ b/src/radius/radius.h @@ -198,6 +198,7 @@ enum { RADIUS_VENDOR_ATTR_WFA_HS20_STA_VERSION = 3, RADIUS_VENDOR_ATTR_WFA_HS20_DEAUTH_REQ = 4, RADIUS_VENDOR_ATTR_WFA_HS20_SESSION_INFO_URL = 5, + RADIUS_VENDOR_ATTR_WFA_HS20_ROAMING_CONSORTIUM = 6, }; #ifdef _MSC_VER |