]> git.ipfire.org Git - thirdparty/hostap.git/commit
EAP-PEAP: Moved EAP-TLV processing into eap_peap.c
authorJouni Malinen <j@w1.fi>
Tue, 18 Mar 2008 06:31:04 +0000 (08:31 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 18 Mar 2008 06:31:04 +0000 (08:31 +0200)
commit06726f0bddeb9ad9a2484f7ad368dfed6107a8e8
treec053942395b5c40266af70fdef7a7ecc77205e49
parenta865bd503187b707405f719debaff1a4a6da1d8c
EAP-PEAP: Moved EAP-TLV processing into eap_peap.c

EAP-PEAP was the only method that used the external eap_tlv.c server
implementation. This worked fine just for the simple protected result
notification, but extending the TLV support for cryptobinding etc. is not
trivial with such separation. With the TLV processing integrated into
eap_peap.c, all the needed information is now available for using
additional TLVs.
hostapd/Makefile
src/eap_server/eap_i.h
src/eap_server/eap_peap.c
src/eap_server/eap_tlv.c [deleted file]