Searched refs:supportedEapTypes (Results 1 – 1 of 1) sorted by relevance
217 Collection<Integer> supportedEapTypes) { in getNakResponse() argument219 ByteBuffer buffer = ByteBuffer.allocate(supportedEapTypes.size()); in getNakResponse()220 for (int eapMethodType : supportedEapTypes) { in getNakResponse()