aboutsummaryrefslogtreecommitdiff
path: root/tests/iketests/src/java/com/android/ike/eap/message/EapMessageTest.java
AgeCommit message (Expand)Author
2019-08-06EAP-NAK should return EAP types in EapSessionConfig.Cody Kesting
2019-06-10Implement MethodState for EapStateMachineCody Kesting
2019-06-05Change EapMessage Nak helper return type.Cody Kesting
2019-06-03Change EapMessage Notification helper return type.Cody Kesting
2019-05-28Rename EAP Message Packet to clarify valueCody Kesting
2019-05-28Implement EapMessage#encode.Cody Kesting
2019-05-28Cleanup testing code for EAP Message definitions.Cody Kesting
2019-05-28Add functionality for generating Nak and Notification messages.Cody Kesting
2019-05-23Create EapStateMachine for the EAP Auth processCody Kesting
2019-05-21Define EapResult and subclasses for results in EAP State Machine.Cody Kesting
2019-05-20Define message types for decoding EAP Packets.Cody Kesting