Create IkeEapPayload.

In order to allow for EAP-based authentication within IKEv2, Ike EAP
Payloads need to be decodable by the IkePayloadFactory.

Bug: 137388044
Test: atest IkeEapPayloadTest
Change-Id: Ia763ae3a5a2288609fd7a5ba42f426b032d66ebd
4 files changed
tree: 137ab2eb57e73077c5b32fd390e7cce5acb76a38
  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.