Searched refs:logoff (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/wpa/src/eapol_supp/ |
H A 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
|
H A 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()
|
/freebsd/usr.sbin/bhyve/ |
H A D | pci_nvme.c | 1397 uint64_t logoff; in nvme_opc_get_log_page() local 1410 logoff = ((uint64_t)(command->cdw13) << 32) | command->cdw12; in nvme_opc_get_log_page() 1412 DPRINTF("%s log page %u offset %lu len %u", __func__, logpage, logoff, logsize); in nvme_opc_get_log_page() 1416 if (logoff >= sizeof(sc->err_log)) { in nvme_opc_get_log_page() 1423 command->prp2, (uint8_t *)&sc->err_log + logoff, in nvme_opc_get_log_page() 1424 MIN(logsize, sizeof(sc->err_log) - logoff), in nvme_opc_get_log_page() 1428 if (logoff >= sizeof(sc->health_log)) { in nvme_opc_get_log_page() 1446 command->prp2, (uint8_t *)&sc->health_log + logoff, in nvme_opc_get_log_page() 1447 MIN(logsize, sizeof(sc->health_log) - logoff), in nvme_opc_get_log_page() 1451 if (logoff >= sizeof(sc->fw_log)) { in nvme_opc_get_log_page() [all …]
|
/freebsd/contrib/wpa/src/eapol_auth/ |
H A D | eapol_auth_sm.h | 50 int remediation, bool logoff);
|
H A D | eapol_auth_sm.c | 222 bool logoff = sm->eapolLogoff; in SM_STATE() local 240 sm->remediation, logoff)) { in SM_STATE()
|
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/ |
H A 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>
|
/freebsd/contrib/wpa/src/ap/ |
H A 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()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | README | 691 reassociation and IEEE 802.1X logoff/logon. wpa_cli provides a user 756 logoff = IEEE 802.1X EAPOL state machine logoff
|