wpa_supplicant(hidl): Fix compilation failure
Compilation failure fix when CONFIG_CTRL_IFACE_HIDL=n.
Test: Compiles with CONFIG_CTRL_IFACE_HIDL=n
Change-Id: Ifeced3d8e4e6224b2085b0493a47b51064002df7
diff --git a/wpa_supplicant/hidl/hidl.h b/wpa_supplicant/hidl/hidl.h
index b1e8f11..e191c26 100644
--- a/wpa_supplicant/hidl/hidl.h
+++ b/wpa_supplicant/hidl/hidl.h
@@ -103,7 +103,8 @@
static void wpas_hidl_notify_disconnect_reason(struct wpa_supplicant *wpa_s) {}
static void wpas_hidl_notify_assoc_reject(struct wpa_supplicant *wpa_s) {}
static void wpas_hidl_notify_wps_event_fail(
- struct wpa_supplicant *wpa_s, struct wps_event_fail *fail)
+ struct wpa_supplicant *wpa_s, uint8_t *peer_macaddr, uint16_t config_error,
+ uint16_t error_indication)
{
}
static void wpas_hidl_notify_wps_event_success(struct wpa_supplicant *wpa_s) {}