EAP-FAST: Make PAC-Key lifetime values configurable

The hardcoded values in eap_fast.c were replaced with values read from
hostapd.conf.
This commit is contained in:
Jouni Malinen 2008-10-08 17:25:47 +03:00 committed by Jouni Malinen
parent 378eae5e9b
commit a11c90a64a
13 changed files with 56 additions and 14 deletions

View file

@ -175,6 +175,8 @@ struct eap_sm {
enum {
NO_PROV, ANON_PROV, AUTH_PROV, BOTH_PROV
} eap_fast_prov;
int pac_key_lifetime;
int pac_key_refresh_time;
int eap_sim_aka_result_ind;
int tnc;
};