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

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