Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/
DEapAkaPrimeTypeData.java48 public EapAkaPrimeTypeData(int eapSubtype, List<EapSimAkaAttribute> attributes) { in EapAkaPrimeTypeData()
91 int eapSubtype, LinkedHashMap<Integer, EapSimAkaAttribute> attributeMap) { in getInstance()
DEapSimTypeData.java70 public EapSimTypeData(int eapSubtype, List<EapSimAkaAttribute> attributes) { in EapSimTypeData()
120 int eapSubtype, in getInstance()
DEapAkaTypeData.java82 public EapAkaTypeData(int eapSubtype, List<EapSimAkaAttribute> attributes) { in EapAkaTypeData()
132 int eapSubtype, in getInstance()
DEapSimAkaTypeData.java44 public final int eapSubtype; field in EapSimAkaTypeData
/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/
DEapSimAkaMethodStateMachine.java155 int eapSubtype, in buildResponseMessage()
269 EapResult buildResponseMessageWithMac(int identifier, int eapSubtype, byte[] extraData) { in buildResponseMessageWithMac()
276 int identifier, int eapSubtype, byte[] extraData, List<EapSimAkaAttribute> attributes) { in buildResponseMessageWithMac()
362 int eapSubtype, List<EapSimAkaAttribute> attributes); in getEapSimAkaTypeData()
DEapAkaPrimeMethodStateMachine.java341 EapAkaPrimeTypeData getEapSimAkaTypeData(int eapSubtype, List<EapSimAkaAttribute> attributes) { in getEapSimAkaTypeData()
DEapSimMethodStateMachine.java598 EapSimTypeData getEapSimAkaTypeData(int eapSubtype, List<EapSimAkaAttribute> attributes) { in getEapSimAkaTypeData()
DEapAkaMethodStateMachine.java601 EapAkaTypeData getEapSimAkaTypeData(int eapSubtype, List<EapSimAkaAttribute> attributes) { in getEapSimAkaTypeData()