Searched defs:eapType (Results 1 – 5 of 5) sorted by relevance
111 @EapType public final int eapType; field in EapData124 public EapData(@EapType int eapType, @NonNull byte[] eapTypeData) { in EapData()186 public static boolean isSupportedEapType(int eapType) { in isSupportedEapType()
134 int eapType = Byte.toUnsignedInt(buffer.get()); in decode() local
292 int eapType = eapMessage.eapData.eapType; in process() local312 private EapMethodStateMachine buildEapMethodStateMachine(@EapMethod int eapType) { in buildEapMethodStateMachine()
433 int eapType = message.eapData.eapType; in process() local471 int eapType = message.eapData.eapType; in process() local
154 int eapType, in buildResponseMessage()