station: Add a warning of rekey fails

This commit is contained in:
Denis Kenzior 2021-03-24 13:10:32 -05:00
parent d958239da9
commit 9a67a21bd2
1 changed files with 1 additions and 0 deletions

View File

@ -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: