]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - src/ap/ieee802_1x.c
EAP-TEAP server: Fix eap_teap_pac_no_inner configuration
[thirdparty/hostap.git] / 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;