Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DApConfigUtil.java268 int[] regulatoryArray = wifiNative.getChannelsForBand(scannerBand); in getAvailableChannelFreqsForBand() local
270 for (int freq : regulatoryArray) { in getAvailableChannelFreqsForBand()