Merge "Using updated clatd's Dbus interface and Path values" into tizen
[platform/core/connectivity/net-config.git] / include / wifi-key-encryption.h
index 8c20687..3b60483 100755 (executable)
@@ -28,6 +28,10 @@ extern "C" {
 
 gboolean handle_encrypt_passphrase(Wifi *wifi, GDBusMethodInvocation *context, const gchar *passphrase);
 gboolean handle_decrypt_passphrase(Wifi *wifi, GDBusMethodInvocation *context, const gchar *enc_data);
+gboolean handle_decrypt_conf_obj(Wifi *wifi, GDBusMethodInvocation *context,
+               const gchar *enc_connector,
+               const gchar *enc_c_sign_key,
+               const gchar *enc_net_access_key);
 gchar* _netconfig_encrypt_passphrase(const gchar *passphrase);
 
 #ifdef __cplusplus