Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkHal.java540 if (getEapAltSubjectMatch() && !TextUtils.isEmpty(mEapAltSubjectMatch)) { in loadWifiEnterpriseConfig()
2758 private boolean getEapAltSubjectMatch() { in getEapAltSubjectMatch() method in SupplicantStaNetworkHal
2764 mISupplicantStaNetwork.getEapAltSubjectMatch((SupplicantStatus status, in getEapAltSubjectMatch()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaNetworkHalTest.java1647 .getEapAltSubjectMatch( in setupISupplicantNetworkMock()