diff options
author | Jouni Malinen <j@w1.fi> | 2008-02-27 17:59:34 -0800 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2008-02-27 17:59:34 -0800 |
commit | 7914585fe08e000fa49b84fded54c0731d64e177 (patch) | |
tree | 5c14107244361bd5211115060b35a1da9a7fdb11 /hostapd/ChangeLog | |
parent | 2bab8ae401b5a1ee38c801a51cddd892a05449e1 (diff) | |
download | external_wpa_supplicant_8_ti-7914585fe08e000fa49b84fded54c0731d64e177.zip external_wpa_supplicant_8_ti-7914585fe08e000fa49b84fded54c0731d64e177.tar.gz external_wpa_supplicant_8_ti-7914585fe08e000fa49b84fded54c0731d64e177.tar.bz2 |
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.
Diffstat (limited to 'hostapd/ChangeLog')
-rw-r--r-- | hostapd/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hostapd/ChangeLog b/hostapd/ChangeLog index 5e124ab..9601112 100644 --- a/hostapd/ChangeLog +++ b/hostapd/ChangeLog @@ -3,6 +3,7 @@ ChangeLog for hostapd ????-??-?? - v0.6.4 * added peer identity into EAP-FAST PAC-Opaque and skip Phase 2 Identity Request if identity is already known + * added support for EAP Sequences in EAP-FAST Phase 2 2008-02-22 - v0.6.3 * fixed Reassociation Response callback processing when using internal |