Home
last modified time | relevance | path

Searched refs:pac_key_lifetime (Results 1 - 21 of 21) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
H A Dradius_server.h115 * pac_key_lifetime - EAP-FAST PAC-Key lifetime in seconds
120 int pac_key_lifetime; member
H A Dradius_server.c225 * 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 Dauthsrv.c121 srv.pac_key_lifetime = conf->pac_key_lifetime; in hostapd_setup_radius_srv()
H A Dap_config.h428 int pac_key_lifetime; member
H A Dieee802_1x.c2435 conf.pac_key_lifetime = hapd->conf->pac_key_lifetime; in ieee802_1x_init()
H A Dap_config.c97 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 Deap.h122 int pac_key_lifetime; member
H A Deap_i.h191 int pac_key_lifetime; member
H A Deap_server_fast.c66 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 Deap_server_teap.c69 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 Deap_server.c1870 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 Deapol_auth_sm.h37 int pac_key_lifetime; member
H A Deapol_auth_sm.c836 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 Deap.h183 * pac_key_lifetime - EAP-FAST PAC-Key lifetime in seconds
188 int pac_key_lifetime; member
H A Deap_server_fast.c66 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 Deap_server_teap.c72 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 Dauthsrv.c204 cfg->pac_key_lifetime = hapd->conf->pac_key_lifetime; in authsrv_eap_config()
H A Dap_config.h434 int pac_key_lifetime; member
H A Dap_config.c106 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 Dap_config_file.c2691 } 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 Dap_config_file.c2605 } else if (os_strcmp(buf, "pac_key_lifetime") == 0) {
2606 bss->pac_key_lifetime = atoi(pos);

Completed in 38 milliseconds