mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-05 19:49:23 +01:00
station: add handshake-started debug event
This commit is contained in:
parent
af1b017003
commit
d2cda84383
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user