Do not validate the passphrase for the SAE security type when it is encrypted. 79/210879/1 submit/tizen/20190726.063122
authorJaehyun Kim <jeik01.kim@samsung.com>
Thu, 25 Jul 2019 12:58:47 +0000 (21:58 +0900)
committerJaehyun Kim <jeik01.kim@samsung.com>
Thu, 25 Jul 2019 12:58:47 +0000 (21:58 +0900)
Change-Id: Ibd82d445a8c0bd80a9b0804dd3d8b639797f8cb2
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
src/service.c

index fe859cb..c59a226 100644 (file)
@@ -4207,6 +4207,7 @@ int __connman_service_set_passphrase(struct connman_service *service,
        err = 0;
        if (service->security != CONNMAN_SERVICE_SECURITY_PSK &&
                        service->security != CONNMAN_SERVICE_SECURITY_RSN &&
+                       service->security != CONNMAN_SERVICE_SECURITY_SAE &&
                        service->security != CONNMAN_SERVICE_SECURITY_WEP)
 #endif
        err = __connman_service_check_passphrase(service->security, passphrase);