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:
parent
378eae5e9b
commit
a11c90a64a
13 changed files with 56 additions and 14 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue