diff mbox series

[v2,07/11] station: add handshake-started debug event

Message ID 20240718114514.2916258-8-prestwoj@gmail.com (mailing list archive)
State Accepted, archived
Headers show
Series Refactor to unify connect failure code path | expand

Checks

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

Commit Message

James Prestwood July 18, 2024, 11:45 a.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 62b05c35..ca0e6a38 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");