Home
last modified time | relevance | path

Searched defs:eapType (Results 1 – 5 of 5) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/
DEapData.java111 @EapType public final int eapType; field in EapData
124 public EapData(@EapType int eapType, @NonNull byte[] eapTypeData) { in EapData()
186 public static boolean isSupportedEapType(int eapType) { in isSupportedEapType()
DEapMessage.java134 int eapType = Byte.toUnsignedInt(buffer.get()); in decode() local
/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/
DEapStateMachine.java292 int eapType = eapMessage.eapData.eapType; in process() local
312 private EapMethodStateMachine buildEapMethodStateMachine(@EapMethod int eapType) { in buildEapMethodStateMachine()
DEapMsChapV2MethodStateMachine.java433 int eapType = message.eapData.eapType; in process() local
471 int eapType = message.eapData.eapType; in process() local
DEapSimAkaMethodStateMachine.java154 int eapType, in buildResponseMessage()