Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DApConfigUtil.java424 int[] regulatoryArray = wifiNative.getChannelsForBand(scannerBand); in getWifiCondAvailableChannelsForBand() local
425 for (int freq : regulatoryArray) { in getWifiCondAvailableChannelsForBand()