Searched refs:logoff (Results 1 – 9 of 9) sorted by relevance
/hostap-latest/src/eapol_supp/ |
D | eapol_supp_sm.h | 350 void eapol_sm_notify_logoff(struct eapol_sm *sm, bool logoff); 442 static inline void eapol_sm_notify_logoff(struct eapol_sm *sm, bool logoff) in eapol_sm_notify_logoff() argument
|
D | eapol_supp_sm.c | 1671 void eapol_sm_notify_logoff(struct eapol_sm *sm, bool logoff) in eapol_sm_notify_logoff() argument 1674 sm->userLogoff = logoff; in eapol_sm_notify_logoff() 1675 if (!logoff) { in eapol_sm_notify_logoff()
|
/hostap-latest/src/eapol_auth/ |
D | eapol_auth_sm.h | 50 int remediation, bool logoff);
|
D | eapol_auth_sm.c | 222 bool logoff = sm->eapolLogoff; in SM_STATE() local 240 sm->remediation, logoff)) { in SM_STATE()
|
/hostap-latest/wpa_supplicant/doc/docbook/ |
D | wpa_cli.sgml | 44 logoff/logon. wpa_cli provides a user interface to request 241 <term>logoff</term> 243 <para>IEEE 802.1X EAPOL state machine logoff</para>
|
/hostap-latest/src/ap/ |
D | ieee802_1x.c | 48 int remediation, bool logoff); 2350 int preauth, int remediation, bool logoff) in _ieee802_1x_finished() argument 2360 return ieee802_1x_finished(hapd, sta, success, remediation, logoff); in _ieee802_1x_finished() 3077 int remediation, bool logoff) in ieee802_1x_finished() argument 3138 logoff ? 0 : 10); in ieee802_1x_finished() 3139 if (logoff && sta->wpa_sm) in ieee802_1x_finished()
|
/hostap-latest/wpa_supplicant/ |
D | README | 691 reassociation and IEEE 802.1X logoff/logon. wpa_cli provides a user 756 logoff = IEEE 802.1X EAPOL state machine logoff
|
/hostap-latest/doc/ |
D | ctrl_iface.doxygen | 198 IEEE 802.1X EAPOL state machine logoff.
|
D | dbus.doxygen | 606 <p>IEEE 802.1X EAPOL state machine logoff.</p>
|