Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dwired.conf15 eap_reauth_period=3600
Dap_config_file.c2699 bss->eap_reauth_period = atoi(pos);
2700 if (bss->eap_reauth_period < 0) {
2702 line, bss->eap_reauth_period);
DChangeLog1157 * made EAP re-authentication period configurable (eap_reauth_period)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dwired.conf15 eap_reauth_period=3600
Dap_config_file.c2705 bss->eap_reauth_period = atoi(pos); in hostapd_config_fill()
2706 if (bss->eap_reauth_period < 0) { in hostapd_config_fill()
2708 line, bss->eap_reauth_period); in hostapd_config_fill()
DChangeLog1200 * made EAP re-authentication period configurable (eap_reauth_period)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/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()
1191 dst->eap_reauth_period = src->eap_reauth_period; in eapol_auth_conf_clone()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dap_config.h324 int eap_reauth_period; member
Dap_config.c62 bss->eap_reauth_period = 3600; in hostapd_config_defaults_bss()
Dieee802_1x.c2416 conf.eap_reauth_period = hapd->conf->eap_reauth_period; in ieee802_1x_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dap_config.h331 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()