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