Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
H A Dsupplicant_sta_network_hidl_test.cpp528 sta_network_->getEapCAPath([&](const SupplicantStatus& status, in TEST_P()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DSupplicantStaNetworkHal.java606 if (getEapCAPath() && !TextUtils.isEmpty(mEapCAPath)) { in loadWifiEnterpriseConfig()
2939 private boolean getEapCAPath() { in getEapCAPath() method in SupplicantStaNetworkHal
2945 mISupplicantStaNetwork.getEapCAPath((SupplicantStatus status, String pathValue) -> { in getEapCAPath()
/aosp12/hardware/interfaces/wifi/supplicant/1.0/
H A DISupplicantStaNetwork.hal831 getEapCAPath() generates (SupplicantStatus status, string path);
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DSupplicantStaNetworkHalTest.java2165 .getEapCAPath(any(ISupplicantStaNetwork.getEapCAPathCallback.class)); in setupISupplicantNetworkMock()