From 9a67a21bd21efd042bc266e610f34cc02cc604d0 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 24 Mar 2021 13:10:32 -0500 Subject: [PATCH] station: Add a warning of rekey fails --- src/station.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/station.c b/src/station.c index 385dc7da..8049fd85 100644 --- a/src/station.c +++ b/src/station.c @@ -736,6 +736,7 @@ static void station_handshake_event(struct handshake_state *hs, netdev_handshake_failed(hs, va_arg(args, int)); break; case HANDSHAKE_EVENT_REKEY_FAILED: + l_warn("Unable to securely rekey on this hw/kernel..."); station_reconnect(station); break; case HANDSHAKE_EVENT_COMPLETE: