Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
Dradius_server.h129 int pac_key_refresh_time; member
Dradius_server.c239 int pac_key_refresh_time; member
799 eap_conf.pac_key_refresh_time = data->pac_key_refresh_time; in radius_server_get_new_session()
2394 data->pac_key_refresh_time = conf->pac_key_refresh_time; in radius_server_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dauthsrv.c122 srv.pac_key_refresh_time = conf->pac_key_refresh_time; in hostapd_setup_radius_srv()
Dap_config.h429 int pac_key_refresh_time; member
Dap_config.c98 bss->pac_key_refresh_time = 1 * 24 * 60 * 60; in hostapd_config_defaults_bss()
Dieee802_1x.c2436 conf.pac_key_refresh_time = hapd->conf->pac_key_refresh_time; in ieee802_1x_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_auth/
Deapol_auth_sm.h38 int pac_key_refresh_time; member
Deapol_auth_sm.c837 eap_conf.pac_key_refresh_time = eapol->conf.pac_key_refresh_time; in eapol_auth_alloc()
1236 dst->pac_key_refresh_time = src->pac_key_refresh_time; in eapol_auth_conf_clone()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dauthsrv.c205 cfg->pac_key_refresh_time = hapd->conf->pac_key_refresh_time; in authsrv_eap_config()
Dap_config.h435 int pac_key_refresh_time; member
Dap_config.c107 bss->pac_key_refresh_time = 1 * 24 * 60 * 60; in hostapd_config_defaults_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Deap.h123 int pac_key_refresh_time; member
Deap_i.h192 int pac_key_refresh_time; member
Deap_server_fast.c67 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_server_teap.c70 int pac_key_refresh_time; member
267 } else if (lifetime - now.sec < data->pac_key_refresh_time) { in eap_teap_session_ticket_cb()
419 data->pac_key_refresh_time = sm->pac_key_refresh_time; in eap_teap_init()
Deap_server.c1871 sm->pac_key_refresh_time = conf->pac_key_refresh_time; in eap_server_sm_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Deap.h197 int pac_key_refresh_time; member
Deap_server_fast.c67 int pac_key_refresh_time; member
257 } else if (lifetime - now.sec < data->pac_key_refresh_time) { in eap_fast_session_ticket_cb()
502 data->pac_key_refresh_time = sm->cfg->pac_key_refresh_time; in eap_fast_init()
Deap_server_teap.c73 int pac_key_refresh_time; member
273 } else if (lifetime - now.sec < data->pac_key_refresh_time) { in eap_teap_session_ticket_cb()
431 data->pac_key_refresh_time = sm->cfg->pac_key_refresh_time; in eap_teap_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_config_file.c2608 bss->pac_key_refresh_time = atoi(pos);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_config_file.c2664 bss->pac_key_refresh_time = atoi(pos); in hostapd_config_fill()