HomeSort by relevance Sort by last modified time
    Searched refs:pac_key_refresh_time (Results 1 - 13 of 13) sorted by null

  /external/wpa_supplicant_8/src/radius/
radius_server.h 123 * pac_key_refresh_time - EAP-FAST PAC-Key refresh time in seconds
129 int pac_key_refresh_time; member in struct:radius_server_conf
radius_server.c 221 * pac_key_refresh_time - EAP-FAST PAC-Key refresh time in seconds
227 int pac_key_refresh_time; member in struct:radius_server_data
690 eap_conf.pac_key_refresh_time = data->pac_key_refresh_time;
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap.h 120 int pac_key_refresh_time; member in struct:eap_config
eap_i.h 190 int pac_key_refresh_time; member in struct:eap_sm
eap_server_fast.c 67 int pac_key_refresh_time; member in struct:eap_fast_data
257 } else if (lifetime - now.sec < data->pac_key_refresh_time) {
501 data->pac_key_refresh_time = sm->pac_key_refresh_time;
    [all...]
eap_server.c     [all...]
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.h 37 int pac_key_refresh_time; member in struct:eapol_auth_config
eapol_auth_sm.c 837 eap_conf.pac_key_refresh_time = eapol->conf.pac_key_refresh_time;
1235 dst->pac_key_refresh_time = src->pac_key_refresh_time;
    [all...]
  /external/wpa_supplicant_8/src/ap/
authsrv.c 115 srv.pac_key_refresh_time = conf->pac_key_refresh_time;
ap_config.h 375 int pac_key_refresh_time; member in struct:hostapd_bss_config
ap_config.c 88 bss->pac_key_refresh_time = 1 * 24 * 60 * 60;
ieee802_1x.c     [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 253 milliseconds