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

/freebsd-9.3-release/contrib/wpa/src/radius/
H A Dradius_server.h111 * pac_key_lifetime - EAP-FAST PAC-Key lifetime in seconds
116 int pac_key_lifetime; member in struct:radius_server_conf
H A Dradius_server.c190 * pac_key_lifetime - EAP-FAST PAC-Key lifetime in seconds
195 int pac_key_lifetime; member in struct:radius_server_data
503 eap_conf.pac_key_lifetime = data->pac_key_lifetime;
1256 data->pac_key_lifetime = conf->pac_key_lifetime;
/freebsd-9.3-release/contrib/wpa/src/eap_server/
H A Deap.h103 int pac_key_lifetime; member in struct:eap_config
H A Deap_i.h180 int pac_key_lifetime; member in struct:eap_sm
H A Deap_server_fast.c71 int pac_key_lifetime; member in struct:eap_fast_data
493 data->pac_key_lifetime = sm->pac_key_lifetime;
717 WPA_PUT_BE32(pos, now.sec + data->pac_key_lifetime);
787 wpabuf_put_be32(buf, now.sec + data->pac_key_lifetime);
H A Deap_server.c1251 sm->pac_key_lifetime = conf->pac_key_lifetime;
/freebsd-9.3-release/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm.h38 int pac_key_lifetime; member in struct:eapol_auth_config
H A Deapol_auth_sm.c826 eap_conf.pac_key_lifetime = eapol->conf.pac_key_lifetime;
1075 dst->pac_key_lifetime = src->pac_key_lifetime;
/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dauthsrv.c113 srv.pac_key_lifetime = conf->pac_key_lifetime;
H A Dap_config.h253 int pac_key_lifetime; member in struct:hostapd_bss_config
H A Dap_config.c84 bss->pac_key_lifetime = 7 * 24 * 60 * 60;
H A Dieee802_1x.c1649 conf.pac_key_lifetime = hapd->conf->pac_key_lifetime;
/freebsd-9.3-release/contrib/wpa/hostapd/
H A Dconfig_file.c1354 } else if (os_strcmp(buf, "pac_key_lifetime") == 0) {
1355 bss->pac_key_lifetime = atoi(pos);

Completed in 231 milliseconds