Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkHal.java474 if (getEapIdentity() && !ArrayUtils.isEmpty(mEapIdentity)) { in loadWifiEnterpriseConfig()
2239 private boolean getEapIdentity() { in getEapIdentity() method in SupplicantStaNetworkHal
2245 mISupplicantStaNetwork.getEapIdentity((SupplicantStatus status, in getEapIdentity()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaNetworkHalTest.java1368 .getEapIdentity(any(ISupplicantStaNetwork.getEapIdentityCallback.class)); in setupISupplicantNetworkMock()