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 |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
prestwoj/iwd-ci-gitlint | success | GitLint |
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");