diff --git a/src/eapol.c b/src/eapol.c index 5ae1da1d..3d7d33e0 100644 --- a/src/eapol.c +++ b/src/eapol.c @@ -2783,6 +2783,8 @@ void eapol_register(struct eapol_sm *sm) bool eapol_start(struct eapol_sm *sm) { + l_debug(""); + if (sm->handshake->settings_8021x) { _auto_(l_free) char *network_id = NULL;