Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
H A Dsupplicant_sta_network_hidl_test.cpp573 sta_network_->getEapAltSubjectMatch([&](const SupplicantStatus& status, in TEST_P()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DSupplicantStaNetworkHal.java596 if (getEapAltSubjectMatch() && !TextUtils.isEmpty(mEapAltSubjectMatch)) { in loadWifiEnterpriseConfig()
3034 private boolean getEapAltSubjectMatch() { in getEapAltSubjectMatch() method in SupplicantStaNetworkHal
3040 mISupplicantStaNetwork.getEapAltSubjectMatch((SupplicantStatus status, in getEapAltSubjectMatch()
/aosp12/hardware/interfaces/wifi/supplicant/1.0/
H A DISupplicantStaNetwork.hal879 getEapAltSubjectMatch()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DSupplicantStaNetworkHalTest.java2133 .getEapAltSubjectMatch( in setupISupplicantNetworkMock()