[ITC][wifi-manager][ACR-1460][Added enumeration for wifi_manager_security_type_e] 17/216017/2
authorMOHIT MIGLANI <mohit.m@samsung.com>
Fri, 18 Oct 2019 09:26:27 +0000 (14:56 +0530)
committershobhit verma <shobhit.v@samsung.com>
Fri, 18 Oct 2019 10:12:14 +0000 (10:12 +0000)
Change-Id: I2bf236d280e4697009e42210eaa69a46e04801ec
Signed-off-by: MOHIT MIGLANI <mohit.m@samsung.com>
src/itc/wifi-manager/ITs-wifi-manager-ap.c

index bf4fe841de6bea2bbc225ac9c227c67ab3f95ab0..f16bb7570aacadc4b464296c528b05e01d870206 100755 (executable)
@@ -861,7 +861,10 @@ int ITc_wifi_manager_ap_set_get_security_type_p(void)
                WIFI_MANAGER_SECURITY_TYPE_WPA_PSK,             /**< WPA-PSK */
                WIFI_MANAGER_SECURITY_TYPE_WPA2_PSK,    /**< WPA2-PSK */
                WIFI_MANAGER_SECURITY_TYPE_EAP,                 /**< EAP */
-               WIFI_MANAGER_SECURITY_TYPE_WPA_FT_PSK
+               WIFI_MANAGER_SECURITY_TYPE_WPA_FT_PSK,  /**< FT-PSK(Since 5.0)*/
+               WIFI_MANAGER_SECURITY_TYPE_SAE,         /**< SAE (Since 5.5)*/
+               WIFI_MANAGER_SECURITY_TYPE_OWE,         /**< OWE (Since 5.5)*/
+               WIFI_MANAGER_SECURITY_TYPE_DPP          /**< DPP (Since 5.5)*/
        };
 
        int nEnumSize = sizeof(eWifiManagerSecurityType) / sizeof(eWifiManagerSecurityType[0]);