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

/freebsd-9.3-release/contrib/wpa/src/radius/
H A Dradius_server.h119 * pac_key_refresh_time - EAP-FAST PAC-Key refresh time in seconds
125 int pac_key_refresh_time; member in struct:radius_server_conf
H A Dradius_server.c198 * pac_key_refresh_time - EAP-FAST PAC-Key refresh time in seconds
204 int pac_key_refresh_time; member in struct:radius_server_data
504 eap_conf.pac_key_refresh_time = data->pac_key_refresh_time;
1257 data->pac_key_refresh_time = conf->pac_key_refresh_time;
/freebsd-9.3-release/contrib/wpa/src/eap_server/
H A Deap.h104 int pac_key_refresh_time; member in struct:eap_config
H A Deap_i.h181 int pac_key_refresh_time; member in struct:eap_sm
H A Deap_server_fast.c72 int pac_key_refresh_time; member in struct:eap_fast_data
257 } else if (lifetime - now.sec < data->pac_key_refresh_time) {
500 data->pac_key_refresh_time = sm->pac_key_refresh_time;
H A Deap_server.c1252 sm->pac_key_refresh_time = conf->pac_key_refresh_time;
/freebsd-9.3-release/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm.h39 int pac_key_refresh_time; member in struct:eapol_auth_config
H A Deapol_auth_sm.c827 eap_conf.pac_key_refresh_time = eapol->conf.pac_key_refresh_time;
1076 dst->pac_key_refresh_time = src->pac_key_refresh_time;
/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dauthsrv.c114 srv.pac_key_refresh_time = conf->pac_key_refresh_time;
H A Dap_config.h254 int pac_key_refresh_time; member in struct:hostapd_bss_config
H A Dap_config.c85 bss->pac_key_refresh_time = 1 * 24 * 60 * 60;
H A Dieee802_1x.c1650 conf.pac_key_refresh_time = hapd->conf->pac_key_refresh_time;
/freebsd-9.3-release/contrib/wpa/hostapd/
H A Dconfig_file.c1356 } else if (os_strcmp(buf, "pac_key_refresh_time") == 0) {
1357 bss->pac_key_refresh_time = atoi(pos);

Completed in 81 milliseconds