]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
EAP-TEAP server: Fix eap_teap_pac_no_inner configuration
authorJouni Malinen <j@w1.fi>
Mon, 19 Aug 2019 23:12:31 +0000 (02:12 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 19 Aug 2019 23:13:22 +0000 (02:13 +0300)
This was not passed correctly to the EAP server code when using hostapd
internal EAP server.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/ap/ieee802_1x.c

index fd47013efe56e6aabd40283dd7a68feb777d92a8..57ec4fdf047ec968702ec04d58ccec641474f001 100644 (file)
@@ -2432,6 +2432,7 @@ static struct eap_config * ieee802_1x_eap_config(struct hostapd_data *hapd)
        cfg->pac_key_lifetime = hapd->conf->pac_key_lifetime;
        cfg->pac_key_refresh_time = hapd->conf->pac_key_refresh_time;
        cfg->eap_teap_auth = hapd->conf->eap_teap_auth;
+       cfg->eap_teap_pac_no_inner = hapd->conf->eap_teap_pac_no_inner;
        cfg->eap_teap_separate_result = hapd->conf->eap_teap_separate_result;
        cfg->eap_teap_id = hapd->conf->eap_teap_id;
        cfg->eap_sim_aka_result_ind = hapd->conf->eap_sim_aka_result_ind;