/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/ |
H A D | radius_server.h | 115 * pac_key_lifetime - EAP-FAST PAC-Key lifetime in seconds 120 int pac_key_lifetime; member
|
H A D | radius_server.c | 225 * pac_key_lifetime - EAP-FAST PAC-Key lifetime in seconds 230 int pac_key_lifetime; member 798 eap_conf.pac_key_lifetime = data->pac_key_lifetime; in radius_server_get_new_session() 2393 data->pac_key_lifetime = conf->pac_key_lifetime; in radius_server_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | authsrv.c | 121 srv.pac_key_lifetime = conf->pac_key_lifetime; in hostapd_setup_radius_srv()
|
H A D | ap_config.h | 428 int pac_key_lifetime; member
|
H A D | ieee802_1x.c | 2435 conf.pac_key_lifetime = hapd->conf->pac_key_lifetime; in ieee802_1x_init()
|
H A D | ap_config.c | 97 bss->pac_key_lifetime = 7 * 24 * 60 * 60; in hostapd_config_defaults_bss()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap.h | 122 int pac_key_lifetime; member
|
H A D | eap_i.h | 191 int pac_key_lifetime; member
|
H A D | eap_server_fast.c | 66 int pac_key_lifetime; member 493 data->pac_key_lifetime = sm->pac_key_lifetime; in eap_fast_init() 717 WPA_PUT_BE32(pos, now.sec + data->pac_key_lifetime); in eap_fast_build_pac() 787 wpabuf_put_be32(buf, now.sec + data->pac_key_lifetime); in eap_fast_build_pac()
|
H A D | eap_server_teap.c | 69 int pac_key_lifetime; member 412 data->pac_key_lifetime = sm->pac_key_lifetime; in eap_teap_init() 685 data->pac_key_lifetime); in eap_teap_build_pac() 688 WPA_PUT_BE32(pos, now.sec + data->pac_key_lifetime); in eap_teap_build_pac() 758 wpabuf_put_be32(buf, now.sec + data->pac_key_lifetime); in eap_teap_build_pac()
|
H A D | eap_server.c | 1870 sm->pac_key_lifetime = conf->pac_key_lifetime; in eap_server_sm_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_auth/ |
H A D | eapol_auth_sm.h | 37 int pac_key_lifetime; member
|
H A D | eapol_auth_sm.c | 836 eap_conf.pac_key_lifetime = eapol->conf.pac_key_lifetime; in eapol_auth_alloc() 1235 dst->pac_key_lifetime = src->pac_key_lifetime; in eapol_auth_conf_clone()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap.h | 183 * pac_key_lifetime - EAP-FAST PAC-Key lifetime in seconds 188 int pac_key_lifetime; member
|
H A D | eap_server_fast.c | 66 int pac_key_lifetime; member 495 data->pac_key_lifetime = sm->cfg->pac_key_lifetime; in eap_fast_init() 719 WPA_PUT_BE32(pos, now.sec + data->pac_key_lifetime); in eap_fast_build_pac() 789 wpabuf_put_be32(buf, now.sec + data->pac_key_lifetime); in eap_fast_build_pac()
|
H A D | eap_server_teap.c | 72 int pac_key_lifetime; member 424 data->pac_key_lifetime = sm->cfg->pac_key_lifetime; in eap_teap_init() 747 data->pac_key_lifetime); in eap_teap_build_pac() 750 WPA_PUT_BE32(pos, now.sec + data->pac_key_lifetime); in eap_teap_build_pac() 820 wpabuf_put_be32(buf, now.sec + data->pac_key_lifetime); in eap_teap_build_pac()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | authsrv.c | 204 cfg->pac_key_lifetime = hapd->conf->pac_key_lifetime; in authsrv_eap_config()
|
H A D | ap_config.h | 434 int pac_key_lifetime; member
|
H A D | ap_config.c | 106 bss->pac_key_lifetime = 7 * 24 * 60 * 60; in hostapd_config_defaults_bss()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_config_file.c | 2691 } else if (os_strcmp(buf, "pac_key_lifetime") == 0) { in hostapd_config_fill() 2692 bss->pac_key_lifetime = atoi(pos); in hostapd_config_fill()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | ap_config_file.c | 2605 } else if (os_strcmp(buf, "pac_key_lifetime") == 0) { 2606 bss->pac_key_lifetime = atoi(pos);
|