Searched defs:msChapV2Id (Results 1 – 1 of 1) sorted by relevance
/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/mschapv2/ |
D | EapMsChapV2TypeData.java | 89 public final int msChapV2Id; field in EapMsChapV2TypeData.EapMsChapV2VariableTypeData 92 EapMsChapV2VariableTypeData(int opCode, int msChapV2Id, int msLength) in EapMsChapV2VariableTypeData() 134 int msChapV2Id, int msLength, byte[] challenge, byte[] name) in EapMsChapV2ChallengeRequest() 163 int msChapV2Id, byte[] peerChallenge, byte[] ntResponse, int flags, byte[] name) in EapMsChapV2ChallengeResponse() 245 int msChapV2Id, int msLength, byte[] authBytes, String message) in EapMsChapV2SuccessRequest() 359 int msChapV2Id, in EapMsChapV2FailureRequest()
|