commit | 71c19809b0c4dc836d0d8b0f81a73557e352e3dc | [log] [tgz] |
---|---|---|
author | Gabriel Biren <gbiren@google.com> | Wed Feb 23 16:49:34 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Feb 23 16:49:34 2022 +0000 |
tree | f891397758f3142e9d76d749ecda5e07e9764fae | |
parent | 2f11083647e361bc6ab140527eb6ad69da0dffff [diff] | |
parent | 3c3af921d790b63e5594d9a6e2819f381e1f9bf5 [diff] |
Update supplicant service to call onEapFailure with the am: 3c3af921d7 Original change: https://googleplex-android-review.googlesource.com/c/platform/external/wpa_supplicant_8/+/16982190 Change-Id: I41f255e97aaca59daf1c04be72e83b729bc2351a
diff --git a/wpa_supplicant/aidl/aidl_manager.cpp b/wpa_supplicant/aidl/aidl_manager.cpp index 04e84b4..f9f0412 100644 --- a/wpa_supplicant/aidl/aidl_manager.cpp +++ b/wpa_supplicant/aidl/aidl_manager.cpp
@@ -1546,7 +1546,7 @@ misc_utils::charBufToString(wpa_s->ifname), std::bind( &ISupplicantStaIfaceCallback::onEapFailure, - std::placeholders::_1, error_code)); + std::placeholders::_1, std::vector<uint8_t>(), error_code)); } /**