Disable Dpd condition handling improvement

- Invert the condition and move it into this block to avoid return
  statement.
  Reason: Adding other changes after this in future, it may result in
  them getting disabled with the DPD.

Bug: 242329630
Test: atest FrameworksIkeTests & atest CtsIkeTestCases
Change-Id: Ib848f99057aaa0603fcb7f387e24ecb3796605f2
1 file changed
tree: 9e05ee6cbec453d32f2af1ccf9149a09610a3184
  1. apex/
  2. api/
  3. flags/
  4. src/
  5. tests/
  6. Android.bp
  7. jarjar-rules-shared.txt
  8. jarjar-rules-test.txt
  9. lint-baseline.xml
  10. OWNERS
  11. PREUPLOAD.cfg
  12. README.md
  13. 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.