Remove need for EapAuthenticator to take a callback handler

EapAuthenticator is already a handler, and as such should not need to
take in an additional handler to perform the callbacks.

Bug: 137396147
Test: FrameworksIkeTests ran, passing
Change-Id: I0a489383a5f7b5612e8301a5fd0839b8321d8cca
3 files changed
tree: 45faeb0b2d0c520d9186514c38e6560e6819952e
  1. src/
  2. tests/
  3. Android.bp
  4. OWNERS
  5. PREUPLOAD.cfg
  6. README.md
  7. TEST_MAPPING
README.md

IKEv2 Library for Android

Introduction

This IKEv2 library is an in-process client library implementing the IKEv2 protocol as well as extensions necessary for the support of IWLAN. It is designed to work in a non-privileged fashion on top of the Android IPsec API surface.