Home
last modified time | relevance | path

Searched refs:reAuthEnabled (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/eapol_auth/
Deapol_auth_sm_i.h112 Boolean reAuthEnabled; member
Deapol_auth_dump.c253 _SB(sm->reAuthEnabled)); in eapol_auth_dump_state()
Deapol_auth_sm.c633 sm->authPortStatus == Unauthorized || !sm->reAuthEnabled) { in SM_STEP()
806 sm->reAuthEnabled = eapol->conf.eap_reauth_period > 0 ? TRUE : FALSE; in eapol_auth_alloc()
1159 sm->reAuthEnabled = TRUE; in eapol_auth_set_conf()
1161 sm->reAuthEnabled = FALSE; in eapol_auth_set_conf()
/external/wpa_supplicant_8/src/ap/
Dieee802_1x.c2548 bool_txt(sm->reAuthEnabled), in ieee802_1x_get_mib_sta()