Home
last modified time | relevance | path

Searched refs:getEapAnonymousIdentity (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkHal.java488 if (getEapAnonymousIdentity() && !ArrayUtils.isEmpty(mEapAnonymousIdentity)) { in loadWifiEnterpriseConfig()
2271 private boolean getEapAnonymousIdentity() { in getEapAnonymousIdentity() method in SupplicantStaNetworkHal
2277 mISupplicantStaNetwork.getEapAnonymousIdentity((SupplicantStatus status, in getEapAnonymousIdentity()
2302 if (!getEapAnonymousIdentity()) { in fetchEapAnonymousIdentity()
DWifiNative.java1947 public String getEapAnonymousIdentity(@NonNull String ifaceName) { in getEapAnonymousIdentity() method in WifiNative
DClientModeImpl.java4462 mWifiNative.getEapAnonymousIdentity(mInterfaceName); in processMessage()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaNetworkHalTest.java1383 .getEapAnonymousIdentity( in setupISupplicantNetworkMock()
DClientModeImplTest.java1068 verify(mWifiNative, never()).getEapAnonymousIdentity(any()); in testSetAnonymousIdentityWhenConnectionIsEstablished()