Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/
DKnownBandsChannelHelper.java460 WifiNative.ChannelSettings channelSettings = new WifiNative.ChannelSettings(); in fillBucketSettings() local
461 channelSettings.frequency = mChannels.valueAt(i); in fillBucketSettings()
462 bucketSettings.channels[i] = channelSettings; in fillBucketSettings()
DBackgroundScanScheduler.java157 WifiNative.ChannelSettings channelSettings = new WifiNative.ChannelSettings(); in createChannelSettings() local
158 channelSettings.frequency = frequency; in createChannelSettings()
159 return channelSettings; in createChannelSettings()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/scanner/
DWifiScanningServiceTest.java712 for (WifiNative.ChannelSettings channelSettings : nativeSettings.buckets[0].channels) { in testPscChannelAddedWhenScanning6GhzBand()
713 scanTestUtilcomputedExpectedChannels.add(channelSettings.frequency); in testPscChannelAddedWhenScanning6GhzBand()