Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
H A Dsupplicant_sta_network_hidl_test.cpp554 sta_network_->setEapPrivateKeyId( in TEST_P()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DSupplicantStaNetworkHal.java754 if (!TextUtils.isEmpty(eapParam) && !setEapPrivateKeyId(eapParam)) { in saveWifiEnterpriseConfig()
2010 private boolean setEapPrivateKeyId(String id) { in setEapPrivateKeyId() method in SupplicantStaNetworkHal
2015 SupplicantStatus status = mISupplicantStaNetwork.setEapPrivateKeyId(id); in setEapPrivateKeyId()
/aosp12/hardware/interfaces/wifi/supplicant/1.0/
H A DISupplicantStaNetwork.hal465 setEapPrivateKeyId(string id) generates (SupplicantStatus status);
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DSupplicantStaNetworkHalTest.java2111 }).when(mISupplicantStaNetworkMock).setEapPrivateKeyId(any(String.class)); in setupISupplicantNetworkMock()