Home
last modified time | relevance | path

Searched refs:allowed2GChannels (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DApConfigUtil.java71 ArrayList<Integer> allowed2GChannels, in chooseApChannel() argument
84 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() argument
136 config.apBand, allowed2GChannels, in updateApChannelConfig()