Searched refs:wepKeyList (Results 1 – 1 of 1) sorted by relevance
752 List<String> wepKeyList = new ArrayList<>(); in populateWepKeysFromXmlValue() local758 wepKeyList.add(null); in populateWepKeysFromXmlValue()765 wepKeyList.add(new String(passphraseBytes, StandardCharsets.UTF_8)); in populateWepKeysFromXmlValue()768 return wepKeyList.size() > 0 ? wepKeyList.toArray( in populateWepKeysFromXmlValue()769 new String[wepKeyList.size()]) : null; in populateWepKeysFromXmlValue()