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

/external/wpa_supplicant_8/hostapd/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.c216 * pac_key_refresh_time - EAP-FAST PAC-Key refresh time in seconds
222 int pac_key_refresh_time; member in struct:radius_server_data
669 eap_conf.pac_key_refresh_time = data->pac_key_refresh_time;
1713 data->pac_key_refresh_time = conf->pac_key_refresh_time;
/external/wpa_supplicant_8/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.c216 * pac_key_refresh_time - EAP-FAST PAC-Key refresh time in seconds
222 int pac_key_refresh_time; member in struct:radius_server_data
669 eap_conf.pac_key_refresh_time = data->pac_key_refresh_time;
1713 data->pac_key_refresh_time = conf->pac_key_refresh_time;
/external/wpa_supplicant_8/wpa_supplicant/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.c216 * pac_key_refresh_time - EAP-FAST PAC-Key refresh time in seconds
222 int pac_key_refresh_time; member in struct:radius_server_data
669 eap_conf.pac_key_refresh_time = data->pac_key_refresh_time;
1713 data->pac_key_refresh_time = conf->pac_key_refresh_time;
/external/wpa_supplicant_8/hostapd/src/eapol_auth/
H A Deapol_auth_sm.h33 int pac_key_refresh_time; member in struct:eapol_auth_config
/external/wpa_supplicant_8/src/eapol_auth/
H A Deapol_auth_sm.h33 int pac_key_refresh_time; member in struct:eapol_auth_config
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_auth/
H A Deapol_auth_sm.h33 int pac_key_refresh_time; member in struct:eapol_auth_config
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap.h101 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
253 } else if (lifetime - now.sec < data->pac_key_refresh_time) {
496 data->pac_key_refresh_time = sm->pac_key_refresh_time;
/external/wpa_supplicant_8/src/eap_server/
H A Deap.h101 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
253 } else if (lifetime - now.sec < data->pac_key_refresh_time) {
496 data->pac_key_refresh_time = sm->pac_key_refresh_time;
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap.h101 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
253 } else if (lifetime - now.sec < data->pac_key_refresh_time) {
496 data->pac_key_refresh_time = sm->pac_key_refresh_time;
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.h311 int pac_key_refresh_time; member in struct:hostapd_bss_config
/external/wpa_supplicant_8/src/ap/
H A Dap_config.h311 int pac_key_refresh_time; member in struct:hostapd_bss_config
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.h311 int pac_key_refresh_time; member in struct:hostapd_bss_config

Completed in 411 milliseconds