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 216 * 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;
    [all...]
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.h 33 int pac_key_refresh_time; member in struct:eapol_auth_config
eapol_auth_sm.c 824 eap_conf.pac_key_refresh_time = eapol->conf.pac_key_refresh_time;
1104 dst->pac_key_refresh_time = src->pac_key_refresh_time;
  /external/wpa_supplicant_8/src/eap_server/
eap.h 101 int pac_key_refresh_time; member in struct:eap_config
eap_i.h 175 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
253 } else if (lifetime - now.sec < data->pac_key_refresh_time) {
496 data->pac_key_refresh_time = sm->pac_key_refresh_time;
    [all...]
eap_server.c     [all...]
  /external/wpa_supplicant_8/src/ap/
authsrv.c 109 srv.pac_key_refresh_time = conf->pac_key_refresh_time;
ap_config.h 311 int pac_key_refresh_time; member in struct:hostapd_bss_config
ap_config.c 82 bss->pac_key_refresh_time = 1 * 24 * 60 * 60;
ieee802_1x.c     [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 2258 milliseconds