]> git.ipfire.org Git - thirdparty/hostap.git/commit
Interworking: Add credential realm to EAP-TLS identity
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 11 Mar 2016 18:18:51 +0000 (20:18 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 11 Mar 2016 19:06:15 +0000 (21:06 +0200)
commitc6c29be1bdc56bfd3a748f06063b1ba0aa80dc94
tree1ec18372631d97c37b0f8cad13fa84acdc4a7d66
parent8b29661192a86f56d78160cf176f3426fa37400e
Interworking: Add credential realm to EAP-TLS identity

If the configured credential includes a username without '@' (i.e., no
realm) in it and a realm, combine these to form the EAP-Request/Identity
value as "<username>@<realm>" for EAP-TLS. This was already done for
EAP-TTLS as part of the anonymous NAI conversion, but EAP-TLS could have
ended up using a username without any realm information which would be
unlikely to work properly with roaming cases.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/interworking.c