Expose the flag to enable rekey based mobility

IKE_OPTION_REKEY_MOBILITY will allow the IKE Session to
update the IPsec SA's addresses by initiating a standard Rekey
Child procedure.

Bug: 223680891
Bug: 230841280
Test: make update-api && make
Test: atest FrameworksIkeTests, CtsIkeTestCases(new tests)
Original change: https://android-review.googlesource.com/c/platform/packages/modules/IPsec/+/2025346
Merged-In: I15eea77223587b548d3466b5b4dea83dba970354

Change-Id: I15eea77223587b548d3466b5b4dea83dba970354
4 files changed
tree: 3be1c99afe970d0b71eea43201c95920a4178907
  1. apex/
  2. api/
  3. src/
  4. tests/
  5. Android.bp
  6. jarjar-rules-shared.txt
  7. jarjar-rules-test.txt
  8. OWNERS
  9. PREUPLOAD.cfg
  10. README.md
  11. 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.