commit | 642da9dd9bd3b557553251a213dda6c1b8a53fad | [log] [tgz] |
---|---|---|
author | Sunil Ravi <sunilravi@google.com> | Fri Jun 28 17:34:56 2024 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sun Jun 30 22:22:38 2024 +0000 |
tree | 1a8e47e83d0aabfdfebaa286364a4efa0db17332 | |
parent | 54b64200266763c5d728424ebbc0f24bec04fc19 [diff] [blame] |
Revert "[wpa_supplicant] cumilative patch from commit 4b755c967" Revert submission 26533062-Supplicant_merge_June24 Reason for revert: https://b.corp.google.com/issues/349780869 Reverted changes: /q/submissionid:26533062-Supplicant_merge_June24 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:88611417f21e6329aadf8f0e300392dd3738e804) Merged-In: I6c9b7a4323fa7edde47617da6c1e0d8f6e6d5101 Change-Id: I6c9b7a4323fa7edde47617da6c1e0d8f6e6d5101
diff --git a/wpa_supplicant/wpas_glue.c b/wpa_supplicant/wpas_glue.c index 2fea640..111680c 100644 --- a/wpa_supplicant/wpas_glue.c +++ b/wpa_supplicant/wpas_glue.c
@@ -465,7 +465,7 @@ /* No WPA/RSN IE found in the cached scan results. Try to get updated * scan results from the driver. */ - if (wpa_supplicant_update_scan_results(wpa_s, wpa_s->bssid) < 0) + if (wpa_supplicant_update_scan_results(wpa_s) < 0) return -1; return wpa_get_beacon_ie(wpa_s);