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.java520 if (getEapAltSubjectMatch() && !TextUtils.isEmpty(mEapAltSubjectMatch)) { in loadWifiEnterpriseConfig()
2444 private boolean getEapAltSubjectMatch() { in getEapAltSubjectMatch() method in SupplicantStaNetworkHal
2450 mISupplicantStaNetwork.getEapAltSubjectMatch((SupplicantStatus status, in getEapAltSubjectMatch()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaNetworkHalTest.java1504 .getEapAltSubjectMatch( in setupISupplicantNetworkMock()