diff mbox series

[2/5] station: add handshake-started debug event

Message ID 20240717145525.2656306-2-prestwoj@gmail.com (mailing list archive)
State New
Headers show
Series [1/5] eapol: move HANDSHAKE_STARTED_EVENT to eapol_start() | expand

Checks

Context Check Description
tedd_an/pre-ci_am success Success
prestwoj/iwd-ci-gitlint success GitLint

Commit Message

James Prestwood July 17, 2024, 2:55 p.m. UTC
---
 src/station.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/src/station.c b/src/station.c
index 05392fa2..bec19d79 100644
--- a/src/station.c
+++ b/src/station.c
@@ -1015,6 +1015,7 @@  static void station_handshake_event(struct handshake_state *hs,
 	switch (event) {
 	case HANDSHAKE_EVENT_STARTED:
 		l_debug("Handshaking");
+		station_debug_event(station, "handshake-started");
 		break;
 	case HANDSHAKE_EVENT_SETTING_KEYS:
 		l_debug("Setting keys");