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

/external/wpa_supplicant_8/hostapd/
H A Dwired.conf15 eap_reauth_period=3600
H A Dconfig_file.c1939 } else if (os_strcmp(buf, "eap_reauth_period") == 0) {
1940 bss->eap_reauth_period = atoi(pos);
1941 if (bss->eap_reauth_period < 0) {
1944 line, bss->eap_reauth_period);
/external/wpa_supplicant_8/hostapd/src/eapol_auth/
H A Deapol_auth_sm.h18 int eap_reauth_period; member in struct:eapol_auth_config
H A Deapol_auth_sm.c791 sm->reAuthPeriod = eapol->conf.eap_reauth_period;
792 sm->reAuthEnabled = eapol->conf.eap_reauth_period > 0 ? TRUE : FALSE;
1038 dst->eap_reauth_period = src->eap_reauth_period;
/external/wpa_supplicant_8/src/eapol_auth/
H A Deapol_auth_sm.h18 int eap_reauth_period; member in struct:eapol_auth_config
H A Deapol_auth_sm.c791 sm->reAuthPeriod = eapol->conf.eap_reauth_period;
792 sm->reAuthEnabled = eapol->conf.eap_reauth_period > 0 ? TRUE : FALSE;
1038 dst->eap_reauth_period = src->eap_reauth_period;
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_auth/
H A Deapol_auth_sm.h18 int eap_reauth_period; member in struct:eapol_auth_config
H A Deapol_auth_sm.c791 sm->reAuthPeriod = eapol->conf.eap_reauth_period;
792 sm->reAuthEnabled = eapol->conf.eap_reauth_period > 0 ? TRUE : FALSE;
1038 dst->eap_reauth_period = src->eap_reauth_period;
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.h228 int eap_reauth_period; member in struct:hostapd_bss_config
H A Dap_config.c52 bss->eap_reauth_period = 3600;
H A Dieee802_1x.c1815 conf.eap_reauth_period = hapd->conf->eap_reauth_period;
/external/wpa_supplicant_8/src/ap/
H A Dap_config.h228 int eap_reauth_period; member in struct:hostapd_bss_config
H A Dap_config.c52 bss->eap_reauth_period = 3600;
H A Dieee802_1x.c1815 conf.eap_reauth_period = hapd->conf->eap_reauth_period;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.h228 int eap_reauth_period; member in struct:hostapd_bss_config
H A Dap_config.c52 bss->eap_reauth_period = 3600;
H A Dieee802_1x.c1815 conf.eap_reauth_period = hapd->conf->eap_reauth_period;

Completed in 119 milliseconds