Searched refs:pac_key_refresh_time (Results 1 - 13 of 13) sorted by relevance

/freebsd-11.0-release/contrib/wpa/src/radius/
H A Dradius_server.h123 * pac_key_refresh_time - EAP-FAST PAC-Key refresh time in seconds
129 int pac_key_refresh_time; member in struct:radius_server_conf
H A Dradius_server.c216 * pac_key_refresh_time - EAP-FAST PAC-Key refresh time in seconds
222 int pac_key_refresh_time; member in struct:radius_server_data
685 eap_conf.pac_key_refresh_time = data->pac_key_refresh_time;
1734 data->pac_key_refresh_time = conf->pac_key_refresh_time;
/freebsd-11.0-release/contrib/wpa/src/eap_server/
H A Deap.h120 int pac_key_refresh_time; member in struct:eap_config
H A Deap_i.h190 int pac_key_refresh_time; member in struct:eap_sm
H A Deap_server_fast.c67 int pac_key_refresh_time; member in struct:eap_fast_data
252 } else if (lifetime - now.sec < data->pac_key_refresh_time) {
495 data->pac_key_refresh_time = sm->pac_key_refresh_time;
H A Deap_server.c1852 sm->pac_key_refresh_time = conf->pac_key_refresh_time;
/freebsd-11.0-release/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm.h37 int pac_key_refresh_time; member in struct:eapol_auth_config
H A Deapol_auth_sm.c837 eap_conf.pac_key_refresh_time = eapol->conf.pac_key_refresh_time;
1229 dst->pac_key_refresh_time = src->pac_key_refresh_time;
/freebsd-11.0-release/contrib/wpa/src/ap/
H A Dauthsrv.c115 srv.pac_key_refresh_time = conf->pac_key_refresh_time;
H A Dap_config.h343 int pac_key_refresh_time; member in struct:hostapd_bss_config
H A Dap_config.c82 bss->pac_key_refresh_time = 1 * 24 * 60 * 60;
H A Dieee802_1x.c2116 conf.pac_key_refresh_time = hapd->conf->pac_key_refresh_time;
/freebsd-11.0-release/contrib/wpa/hostapd/
H A Dconfig_file.c2135 } else if (os_strcmp(buf, "pac_key_refresh_time") == 0) {
2136 bss->pac_key_refresh_time = atoi(pos);

Completed in 207 milliseconds