3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-22 14:49:24 +01:00

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

View File

@ -2783,6 +2783,8 @@ void eapol_register(struct eapol_sm *sm)
bool eapol_start(struct eapol_sm *sm) bool eapol_start(struct eapol_sm *sm)
{ {
l_debug("");
if (sm->handshake->settings_8021x) { if (sm->handshake->settings_8021x) {
_auto_(l_free) char *network_id = NULL; _auto_(l_free) char *network_id = NULL;