Searched refs:IKE_OPTION_EAP_ONLY_AUTH (Results 1 – 7 of 7) sorted by relevance
23 import static android.net.ipsec.ike.IkeSessionParams.IKE_OPTION_EAP_ONLY_AUTH;115 EXPECTED_IKE_OPTIONS.add(IKE_OPTION_EAP_ONLY_AUTH);462 .addIkeOption(IKE_OPTION_EAP_ONLY_AUTH) in testBuildWithEapOnlyAuth()465 assertTrue(sessionParams.hasIkeOption(IKE_OPTION_EAP_ONLY_AUTH)); in testBuildWithEapOnlyAuth()483 .addIkeOption(IKE_OPTION_EAP_ONLY_AUTH) in testThrowBuildEapOnlyAuthWithUnsafeMethod()
28 import static android.net.ipsec.test.ike.IkeSessionParams.IKE_OPTION_EAP_ONLY_AUTH;759 .addIkeOption(IKE_OPTION_EAP_ONLY_AUTH) in testExpceptionOnEapOnlyOptionWithoutEapAuth()820 .addIkeOption(IKE_OPTION_EAP_ONLY_AUTH) in testExceptionOnEapOnlyOptionWithEapOnlyUnsafeMethod()836 .addIkeOption(IKE_OPTION_EAP_ONLY_AUTH) in testBuildWithEapOnlyOption()842 assertTrue(sessionParams.hasIkeOption(IKE_OPTION_EAP_ONLY_AUTH)); in testBuildWithEapOnlyOption()
108 IKE_OPTION_EAP_ONLY_AUTH,133 public static final int IKE_OPTION_EAP_ONLY_AUTH = 1; field in IkeSessionParams2313 if ((mIkeOptions & getOptionBitValue(IKE_OPTION_EAP_ONLY_AUTH)) != 0) { in build()
28 import static android.net.ipsec.ike.IkeSessionParams.IKE_OPTION_EAP_ONLY_AUTH;4222 if (mIkeSessionParams.hasIkeOption(IKE_OPTION_EAP_ONLY_AUTH)) { in buildIkeAuthReq()4372 if (authPayload == null && mIkeSessionParams.hasIkeOption(IKE_OPTION_EAP_ONLY_AUTH)) { in validateIkeAuthResp()
239 field public static final int IKE_OPTION_EAP_ONLY_AUTH = 1; // 0x1
21 import static android.net.ipsec.test.ike.IkeSessionParams.IKE_OPTION_EAP_ONLY_AUTH;1090 .addIkeOption(IKE_OPTION_EAP_ONLY_AUTH) in buildIkeSessionParamsEapAkaWithDeviceIdentity()6020 .addIkeOption(IKE_OPTION_EAP_ONLY_AUTH) in testEapOnlyOption()
1224 builder.addIkeOption(IkeSessionParams.IKE_OPTION_EAP_ONLY_AUTH); in buildIkeSessionParams()