Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DApConfigUtil.java72 int[] allowed5GFreqList) { in chooseApChannel() argument
96 if (allowed5GFreqList != null && allowed5GFreqList.length > 0) { in chooseApChannel()
99 allowed5GFreqList[sRandom.nextInt(allowed5GFreqList.length)]); in chooseApChannel()