[connection] Added Tizen Wi-Fi Mesh
[platform/core/api/connection.git] / include / connection_extension.h
index 3f0457f..5aa1b2b 100755 (executable)
@@ -29,6 +29,22 @@ extern "C" {
  */
 
 /**
+ * @brief Enumeration for extended network connection type.
+ * @since_tizen 5.0
+ */
+typedef enum {
+       CONNECTION_PROFILE_TYPE_MESH = CONNECTION_PROFILE_TYPE_BT + 1,  /**< Wi-Fi Mesh type */
+} 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