]> git.ipfire.org Git - thirdparty/hostap.git/commit
EAP-TEAP server: Testing mechanism for Result TLV in a separate message
authorJouni Malinen <j@w1.fi>
Fri, 16 Aug 2019 20:54:51 +0000 (23:54 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 16 Aug 2019 21:08:47 +0000 (00:08 +0300)
commit76ddfae6eba148a528629cb12146bc8abf2b42d8
tree894b0c2f06f9e22d2cc2150a9ee1c5ca8da07882
parent4c327146f04abc102fda7d9a5508c0bde0184c94
EAP-TEAP server: Testing mechanism for Result TLV in a separate message

The new eap_teap_separate_result=1 hostapd configuration parameter can
be used to test TEAP exchange where the Intermediate-Result TLV and
Crypto-Binding TLV are send in one message exchange while the Result TLV
exchange in done after that in a separate message exchange.

Signed-off-by: Jouni Malinen <j@w1.fi>
13 files changed:
hostapd/config_file.c
hostapd/hostapd.conf
src/ap/ap_config.h
src/ap/authsrv.c
src/ap/ieee802_1x.c
src/eap_server/eap.h
src/eap_server/eap_i.h
src/eap_server/eap_server.c
src/eap_server/eap_server_teap.c
src/eapol_auth/eapol_auth_sm.c
src/eapol_auth/eapol_auth_sm.h
src/radius/radius_server.c
src/radius/radius_server.h