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.c2683 bss->eap_reauth_period = atoi(pos);
2684 if (bss->eap_reauth_period < 0) {
2686 line, bss->eap_reauth_period);
DChangeLog1157 * made EAP re-authentication period configurable (eap_reauth_period)
/external/wpa_supplicant_8/src/eapol_auth/
Deapol_auth_sm.h19 int eap_reauth_period; member
Deapol_auth_sm.c810 sm->reAuthPeriod = eapol->conf.eap_reauth_period; in eapol_auth_alloc()
811 sm->reAuthEnabled = eapol->conf.eap_reauth_period > 0; in eapol_auth_alloc()
1177 dst->eap_reauth_period = src->eap_reauth_period; in eapol_auth_conf_clone()
/external/wpa_supplicant_8/src/ap/
Dap_config.h328 int eap_reauth_period; member
Dieee802_1x.c2442 conf.eap_reauth_period = hapd->conf->eap_reauth_period; in ieee802_1x_init()
Dap_config.c67 bss->eap_reauth_period = 3600; in hostapd_config_defaults_bss()