EAP-TEAP server: Fix eap_teap_pac_no_inner configuration
This was not passed correctly to the EAP server code when using hostapd internal EAP server. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
986033ff3d
commit
a00cb1b1f5
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue