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