Searched refs:allowed2GChannels (Results 1 – 1 of 1) sorted by relevance
71 ArrayList<Integer> allowed2GChannels, in chooseApChannel() argument84 if (allowed2GChannels == null || allowed2GChannels.size() == 0) { in chooseApChannel()91 int index = sRandom.nextInt(allowed2GChannels.size()); in chooseApChannel()92 return allowed2GChannels.get(index).intValue(); in chooseApChannel()117 ArrayList<Integer> allowed2GChannels, in updateApChannelConfig() argument136 config.apBand, allowed2GChannels, in updateApChannelConfig()