Added support of WPA3-SAE security mode. 89/207989/2
authorNiraj Kumar Goit <niraj.g@samsung.com>
Fri, 14 Jun 2019 11:57:22 +0000 (17:27 +0530)
committerNishant Chaprana <n.chaprana@samsung.com>
Wed, 19 Jun 2019 07:37:36 +0000 (13:07 +0530)
Change-Id: I98bffd6e79d1eb829aae5770b154204d4b5788aa
Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
include/connection_extension.h
include/connection_profile.h

index 27dacd1..18a6545 100755 (executable)
@@ -37,14 +37,6 @@ typedef enum {
 } connection_profile_type_extended_e;
 
 /**
- * @brief Enumeration for extended security type of Wi-Fi.
- * @since_tizen 5.0
- */
-typedef enum {
-       CONNECTION_WIFI_SECURITY_TYPE_SAE = CONNECTION_WIFI_SECURITY_TYPE_EAP + 1,  /**< SAE */
-} connection_wifi_security_type_extended_e;
-
-/**
  * @brief Start TCP Dump.
  *
  * @param[in] connection        The connection handle
index 5bee76d..2bb50b0 100755 (executable)
@@ -48,6 +48,7 @@ typedef enum {
        CONNECTION_WIFI_SECURITY_TYPE_WPA_PSK = 2,      /**< WPA-PSK */
        CONNECTION_WIFI_SECURITY_TYPE_WPA2_PSK = 3,     /**< WPA2-PSK */
        CONNECTION_WIFI_SECURITY_TYPE_EAP = 4,          /**< EAP */
+       CONNECTION_WIFI_SECURITY_TYPE_SAE = 5,          /**< WPA3 */
 } connection_wifi_security_type_e;