Home
last modified time | relevance | path

Searched refs:pac_key_refresh_time (Results 1 – 19 of 19) sorted by relevance

/external/wpa_supplicant_8/src/radius/
Dradius_server.h119 int pac_key_refresh_time; member
Dradius_server.c198 int pac_key_refresh_time; member
509 eap_conf.pac_key_refresh_time = data->pac_key_refresh_time; in radius_server_get_new_session()
1281 data->pac_key_refresh_time = conf->pac_key_refresh_time; in radius_server_init()
/external/wpa_supplicant_8/src/ap/
Dauthsrv.c105 srv.pac_key_refresh_time = conf->pac_key_refresh_time; in hostapd_setup_radius_srv()
Dap_config.h262 int pac_key_refresh_time; member
Dap_config.c81 bss->pac_key_refresh_time = 1 * 24 * 60 * 60; in hostapd_config_defaults_bss()
Dieee802_1x.c1702 conf.pac_key_refresh_time = hapd->conf->pac_key_refresh_time; in ieee802_1x_init()
/external/wpa_supplicant_6/wpa_supplicant/src/radius/
Dradius_server.h33 int pac_key_refresh_time; member
Dradius_server.c93 int pac_key_refresh_time; member
325 eap_conf.pac_key_refresh_time = data->pac_key_refresh_time; in radius_server_get_new_session()
1068 data->pac_key_refresh_time = conf->pac_key_refresh_time; in radius_server_init()
/external/wpa_supplicant_8/src/eapol_auth/
Deapol_auth_sm.h33 int pac_key_refresh_time; member
Deapol_auth_sm.c822 eap_conf.pac_key_refresh_time = eapol->conf.pac_key_refresh_time; in eapol_auth_alloc()
1077 dst->pac_key_refresh_time = src->pac_key_refresh_time; in eapol_auth_conf_clone()
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
Deap.h103 int pac_key_refresh_time; member
Deap_i.h181 int pac_key_refresh_time; member
Deap_fast.c72 int pac_key_refresh_time; member
257 } else if (lifetime - now.sec < data->pac_key_refresh_time) { in eap_fast_session_ticket_cb()
500 data->pac_key_refresh_time = sm->pac_key_refresh_time; in eap_fast_init()
Deap.c1235 sm->pac_key_refresh_time = conf->pac_key_refresh_time; in eap_server_sm_init()
/external/wpa_supplicant_8/src/eap_server/
Deap.h97 int pac_key_refresh_time; member
Deap_i.h175 int pac_key_refresh_time; member
Deap_server_fast.c67 int pac_key_refresh_time; member
252 } else if (lifetime - now.sec < data->pac_key_refresh_time) { in eap_fast_session_ticket_cb()
495 data->pac_key_refresh_time = sm->pac_key_refresh_time; in eap_fast_init()
Deap_server.c1257 sm->pac_key_refresh_time = conf->pac_key_refresh_time; in eap_server_sm_init()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c1423 bss->pac_key_refresh_time = atoi(pos); in hostapd_config_read()