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

/freebsd-10.1-release/contrib/wpa/src/radius/
H A Dradius_server.h105 * pac_key_lifetime - EAP-FAST PAC-Key lifetime in seconds
110 int pac_key_lifetime; member in struct:radius_server_conf
H A Dradius_server.c184 * pac_key_lifetime - EAP-FAST PAC-Key lifetime in seconds
189 int pac_key_lifetime; member in struct:radius_server_data
508 eap_conf.pac_key_lifetime = data->pac_key_lifetime;
1276 data->pac_key_lifetime = conf->pac_key_lifetime;
/freebsd-10.1-release/contrib/wpa/src/eap_server/
H A Deap.h96 int pac_key_lifetime; member in struct:eap_config
H A Deap_i.h174 int pac_key_lifetime; member in struct:eap_sm
H A Deap_server_fast.c66 int pac_key_lifetime; member in struct:eap_fast_data
488 data->pac_key_lifetime = sm->pac_key_lifetime;
712 WPA_PUT_BE32(pos, now.sec + data->pac_key_lifetime);
782 wpabuf_put_be32(buf, now.sec + data->pac_key_lifetime);
H A Deap_server.c1267 sm->pac_key_lifetime = conf->pac_key_lifetime;
/freebsd-10.1-release/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm.h32 int pac_key_lifetime; member in struct:eapol_auth_config
H A Deapol_auth_sm.c822 eap_conf.pac_key_lifetime = eapol->conf.pac_key_lifetime;
1086 dst->pac_key_lifetime = src->pac_key_lifetime;
/freebsd-10.1-release/contrib/wpa/src/ap/
H A Dauthsrv.c104 srv.pac_key_lifetime = conf->pac_key_lifetime;
H A Dap_config.h303 int pac_key_lifetime; member in struct:hostapd_bss_config
H A Dap_config.c80 bss->pac_key_lifetime = 7 * 24 * 60 * 60;
H A Dieee802_1x.c1829 conf.pac_key_lifetime = hapd->conf->pac_key_lifetime;
/freebsd-10.1-release/contrib/wpa/hostapd/
H A Dconfig_file.c1906 } else if (os_strcmp(buf, "pac_key_lifetime") == 0) {
1907 bss->pac_key_lifetime = atoi(pos);

Completed in 193 milliseconds