X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=include%2Fwifi-wps.h;h=aaa3d6e139242adc0bcf6da29312697e19e3c311;hb=3b99b6e6eb6b2a04c3e35d19e98ea75969162e18;hp=61d25396f657f331cf32a0f846280e7418bcf1c7;hpb=1b54e344138e209785cd2d6de67738567eb844d4;p=platform%2Fcore%2Fconnectivity%2Fnet-config.git diff --git a/include/wifi-wps.h b/include/wifi-wps.h index 61d2539..aaa3d6e 100755 --- a/include/wifi-wps.h +++ b/include/wifi-wps.h @@ -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_wps_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);