Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/eapol_auth/
H A Deapol_auth_sm.h18 int eap_reauth_period; member
H A Deapol_auth_sm.c805 sm->reAuthPeriod = eapol->conf.eap_reauth_period; in eapol_auth_alloc()
806 sm->reAuthEnabled = eapol->conf.eap_reauth_period > 0 ? TRUE : FALSE; in eapol_auth_alloc()
1191 dst->eap_reauth_period = src->eap_reauth_period; in eapol_auth_conf_clone()
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dap_config.h324 int eap_reauth_period; member
H A Dap_config.c62 bss->eap_reauth_period = 3600; in hostapd_config_defaults_bss()
H A Dieee802_1x.c2416 conf.eap_reauth_period = hapd->conf->eap_reauth_period; in ieee802_1x_init()