1
0
mirror of https://github.com/vanhoefm/fragattacks.git synced 2025-02-25 05:09:34 -05:00

Stub out the dbus function w/o CONFIG_WPS to fix build

This commit is contained in:
Sam Leffler 2009-10-22 11:08:10 -07:00 committed by Jouni Malinen
parent 08d38568df
commit 2d8fe38109

@ -861,6 +861,11 @@ void wpa_supplicant_dbus_notify_wps_cred(struct wpa_supplicant *wpa_s,
out: out:
dbus_message_unref(_signal); 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 */ #endif /* CONFIG_WPS */