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

/freebsd-11-stable/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.c233 * pac_key_refresh_time - EAP-FAST PAC-Key refresh time in seconds
239 int pac_key_refresh_time; member in struct:radius_server_data
799 eap_conf.pac_key_refresh_time = data->pac_key_refresh_time;
2394 data->pac_key_refresh_time = conf->pac_key_refresh_time;
/freebsd-11-stable/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm.h38 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;
1236 dst->pac_key_refresh_time = src->pac_key_refresh_time;
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_i.h192 int pac_key_refresh_time; member in struct:eap_sm
H A Deap.h123 int pac_key_refresh_time; member in struct:eap_config
H A Deap_server_fast.c67 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_teap.c70 int pac_key_refresh_time; member in struct:eap_teap_data
267 } else if (lifetime - now.sec < data->pac_key_refresh_time) {
419 data->pac_key_refresh_time = sm->pac_key_refresh_time;
H A Deap_server.c1871 sm->pac_key_refresh_time = conf->pac_key_refresh_time;
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dauthsrv.c122 srv.pac_key_refresh_time = conf->pac_key_refresh_time;
H A Dap_config.h429 int pac_key_refresh_time; member in struct:hostapd_bss_config
H A Dieee802_1x.c2436 conf.pac_key_refresh_time = hapd->conf->pac_key_refresh_time;
H A Dap_config.c98 bss->pac_key_refresh_time = 1 * 24 * 60 * 60;
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c2607 } else if (os_strcmp(buf, "pac_key_refresh_time") == 0) {
2608 bss->pac_key_refresh_time = atoi(pos);

Completed in 135 milliseconds