From 17120dfc3be132678798333d884143b374056f87 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 27 Feb 2023 10:17:34 -0600 Subject: [PATCH] eapol: Add a debug to eapol_start entry point --- src/eapol.c | 2 ++ 1 file changed, 2 insertions(+) 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;