Home
last modified time | relevance | path

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

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