EAP-FAST: Cleaned up TLV processing and added support for EAP Sequences
authorJouni Malinen <j@w1.fi>
Thu, 28 Feb 2008 01:59:34 +0000 (17:59 -0800)
committerJouni Malinen <j@w1.fi>
Thu, 28 Feb 2008 01:59:34 +0000 (17:59 -0800)
commit7914585fe08e000fa49b84fded54c0731d64e177
tree5c14107244361bd5211115060b35a1da9a7fdb11
parent2bab8ae401b5a1ee38c801a51cddd892a05449e1
EAP-FAST: Cleaned up TLV processing and added support for EAP Sequences

Number of TLVs were processed in groups and these cases were now separated
into more flexible processing of one TLV at the time. wpabuf_concat()
function was added to make it easier to concatenate TLVs. EAP Sequences are
now supported in both server and peer code, but the server side is not
enabled by default.
hostapd/ChangeLog
src/eap_peer/eap_fast.c
src/eap_server/eap_fast.c
src/utils/wpabuf.c
src/utils/wpabuf.h
wpa_supplicant/ChangeLog