diff options
author | Jouni Malinen <j@w1.fi> | 2008-10-19 09:55:59 +0300 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2008-10-19 09:55:59 +0300 |
commit | 2d86724409021bb98fa37e08e9cc37014faf9e29 (patch) | |
tree | 5602de55b4216e85706777a3a6b1ce6264a7a847 /hostapd/ChangeLog | |
parent | 2100a768bfe2d3186dd7ff2bd62fde61c944d674 (diff) | |
download | external_wpa_supplicant_8_ti-2d86724409021bb98fa37e08e9cc37014faf9e29.zip external_wpa_supplicant_8_ti-2d86724409021bb98fa37e08e9cc37014faf9e29.tar.gz external_wpa_supplicant_8_ti-2d86724409021bb98fa37e08e9cc37014faf9e29.tar.bz2 |
EAP-FAST: Allow A-ID and A-ID-Info to be configured separately
Changed EAP-FAST configuration to use separate fields for A-ID and
A-ID-Info (eap_fast_a_id_info) to allow A-ID to be set to a fixed
16-octet len binary value for better interoperability with some peer
implementations; eap_fast_a_id is now configured as a hex string.
Diffstat (limited to 'hostapd/ChangeLog')
-rw-r--r-- | hostapd/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hostapd/ChangeLog b/hostapd/ChangeLog index 613f3e3..c8c3539 100644 --- a/hostapd/ChangeLog +++ b/hostapd/ChangeLog @@ -19,6 +19,10 @@ ChangeLog for hostapd (driver=none in hostapd.conf; CONFIG_DRIVER_NONE=y in .config) * fixed WPA/RSN IE validation to verify that the proto (WPA vs. WPA2) is enabled in configuration + * changed EAP-FAST configuration to use separate fields for A-ID and + A-ID-Info (eap_fast_a_id_info) to allow A-ID to be set to a fixed + 16-octet len binary value for better interoperability with some peer + implementations; eap_fast_a_id is now configured as a hex string 2008-08-10 - v0.6.4 * added peer identity into EAP-FAST PAC-Opaque and skip Phase 2 |