Searched refs:dfsChannels (Results 1 – 1 of 1) sorted by relevance
302 int[] dfsChannels = mWifiInjector.getWifiNative() in filterDfsScanResults() local304 if (dfsChannels == null) { in filterDfsScanResults()305 dfsChannels = new int[0]; in filterDfsScanResults()308 final Set<Integer> dfsChannelSet = Arrays.stream(dfsChannels).boxed() in filterDfsScanResults()