Searched refs:mEapAuthenticator (Results 1 – 7 of 7) sorted by relevance
48 protected EapAuthenticator mEapAuthenticator; field in EapMethodEndToEndTest60 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()
452 mEapAuthenticator = in setUp()581 mEapAuthenticator.processEapMessage(EAP_TTLS_START_REQUEST); in processAndVerifyStartRequest()590 mEapAuthenticator.processEapMessage(EAP_TTLS_SERVER_HELLO_REQUEST_INITIAL_FRAGMENT); in processAndVerifyServerHello_initialFragment()606 mEapAuthenticator.processEapMessage(EAP_TTLS_SERVER_HELLO_REQUEST_FINAL_FRAGMENT); in processAndVerifyServerHello_finalFragment()625 mEapAuthenticator.processEapMessage(EAP_TTLS_SERVER_FINISHED_REQUEST); in processAndVerifyServerFinished()650 mEapAuthenticator.processEapMessage(EAP_TTLS_TUNNELED_CHALLENGE_REQUEST); in processAndVerifyMsChapV2ChallengeRequest()669 mEapAuthenticator.processEapMessage(EAP_TTLS_TUNNELED_SUCCESS_REQUEST); in processAndVerifyMsChapV2SuccessRequest()687 mEapAuthenticator.processEapMessage(EAP_TTLS_TUNNELED_EAP_NOTIFICATION_REQUEST); in processAndVerifyTunneledEapNotification()706 mEapAuthenticator.processEapMessage(EAP_TTLS_TUNNELED_FAILURE_REQUEST); in processMessageAndVerifyMsChapV2FailureRequest()725 mEapAuthenticator.processEapMessage(EAP_TTLS_TUNNELED_AKA_IDENTITY_AVP_REQUEST); in processAndVerifyTunneledUnsupportedType()[all …]
101 mEapAuthenticator = in setUp()153 mEapAuthenticator.processEapMessage(EAP_MSCHAP_V2_CHALLENGE_REQUEST); in verifyEapMsChapV2Challenge()162 mEapAuthenticator.processEapMessage(EAP_MSCHAP_V2_SUCCESS_REQUEST); in verifyEapMsChapV2SuccessRequest()170 mEapAuthenticator.processEapMessage(EAP_MSCHAP_V2_FAILURE_REQUEST); in verifyEapMsChapV2FailureRequest()
293 mEapAuthenticator = in setUp()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()
193 mEapAuthenticator = in setUp()266 mEapAuthenticator.processEapMessage(EAP_AKA_IDENTITY_REQUEST); in verifyEapAkaIdentity()289 mEapAuthenticator.processEapMessage(incomingEapPacket); in verifyEapAkaChallenge()
178 mEapAuthenticator = in setUp()252 mEapAuthenticator.processEapMessage(incomingEapPacket); in verifyEapSimStart()292 mEapAuthenticator.processEapMessage(incomingEapPacket); in verifyEapSimChallenge()
4066 private EapAuthenticator mEapAuthenticator; field in IkeSessionStateMachine.CreateIkeLocalIkeAuthInEap4074 mEapAuthenticator = in enterState()4088 mEapAuthenticator.processEapMessage(ikeEapPayload.eapMessage); in processStateMessage()4176 mEapAuthenticator.processEapMessage(eapPayload.eapMessage); in handleResponseIkeMessage()