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

/external/wpa_supplicant_8/hostapd/src/eapol_supp/
H A Deapol_supp_sm.h289 void eapol_sm_notify_logoff(struct eapol_sm *sm, Boolean logoff);
363 static inline void eapol_sm_notify_logoff(struct eapol_sm *sm, Boolean logoff) argument
H A Deapol_supp_sm.c1585 * eapol_sm_notify_logoff - Notification of logon/logoff commands
1587 * @logoff: Whether command was logoff
1589 * Notify EAPOL state machines that user requested logon/logoff.
1591 void eapol_sm_notify_logoff(struct eapol_sm *sm, Boolean logoff) argument
1594 sm->userLogoff = logoff;
1595 if (!logoff) {
/external/wpa_supplicant_8/src/eapol_supp/
H A Deapol_supp_sm.h289 void eapol_sm_notify_logoff(struct eapol_sm *sm, Boolean logoff);
363 static inline void eapol_sm_notify_logoff(struct eapol_sm *sm, Boolean logoff) argument
H A Deapol_supp_sm.c1585 * eapol_sm_notify_logoff - Notification of logon/logoff commands
1587 * @logoff: Whether command was logoff
1589 * Notify EAPOL state machines that user requested logon/logoff.
1591 void eapol_sm_notify_logoff(struct eapol_sm *sm, Boolean logoff) argument
1594 sm->userLogoff = logoff;
1595 if (!logoff) {
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_supp/
H A Deapol_supp_sm.h289 void eapol_sm_notify_logoff(struct eapol_sm *sm, Boolean logoff);
363 static inline void eapol_sm_notify_logoff(struct eapol_sm *sm, Boolean logoff) argument
H A Deapol_supp_sm.c1585 * eapol_sm_notify_logoff - Notification of logon/logoff commands
1587 * @logoff: Whether command was logoff
1589 * Notify EAPOL state machines that user requested logon/logoff.
1591 void eapol_sm_notify_logoff(struct eapol_sm *sm, Boolean logoff) argument
1594 sm->userLogoff = logoff;
1595 if (!logoff) {

Completed in 388 milliseconds