Home
last modified time | relevance | path

Searched refs:eap_reauth_period (Results 1 - 12 of 12) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_auth/
H A Deapol_auth_sm.h19 int eap_reauth_period; member
H A 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/
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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dap_config.h331 int eap_reauth_period; member
H A Dieee802_1x.c2442 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dap_config.h324 int eap_reauth_period; member
H A Dieee802_1x.c2416 conf.eap_reauth_period = hapd->conf->eap_reauth_period; in ieee802_1x_init()
H A Dap_config.c62 bss->eap_reauth_period = 3600; in hostapd_config_defaults_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_config_file.c2790 } else if (os_strcmp(buf, "eap_reauth_period") == 0) { in hostapd_config_fill()
2791 bss->eap_reauth_period = atoi(pos); in hostapd_config_fill()
2792 if (bss->eap_reauth_period < 0) { in hostapd_config_fill()
2794 line, bss->eap_reauth_period); in hostapd_config_fill()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_config_file.c2698 } else if (os_strcmp(buf, "eap_reauth_period") == 0) {
2699 bss->eap_reauth_period = atoi(pos);
2700 if (bss->eap_reauth_period < 0) {
2702 line, bss->eap_reauth_period);

Completed in 27 milliseconds