[net-config] Added Support of Netlink scan.
[platform/core/connectivity/net-config.git] / src / wifi.c
index 3ec8d94..a50f8bd 100755 (executable)
@@ -31,6 +31,7 @@
 #include "wifi-eap.h"
 #include "wifi-wps.h"
 #include "wifi-bssid-scan.h"
+#include "wifi-netlink-scan.h"
 #include "wifi-power.h"
 #include "wifi-state.h"
 #include "wifi-agent.h"
@@ -166,6 +167,8 @@ void wifi_object_create_and_init(void)
                        G_CALLBACK(handle_request_bssid_scan), NULL);
        g_signal_connect(wifi_object, "handle-get-bssid-list",
                        G_CALLBACK(handle_get_bssid_list), NULL);
+       g_signal_connect(wifi_object, "handle-netlink-scan",
+                       G_CALLBACK(handle_netlink_scan), NULL);
 
        /* WPS Connect */
        g_signal_connect(wifi_object, "handle-request-wps-connect",