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

/freebsd-10.1-release/contrib/wpa/src/radius/
H A Dradius_server.h113 * pac_key_refresh_time - EAP-FAST PAC-Key refresh time in seconds
119 int pac_key_refresh_time; member in struct:radius_server_conf
H A Dradius_server.c192 * pac_key_refresh_time - EAP-FAST PAC-Key refresh time in seconds
198 int pac_key_refresh_time; member in struct:radius_server_data
509 eap_conf.pac_key_refresh_time = data->pac_key_refresh_time;
1277 data->pac_key_refresh_time = conf->pac_key_refresh_time;
/freebsd-10.1-release/contrib/wpa/src/eap_server/
H A Deap.h97 int pac_key_refresh_time; member in struct:eap_config
H A Deap_i.h175 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.c1268 sm->pac_key_refresh_time = conf->pac_key_refresh_time;
/freebsd-10.1-release/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm.h33 int pac_key_refresh_time; member in struct:eapol_auth_config
H A Deapol_auth_sm.c823 eap_conf.pac_key_refresh_time = eapol->conf.pac_key_refresh_time;
1087 dst->pac_key_refresh_time = src->pac_key_refresh_time;
/freebsd-10.1-release/contrib/wpa/src/ap/
H A Dauthsrv.c105 srv.pac_key_refresh_time = conf->pac_key_refresh_time;
H A Dap_config.h304 int pac_key_refresh_time; member in struct:hostapd_bss_config
H A Dap_config.c81 bss->pac_key_refresh_time = 1 * 24 * 60 * 60;
H A Dieee802_1x.c1830 conf.pac_key_refresh_time = hapd->conf->pac_key_refresh_time;
/freebsd-10.1-release/contrib/wpa/hostapd/
H A Dconfig_file.c1908 } else if (os_strcmp(buf, "pac_key_refresh_time") == 0) {
1909 bss->pac_key_refresh_time = atoi(pos);

Completed in 189 milliseconds