Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiScanningServiceImpl.java956 bucketSettings.channels = new WifiNative.ChannelSettings[MAX_CHANNELS];
1083 bucket.channels = new WifiNative.ChannelSettings[0]; in addScanRequestToBucket()
1090 WifiNative.ChannelSettings channelSettings = new WifiNative.ChannelSettings(); in addScanRequestToBucket()
1884 private static int getBandFromChannels(WifiNative.ChannelSettings[] channels) { in getBandFromChannels()
1886 for (WifiNative.ChannelSettings channel : channels) { in getBandFromChannels()
DWifiNative.java1357 public static class ChannelSettings { class in WifiNative
1369 ChannelSettings channels[];