mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-01-03 02:02:33 +01:00
station: Add a warning of rekey fails
This commit is contained in:
parent
d958239da9
commit
9a67a21bd2
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user