Searched refs:IKE_OPTION_EAP_ONLY_AUTH (Results 1 – 7 of 7) sorted by relevance
20 import static android.net.ipsec.ike.IkeSessionParams.IKE_OPTION_EAP_ONLY_AUTH;400 .addIkeOption(IKE_OPTION_EAP_ONLY_AUTH) in testBuildWithEapOnlyAuth()403 assertTrue(sessionParams.hasIkeOption(IKE_OPTION_EAP_ONLY_AUTH)); in testBuildWithEapOnlyAuth()421 .addIkeOption(IKE_OPTION_EAP_ONLY_AUTH) in testThrowBuildEapOnlyAuthWithUnsafeMethod()
24 import static android.net.ipsec.test.ike.IkeSessionParams.IKE_OPTION_EAP_ONLY_AUTH;703 .addIkeOption(IKE_OPTION_EAP_ONLY_AUTH) in testExpceptionOnEapOnlyOptionWithoutEapAuth()722 .addIkeOption(IKE_OPTION_EAP_ONLY_AUTH) in testExceptionOnEapOnlyOptionWithEapOnlyUnsafeMethod()738 .addIkeOption(IKE_OPTION_EAP_ONLY_AUTH) in testBuildWithEapOnlyOption()744 assertTrue(sessionParams.hasIkeOption(IKE_OPTION_EAP_ONLY_AUTH)); in testBuildWithEapOnlyOption()
101 @IntDef({IKE_OPTION_ACCEPT_ANY_REMOTE_ID, IKE_OPTION_EAP_ONLY_AUTH, IKE_OPTION_MOBIKE})117 public static final int IKE_OPTION_EAP_ONLY_AUTH = 1; field in IkeSessionParams1840 if ((mIkeOptions & getOptionBitValue(IKE_OPTION_EAP_ONLY_AUTH)) != 0) { in build()
20 import static android.net.ipsec.ike.IkeSessionParams.IKE_OPTION_EAP_ONLY_AUTH;3828 if (mIkeSessionParams.hasIkeOption(IKE_OPTION_EAP_ONLY_AUTH)) { in buildIkeAuthReq()3961 if (authPayload == null && mIkeSessionParams.hasIkeOption(IKE_OPTION_EAP_ONLY_AUTH)) { in validateIkeAuthResp()
208 field public static final int IKE_OPTION_EAP_ONLY_AUTH = 1; // 0x1
926 builder.addIkeOption(IkeSessionParams.IKE_OPTION_EAP_ONLY_AUTH); in buildIkeSessionParams()
20 import static android.net.ipsec.test.ike.IkeSessionParams.IKE_OPTION_EAP_ONLY_AUTH;5417 .addIkeOption(IKE_OPTION_EAP_ONLY_AUTH) in testEapOnlyOption()