Home | History | Annotate | Download | only in eapol_supp

Lines Matching full:logoff

212 SM_STATE(SUPP_PAE, LOGOFF)
214 SM_ENTRY(SUPP_PAE, LOGOFF);
340 SM_ENTER_GLOBAL(SUPP_PAE, LOGOFF);
972 return "LOGOFF";
1597 * eapol_sm_notify_logoff - Notification of logon/logoff commands
1599 * @logoff: Whether command was logoff
1601 * Notify EAPOL state machines that user requested logon/logoff.
1603 void eapol_sm_notify_logoff(struct eapol_sm *sm, Boolean logoff)
1606 sm->userLogoff = logoff;
1607 if (!logoff) {