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
|
@ -27,6 +27,8 @@ struct radius_server_conf {
|
|||
u8 *pac_opaque_encr_key;
|
||||
char *eap_fast_a_id;
|
||||
int eap_fast_prov;
|
||||
int pac_key_lifetime;
|
||||
int pac_key_refresh_time;
|
||||
int eap_sim_aka_result_ind;
|
||||
int tnc;
|
||||
int ipv6;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue