station: add handshake-started debug event

This commit is contained in:
James Prestwood 2024-07-18 04:45:10 -07:00 committed by Denis Kenzior
parent af1b017003
commit d2cda84383
1 changed files with 1 additions and 0 deletions

View File

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