Searched refs:processEapMessage (Results 1 – 9 of 9) sorted by relevance
60 mEapAuthenticator.processEapMessage(invalidMessageType); in verifyUnsupportedType()69 mEapAuthenticator.processEapMessage(EAP_REQUEST_NOTIFICATION_PACKET); in verifyEapNotification()79 mEapAuthenticator.processEapMessage(EAP_SUCCESS); in verifyEapSuccess()88 mEapAuthenticator.processEapMessage(EAP_FAILURE_PACKET); in verifyEapFailure()100 mEapAuthenticator.processEapMessage(incomingEapPacket); in verifyExpectsEapFailure()
95 .processEapMessage(EAP_REQUEST_SIM_START_PACKET); in testProcessEapMessageResponse()118 .processEapMessage(REQUEST_UNSUPPORTED_TYPE_PACKET); in testProcessEapMessageError()141 .processEapMessage(EAP_SUCCESS_PACKET); in testProcessEapMessageSuccess()162 .processEapMessage(EAP_FAILURE_PACKET); in testProcessEapMessageFailure()184 .processEapMessage(EAP_REQUEST_SIM_START_PACKET); in testProcessEapMessageExceptionThrown()211 .processEapMessage(EAP_REQUEST_SIM_START_PACKET); in testProcessEapMessageStateMachineTimeout()
150 mEapAuthenticator.processEapMessage(EAP_MSCHAP_V2_CHALLENGE_REQUEST); in verifyEapMsChapV2Challenge()159 mEapAuthenticator.processEapMessage(EAP_MSCHAP_V2_SUCCESS_REQUEST); in verifyEapMsChapV2SuccessRequest()167 mEapAuthenticator.processEapMessage(EAP_MSCHAP_V2_FAILURE_REQUEST); in verifyEapMsChapV2FailureRequest()
406 mEapAuthenticator.processEapMessage(EAP_AKA_PRIME_IDENTITY_REQUEST); in verifyEapAkaPrimeIdentity()429 mEapAuthenticator.processEapMessage(incomingEapPacket); in verifyEapAkaPrimeChallenge()476 mEapAuthenticator.processEapMessage(EAP_AKA_PRIME_CHALLENGE_REQUEST); in verifyEapAkaPrimeChallengeMismatchedNetworkNames()
266 mEapAuthenticator.processEapMessage(EAP_AKA_IDENTITY_REQUEST); in verifyEapAkaIdentity()289 mEapAuthenticator.processEapMessage(incomingEapPacket); in verifyEapAkaChallenge()
252 mEapAuthenticator.processEapMessage(incomingEapPacket); in verifyEapSimStart()292 mEapAuthenticator.processEapMessage(incomingEapPacket); in verifyEapSimChallenge()
139 public void processEapMessage(byte[] msgBytes) { in processEapMessage() method in EapAuthenticator
3556 mEapAuthenticator.processEapMessage(ikeEapPayload.eapMessage); in processStateMessage()3630 mEapAuthenticator.processEapMessage(eapPayload.eapMessage); in handleResponseIkeMessage()
2738 verify(mMockEapAuthenticator).processEapMessage(eq(EAP_DUMMY_MSG)); in testCreateIkeLocalIkeAuthInEapStartsAuthenticatorAndProxiesMessage()