3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-02 17:38:45 +02:00

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

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: