Searched refs:getEapIdentity (Results 1 – 10 of 10) sorted by relevance
/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/ |
D | EapStateMachine.java | 93 + LOG.pii(eapSessionConfig.getEapIdentity()) in EapStateMachine() 249 byte[] eapIdentity = getEapIdentity(); in getIdentityResponse() 263 byte[] getEapIdentity() { in getEapIdentity() method in EapStateMachine.IdentityState 272 new String(mEapSessionConfig.getEapIdentity(), StandardCharsets.UTF_8); in getEapIdentity() 280 return mEapSessionConfig.getEapIdentity(); in getEapIdentity() 350 mEapSessionConfig.getEapIdentity(), in buildEapMethodStateMachine() 359 mEapSessionConfig.getEapIdentity(), in buildEapMethodStateMachine() 366 mContext, mEapSessionConfig.getEapIdentity(), eapAkaPrimeConfig); in buildEapMethodStateMachine()
|
D | EapTtlsMethodStateMachine.java | 349 mEapTtlsConfig.getInnerEapSessionConfig().getEapIdentity()); in buildEapIdentityResponseAvp()
|
/packages/modules/IPsec/tests/iketests/src/java/android/net/eap/ |
D | EapSessionConfigTest.java | 82 assertArrayEquals(EAP_IDENTITY, result.getEapIdentity()); in testBuildEapSim() 97 assertArrayEquals(DEFAULT_IDENTITY, eapConfig.getEapIdentity()); in verifyBuildEapAka() 152 assertArrayEquals(DEFAULT_IDENTITY, result.getEapIdentity()); in testBuildEapAkaPrime() 195 assertArrayEquals(DEFAULT_IDENTITY, result.getEapIdentity()); in testBuildEapTtls()
|
/packages/modules/IPsec/tests/cts/src/android/eap/cts/ |
D | EapSessionConfigTest.java | 90 assertArrayEquals(EAP_IDENTITY, result.getEapIdentity()); in testBuildWithAllEapMethods()
|
/packages/modules/IPsec/src/java/android/net/eap/ |
D | EapSessionConfig.java | 131 public byte[] getEapIdentity() { in getEapIdentity() method in EapSessionConfig
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | SupplicantStaNetworkHalAidlImpl.java | 587 if (getEapIdentity() && !ArrayUtils.isEmpty(mEapIdentity)) { in loadWifiEnterpriseConfig() 2672 private boolean getEapIdentity() { in getEapIdentity() method in SupplicantStaNetworkHalAidlImpl 2679 mEapIdentity = mISupplicantStaNetwork.getEapIdentity(); in getEapIdentity()
|
D | SupplicantStaNetworkHalHidlImpl.java | 557 if (getEapIdentity() && !ArrayUtils.isEmpty(mEapIdentity)) { in loadWifiEnterpriseConfig() 2851 private boolean getEapIdentity() { in getEapIdentity() method in SupplicantStaNetworkHalHidlImpl 2857 mISupplicantStaNetwork.getEapIdentity((SupplicantStatus status, in getEapIdentity()
|
/packages/modules/IPsec/api/ |
D | current.txt | 21 method @NonNull public byte[] getEapIdentity();
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | SupplicantStaNetworkHalAidlImplTest.java | 1652 }).when(mISupplicantStaNetworkMock).getEapIdentity(); in setupISupplicantNetworkMock()
|
D | SupplicantStaNetworkHalHidlImplTest.java | 2190 .getEapIdentity(any(ISupplicantStaNetwork.getEapIdentityCallback.class)); in setupISupplicantNetworkMock()
|