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

/freebsd-11-stable/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm_i.h112 Boolean reAuthEnabled; member in struct:eapol_state_machine
H A Deapol_auth_dump.c250 "reAuthEnabled=%s\n",
253 _SB(sm->reAuthEnabled));
H A Deapol_auth_sm.c633 sm->authPortStatus == Unauthorized || !sm->reAuthEnabled) {
806 sm->reAuthEnabled = eapol->conf.eap_reauth_period > 0 ? TRUE : FALSE;
1161 if (os_strcasecmp(param, "reAuthEnabled") == 0) {
1163 sm->reAuthEnabled = TRUE;
1165 sm->reAuthEnabled = FALSE;
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dieee802_1x.c2765 bool_txt(sm->reAuthEnabled),

Completed in 112 milliseconds