Searched refs:EAP_MSCHAP_V2_RESPONSE (Results 1 – 2 of 2) sorted by relevance
46 public static final int EAP_MSCHAP_V2_RESPONSE = 2; field in EapMsChapV2TypeData54 EAP_OP_CODE_STRING.put(EAP_MSCHAP_V2_RESPONSE, "Response"); in EAP_OP_CODE_STRING.put() argument63 SUPPORTED_OP_CODES.add(EAP_MSCHAP_V2_RESPONSE);166 EAP_MSCHAP_V2_RESPONSE, in EapMsChapV2ChallengeResponse()187 buffer.put((byte) EAP_MSCHAP_V2_RESPONSE); in encode()
26 …atic com.android.internal.net.eap.test.message.mschapv2.EapMsChapV2TypeData.EAP_MSCHAP_V2_RESPONSE;46 assertEquals(EAP_MSCHAP_V2_RESPONSE, challengeResponse.opCode); in testConstructor()