summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorNiraj Kumar Goit <niraj.g@samsung.com>2016-06-15 22:17:40 +0530
committerNiraj Kumar Goit <niraj.g@samsung.com>2016-06-17 03:34:29 -0700
commit814e3cff8ca46e92090d2f9e2abcede7471de2c3 (patch)
treee0f785ae8572e4c21eb7bb3560c60d4b852e893e /plugins
parent834326ac086f2c94dec541a10707da61fc6db991 (diff)
downloadconnman-814e3cff8ca46e92090d2f9e2abcede7471de2c3.tar.gz
connman-814e3cff8ca46e92090d2f9e2abcede7471de2c3.tar.bz2
connman-814e3cff8ca46e92090d2f9e2abcede7471de2c3.zip
[SPIN] Indicate auth-failed error.
desc: In case of wifi connection if Association fail, indicate "auth-failed" error. Change-Id: Ie08088f3e5b5ff940d0e4290814c266d28e59b15 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
Diffstat (limited to 'plugins')
-rwxr-xr-xplugins/wifi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/wifi.c b/plugins/wifi.c
index b4abd21d..2e9d1eb2 100755
--- a/plugins/wifi.c
+++ b/plugins/wifi.c
@@ -2549,7 +2549,7 @@ static bool handle_wifi_assoc_retry(struct connman_network *network,
* however QA team recommends that the invalid-key error
* might be better to display for user experience.
*/
- connman_network_set_error(network, CONNMAN_NETWORK_ERROR_INVALID_KEY);
+ connman_network_set_error(network, CONNMAN_NETWORK_ERROR_ASSOCIATE_FAIL);
return false;
}