Searched refs:mEapAuthenticator (Results 1 – 6 of 6) 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()
98 mEapAuthenticator = in setUp()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()
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()
3534 private EapAuthenticator mEapAuthenticator; field in IkeSessionStateMachine.CreateIkeLocalIkeAuthInEap3542 mEapAuthenticator = in enterState()3556 mEapAuthenticator.processEapMessage(ikeEapPayload.eapMessage); in processStateMessage()3630 mEapAuthenticator.processEapMessage(eapPayload.eapMessage); in handleResponseIkeMessage()