Home
last modified time | relevance | path

Searched refs:setEapAltSubjectMatch (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkHal.java664 if (!TextUtils.isEmpty(eapParam) && !setEapAltSubjectMatch(eapParam)) { in saveWifiEnterpriseConfig()
1680 private boolean setEapAltSubjectMatch(String match) { in setEapAltSubjectMatch() method in SupplicantStaNetworkHal
1685 SupplicantStatus status = mISupplicantStaNetwork.setEapAltSubjectMatch(match); in setEapAltSubjectMatch()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaNetworkHalTest.java1497 }).when(mISupplicantStaNetworkMock).setEapAltSubjectMatch(any(String.class)); in setupISupplicantNetworkMock()