Code refactored to replace WPS with BSSID scan
[platform/core/connectivity/net-config.git] / include / wifi-wps.h
index 0879498..aaa3d6e 100755 (executable)
@@ -32,12 +32,6 @@ extern "C" {
 #define WPS_EI_NO_ERROR 0
 #define WPS_EI_OPERATION_FAILED 1
 
-gboolean netconfig_wifi_is_wps_enabled(void);
-
-void netconfig_wifi_wps_signal_scandone(void);
-void netconfig_wifi_wps_signal_scanaborted(void);
-
-gboolean handle_request_bssid_scan(Wifi *wifi, GDBusMethodInvocation *context);
 gboolean handle_request_wps_connect(Wifi *wifi, GDBusMethodInvocation *context, gchar *param);
 gboolean handle_request_wps_cancel(Wifi *wifi, GDBusMethodInvocation *context);
 void netconfig_wifi_notify_wps_completed(const char *ssid, gsize ssid_len);