-
Committer:
Marcel Holtmann
-
Author(s):
Emmanuel VAUTRIN
-
Date:
2023-08-16 07:07:35 UTC
-
Revision ID:
git-v1:f372333004a5bc8945feafb43e09d8f64996f1c6
iwd: Fix invalid-key error on user reconnection
Connecting to a WiFi network under disconnection leads to an
invalid-key error, when the disconnection callback tries to reset the
connected status and the network is still connecting or associating.
In this case, connman_network_set_connected() sets a
CONNMAN_NETWORK_ERROR_CONNECT_FAIL error, which shall be ignored.