Home
last modified time | relevance | path

Searched defs:eapSubtype (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/
H A DEapAkaPrimeTypeData.java54 public EapAkaPrimeTypeData(int eapSubtype, List<EapSimAkaAttribute> attributes) { in EapAkaPrimeTypeData()
97 int eapSubtype, in getInstance()
H A DEapSimTypeData.java77 public EapSimTypeData(int eapSubtype, List<EapSimAkaAttribute> attributes) { in EapSimTypeData()
127 int eapSubtype, in getInstance()
H A DEapAkaTypeData.java89 public EapAkaTypeData(int eapSubtype, List<EapSimAkaAttribute> attributes) { in EapAkaTypeData()
139 int eapSubtype, in getInstance()
H A DEapSimAkaTypeData.java44 public final int eapSubtype; field in EapSimAkaTypeData
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/
H A DEapSimAkaMethodStateMachine.java155 int eapSubtype, in buildResponseMessage()
267 EapResult buildResponseMessageWithMac(int identifier, int eapSubtype, byte[] extraData) { in buildResponseMessageWithMac()
274 int identifier, int eapSubtype, byte[] extraData, List<EapSimAkaAttribute> attributes) { in buildResponseMessageWithMac()
360 int eapSubtype, List<EapSimAkaAttribute> attributes); in getEapSimAkaTypeData()
H A DEapAkaPrimeMethodStateMachine.java342 EapAkaPrimeTypeData getEapSimAkaTypeData(int eapSubtype, List<EapSimAkaAttribute> attributes) { in getEapSimAkaTypeData()
H A DEapSimMethodStateMachine.java599 EapSimTypeData getEapSimAkaTypeData(int eapSubtype, List<EapSimAkaAttribute> attributes) { in getEapSimAkaTypeData()
H A DEapAkaMethodStateMachine.java603 EapAkaTypeData getEapSimAkaTypeData(int eapSubtype, List<EapSimAkaAttribute> attributes) { in getEapSimAkaTypeData()