Merge "wpa_supplicant(hidl): Fix compilation failure" am: 8361e7810b am: be05c48040 am: ceebbdde28
am: 16dc5ea29d

Change-Id: Ibfa87c5a4637dc1110dcd0cbd159b7d4203949ca
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) {}