mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-17 17:39:28 +01:00
wiphy: Print an error if PMK generation fails
This commit is contained in:
parent
204964fd8d
commit
709b94587e
@ -304,6 +304,8 @@ static void passphrase_callback(enum agent_result result,
|
||||
|
||||
if (crypto_psk_from_passphrase(passphrase, network->ssid,
|
||||
network->ssid_len, network->psk) < 0) {
|
||||
l_error("PMK generation failed. "
|
||||
"Ensure Crypto Engine is properly configured");
|
||||
dbus_pending_reply(&netdev->connect_pending,
|
||||
dbus_error_failed(netdev->connect_pending));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user