Add multi interfaces function
[platform/core/connectivity/net-config.git] / include / wifi-agent.h
old mode 100644 (file)
new mode 100755 (executable)
index 2c81e18..8fc7a14
@@ -26,10 +26,10 @@ extern "C" {
 
 #include "wifi.h"
 
-gboolean netconfig_agent_register(void);
-gboolean netconfig_agent_unregister(void);
+gboolean connman_register_agent(void);
+gboolean connman_unregister_agent(void);
 
-gboolean netconfig_wifi_set_agent_field_for_eap_network(
+gboolean netconfig_wifi_set_agent_field_for_eap_network(const char *interface_name,
                const char *name, const char *identity, const char *passphrase);
 
 gboolean handle_set_field(NetConnmanAgent *connman_agent,