D | EapMsChapV2TypeData.java | 89 public final int msChapV2Id; field in EapMsChapV2TypeData.EapMsChapV2VariableTypeData 92 EapMsChapV2VariableTypeData(int opCode, int msChapV2Id, int msLength) in EapMsChapV2VariableTypeData() argument 96 this.msChapV2Id = msChapV2Id; in EapMsChapV2VariableTypeData() 134 int msChapV2Id, int msLength, byte[] challenge, byte[] name) in EapMsChapV2ChallengeRequest() argument 136 super(EAP_MSCHAP_V2_CHALLENGE, msChapV2Id, msLength); in EapMsChapV2ChallengeRequest() 163 int msChapV2Id, byte[] peerChallenge, byte[] ntResponse, int flags, byte[] name) in EapMsChapV2ChallengeResponse() argument 167 msChapV2Id, in EapMsChapV2ChallengeResponse() 188 buffer.put((byte) msChapV2Id); in encode() 245 int msChapV2Id, int msLength, byte[] authBytes, String message) in EapMsChapV2SuccessRequest() argument 247 super(EAP_MSCHAP_V2_SUCCESS, msChapV2Id, msLength); in EapMsChapV2SuccessRequest() [all …]
|