Searched defs:pac_key_refresh_time (Results 1 - 5 of 5) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/radius/
H A Dradius_server.h33 int pac_key_refresh_time; member in struct:radius_server_conf
H A Dradius_server.c93 int pac_key_refresh_time; member in struct:radius_server_data
325 eap_conf.pac_key_refresh_time = data->pac_key_refresh_time;
1068 data->pac_key_refresh_time = conf->pac_key_refresh_time;
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
H A Deap.h103 int pac_key_refresh_time; member in struct:eap_config
H A Deap_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_i.h181 int pac_key_refresh_time; member in struct:eap_sm

Completed in 19 milliseconds