Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/hostapd/
Dwired.conf15 eap_reauth_period=3600
Dconfig_file.c2681 bss->eap_reauth_period = atoi(pos); in hostapd_config_fill()
2682 if (bss->eap_reauth_period < 0) { in hostapd_config_fill()
2684 line, bss->eap_reauth_period); in hostapd_config_fill()
DChangeLog1078 * made EAP re-authentication period configurable (eap_reauth_period)
/external/wpa_supplicant_8/src/eapol_auth/
Deapol_auth_sm.h18 int eap_reauth_period; member
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()
1188 dst->eap_reauth_period = src->eap_reauth_period; in eapol_auth_conf_clone()
/external/wpa_supplicant_8/src/ap/
Dap_config.h310 int eap_reauth_period; member
Dap_config.c60 bss->eap_reauth_period = 3600; in hostapd_config_defaults_bss()
Dieee802_1x.c2305 conf.eap_reauth_period = hapd->conf->eap_reauth_period; in ieee802_1x_init()