Home
last modified time | relevance | path

Searched refs:eap_reauth_period (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/wpa/hostapd/
H A Dwired.conf15 eap_reauth_period=3600
H A Dconfig_file.c2825 bss->eap_reauth_period = atoi(pos); in hostapd_config_fill()
2826 if (bss->eap_reauth_period < 0) { in hostapd_config_fill()
2828 line, bss->eap_reauth_period); in hostapd_config_fill()
H A DChangeLog1237 * made EAP re-authentication period configurable (eap_reauth_period)
/freebsd/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm.h19 int eap_reauth_period; member
H A Deapol_auth_sm.c822 sm->reAuthPeriod = eapol->conf.eap_reauth_period; in eapol_auth_alloc()
823 sm->reAuthEnabled = eapol->conf.eap_reauth_period > 0; in eapol_auth_alloc()
1189 dst->eap_reauth_period = src->eap_reauth_period; in eapol_auth_conf_clone()
/freebsd/contrib/wpa/src/ap/
H A Dap_config.h339 int eap_reauth_period; member
H A Dieee802_1x.c2565 conf.eap_reauth_period = hapd->conf->eap_reauth_period; in ieee802_1x_init()
H A Dap_config.c67 bss->eap_reauth_period = 3600; in hostapd_config_defaults_bss()