Searched refs:eapConfigs (Results 1 – 1 of 1) sorted by relevance
59 public EapSessionConfig(Map<Integer, EapMethodConfig> eapConfigs, byte[] eapIdentity) { in EapSessionConfig() argument60 Objects.requireNonNull(eapConfigs, "eapConfigs must not be null"); in EapSessionConfig()63 mEapConfigs = Collections.unmodifiableMap(eapConfigs); in EapSessionConfig()