wpa_supplicant(hidl): Fix typo of getEapAltSubjectMatch
am: ea07b37295
Change-Id: I11b0f4926a6fc982701fa4adc629625d93bb6a9a
diff --git a/wpa_supplicant/hidl/sta_network.cpp b/wpa_supplicant/hidl/sta_network.cpp
index a2d0126..72185b3 100644
--- a/wpa_supplicant/hidl/sta_network.cpp
+++ b/wpa_supplicant/hidl/sta_network.cpp
@@ -527,7 +527,7 @@
{
return validateAndCall(
this, SupplicantStatusCode::FAILURE_NETWORK_INVALID,
- &StaNetwork::getEapSubjectMatchInternal, _hidl_cb);
+ &StaNetwork::getEapAltSubjectMatchInternal, _hidl_cb);
}
Return<void> StaNetwork::getEapEngine(getEapEngine_cb _hidl_cb)