Searched defs:eapType (Results 1 – 9 of 9) sorted by relevance
102 @EapType public final int eapType; field in EapData115 public EapData(@EapType int eapType, @NonNull byte[] eapTypeData) { in EapData()177 public static boolean isSupportedEapType(int eapType) { in isSupportedEapType()
134 int eapType = Byte.toUnsignedInt(buffer.get()); in decode() local
295 int eapType = eapMessage.eapData.eapType; in process() local314 private EapMethodStateMachine buildEapMethodStateMachine(@EapMethod int eapType) { in buildEapMethodStateMachine()
437 int eapType = message.eapData.eapType; in process() local475 int eapType = message.eapData.eapType; in process() local
154 int eapType, in buildResponseMessage()
281 public void setEapType(int eapType) { in setEapType()694 public void setEapType(int eapType) { in setEapType()
1067 int eapType, WifiEnterpriseConfig config) { in buildSimCredentialFromEnterpriseConfig()
717 private PasspointProvider createMockProvider(int eapType, boolean validateForR2) { in createMockProvider()752 int eapType = SAVED_PASSPOINT_PROVIDERS_TYPE.keyAt(i); in setAndIncrementMetrics() local
4510 int eapType; in updateSavedPasspointProfilesInfo() local