Searched refs:logoff (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/eapol_supp/
H A Deapol_supp_sm.h294 void eapol_sm_notify_logoff(struct eapol_sm *sm, Boolean logoff);
368 static inline void eapol_sm_notify_logoff(struct eapol_sm *sm, Boolean logoff) argument
H A Deapol_supp_sm.c1588 * eapol_sm_notify_logoff - Notification of logon/logoff commands
1590 * @logoff: Whether command was logoff
1592 * Notify EAPOL state machines that user requested logon/logoff.
1594 void eapol_sm_notify_logoff(struct eapol_sm *sm, Boolean logoff) argument
1597 sm->userLogoff = logoff;
1598 if (!logoff) {
/external/wpa_supplicant_8/src/eapol_supp/
H A Deapol_supp_sm.h294 void eapol_sm_notify_logoff(struct eapol_sm *sm, Boolean logoff);
368 static inline void eapol_sm_notify_logoff(struct eapol_sm *sm, Boolean logoff) argument
H A Deapol_supp_sm.c1588 * eapol_sm_notify_logoff - Notification of logon/logoff commands
1590 * @logoff: Whether command was logoff
1592 * Notify EAPOL state machines that user requested logon/logoff.
1594 void eapol_sm_notify_logoff(struct eapol_sm *sm, Boolean logoff) argument
1597 sm->userLogoff = logoff;
1598 if (!logoff) {
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_supp/
H A Deapol_supp_sm.h294 void eapol_sm_notify_logoff(struct eapol_sm *sm, Boolean logoff);
368 static inline void eapol_sm_notify_logoff(struct eapol_sm *sm, Boolean logoff) argument
H A Deapol_supp_sm.c1588 * eapol_sm_notify_logoff - Notification of logon/logoff commands
1590 * @logoff: Whether command was logoff
1592 * Notify EAPOL state machines that user requested logon/logoff.
1594 void eapol_sm_notify_logoff(struct eapol_sm *sm, Boolean logoff) argument
1597 sm->userLogoff = logoff;
1598 if (!logoff) {

Completed in 62 milliseconds