]> 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 09:26:17 +0000 (11:26 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 18 Mar 2008 09:26:17 +0000 (11:26 +0200)
commit0ac0e4df1c5bd74522afa74c6d910f9988fa571b
treedd1d4cd9776fe683c9d021b01fa416d269b85f78
parent06726f0bddeb9ad9a2484f7ad368dfed6107a8e8
EAP-PEAP: Moved EAP-TLV processing into eap_peap.c

EAP-PEAP was the only method that used the external eap_tlv.c peer
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.
src/eap_peer/eap_fast.c
src/eap_peer/eap_peap.c
src/eap_peer/eap_tlv.c [deleted file]
src/eap_peer/eap_tlv.h [deleted file]
wpa_supplicant/Makefile