eapol: Add a debug to eapol_start entry point

This commit is contained in:
Denis Kenzior 2023-02-27 10:17:34 -06:00
parent ae0762786e
commit 17120dfc3b
1 changed files with 2 additions and 0 deletions

View File

@ -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;