Support closing Child Session immediately

This commit:
- Supports closing Child Session without initiating
  IKE exchange.
- Deletes Closed state and do all cleanup work in
  #onQuitting

Bug: 137685269
Test: atest FrameworksIkeTests
Change-Id: Ia85717d58c8825c2d5713eb76d4e449c3f28d3b2
2 files changed
tree: fd1f9504c8c999c6fb71182b07372d772b66a608
  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.