Replace WPS scan to BSSID scan keywords.
[platform/core/connectivity/net-config.git] / src / wifi.c
index 18f0d39..dd4dcc5 100755 (executable)
@@ -162,8 +162,8 @@ void wifi_object_create_and_init(void)
        /* WIFI scan */
        g_signal_connect(wifi_object, "handle-request-specific-scan",
                        G_CALLBACK(handle_request_specific_scan), NULL);
-       g_signal_connect(wifi_object, "handle-request-wps-scan",
-                       G_CALLBACK(handle_request_wps_scan), NULL);
+       g_signal_connect(wifi_object, "handle-request-bssid-scan",
+                       G_CALLBACK(handle_request_bssid_scan), NULL);
 
        /* WPS Connect */
        g_signal_connect(wifi_object, "handle-request-wps-connect",