From: Sam Leffler Date: Thu, 22 Oct 2009 18:08:10 +0000 (-0700) Subject: Stub out the dbus function w/o CONFIG_WPS to fix build X-Git-Tag: hostap_0_7_0~113 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d8fe38109e63532ff7b8a50396ceb458273ba55;p=thirdparty%2Fhostap.git Stub out the dbus function w/o CONFIG_WPS to fix build --- diff --git a/wpa_supplicant/ctrl_iface_dbus.c b/wpa_supplicant/ctrl_iface_dbus.c index 572f26235..06f5a886b 100644 --- a/wpa_supplicant/ctrl_iface_dbus.c +++ b/wpa_supplicant/ctrl_iface_dbus.c @@ -861,6 +861,11 @@ void wpa_supplicant_dbus_notify_wps_cred(struct wpa_supplicant *wpa_s, out: dbus_message_unref(_signal); } +#else /* CONFIG_WPS */ +void wpa_supplicant_dbus_notify_wps_cred(struct wpa_supplicant *wpa_s, + const struct wps_credential *cred) +{ +} #endif /* CONFIG_WPS */