Add server identity configuration for EAP server
authorJouni Malinen <j@w1.fi>
Sat, 6 Jul 2013 15:17:15 +0000 (18:17 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 7 Jul 2013 17:30:10 +0000 (20:30 +0300)
commit67fe933d40151f573c26122812141d2c64f0cefc
tree837505f651628a7d3949912bfa6d8cc1d901e7af
parent06aeff5f8f2ba6d116911a1e3507519c44ee5043
Add server identity configuration for EAP server

The new server_id parameter in hostapd.conf can now be used to specify
which identity is delivered to the EAP peer with EAP methods that
support authenticated server identity.

Signed-hostap: Jouni Malinen <j@w1.fi>
13 files changed:
hostapd/config_file.c
hostapd/hostapd.conf
src/ap/ap_config.c
src/ap/ap_config.h
src/ap/authsrv.c
src/ap/ieee802_1x.c
src/eap_server/eap.h
src/eap_server/eap_i.h
src/eap_server/eap_server.c
src/eapol_auth/eapol_auth_sm.c
src/eapol_auth/eapol_auth_sm.h
src/radius/radius_server.c
src/radius/radius_server.h