Searched refs:eapMethodType (Results 1 – 4 of 4) sorted by relevance
220 for (int eapMethodType : supportedEapTypes) { in getNakResponse()221 buffer.put((byte) eapMethodType); in getNakResponse()
137 int eapMethodType, in buildClientErrorResponse() argument143 EapData eapData = new EapData(eapMethodType, encodedTypeData); in buildClientErrorResponse()
6801 entry.eapMethodType = key;
5485 switch(passpointProfileType.eapMethodType) { in assertPasspointProfileTypeCount()