EAP-FAST: Allow A-ID and A-ID-Info to be configured separately
authorJouni Malinen <j@w1.fi>
Sun, 19 Oct 2008 06:55:59 +0000 (09:55 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 19 Oct 2008 06:55:59 +0000 (09:55 +0300)
commit2d86724409021bb98fa37e08e9cc37014faf9e29
tree5602de55b4216e85706777a3a6b1ce6264a7a847
parent2100a768bfe2d3186dd7ff2bd62fde61c944d674
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.
14 files changed:
hostapd/ChangeLog
hostapd/config.c
hostapd/config.h
hostapd/eapol_sm.c
hostapd/eapol_sm.h
hostapd/hostapd.c
hostapd/hostapd.conf
hostapd/ieee802_1x.c
src/eap_server/eap.c
src/eap_server/eap.h
src/eap_server/eap_fast.c
src/eap_server/eap_i.h
src/radius/radius_server.c
src/radius/radius_server.h