Only use mEnabledExtensions to track extensions

This commit removes mSupportFragment and mSupportMobike to only
use mEnabledExtensions to track extensions. This commit removes
redundant variables to make the code cleaner

Bug: 193145138
Test: atest FrameworksIkeTests, CtsIkeTestCases
Change-Id: I1367fc9856e989f34c357fc9b718bb8280fe0b9b
2 files changed
tree: dd6383a0f683d3592a9675208eecbc0ec976ee9a
  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.