AP: Add wpa_msg() events for EAP server state machine

This commit is contained in:
Gregory Detal 2010-04-07 11:13:14 +03:00 committed by Jouni Malinen
parent d9a27b0455
commit bb437f282b
9 changed files with 36 additions and 0 deletions

View file

@ -104,6 +104,7 @@ static int hostapd_setup_radius_srv(struct hostapd_data *hapd)
srv.conf_ctx = conf;
srv.eap_sim_db_priv = hapd->eap_sim_db_priv;
srv.ssl_ctx = hapd->ssl_ctx;
srv.msg_ctx = hapd->msg_ctx;
srv.pac_opaque_encr_key = conf->pac_opaque_encr_key;
srv.eap_fast_a_id = conf->eap_fast_a_id;
srv.eap_fast_a_id_len = conf->eap_fast_a_id_len;