Home
last modified time | relevance | path

Searched refs:BandType (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DApConfigUtil.java43 import android.net.wifi.SoftApConfiguration.BandType;
171 public static @WifiScanner.WifiBand int apConfig2wifiScannerBand(@BandType int band) { in apConfig2wifiScannerBand()
193 public static int convertChannelToFrequency(int channel, @BandType int band) { in convertChannelToFrequency()
243 public static @BandType int append24GToBandIf24GSupported(@BandType int targetBand, in append24GToBandIf24GSupported()
257 public static @BandType int append5GToBandIf5GSupported(@BandType int targetBand, in append5GToBandIf5GSupported()
268 public static boolean isBandValid(@BandType int band) { in isBandValid()
281 public static boolean containsBand(@BandType int band, @BandType int testBand) { in containsBand()
290 public static boolean isMultiband(@BandType int band) { in isMultiband()
301 public static boolean isBandSupported(@BandType int apBand, Context context) { in isBandSupported()
380 private static List<Integer> getConfiguredChannelList(Resources resources, @BandType int band) { in getConfiguredChannelList()
[all …]
/packages/modules/Wifi/framework/java/android/net/wifi/
DSoftApCapability.java24 import android.net.wifi.SoftApConfiguration.BandType;
262 public boolean setSupportedChannelList(@BandType int band, in setSupportedChannelList()
300 public int[] getSupportedChannelList(@BandType int band) { in getSupportedChannelList()
DSoftApConfiguration.java134 public @interface BandType {} annotation in SoftApConfiguration
142 private static boolean isBandValid(@BandType int band) { in isBandValid()
173 private static boolean isChannelBandPairValid(int channel, @BandType int band) { in isChannelBandPairValid()
847 public @BandType int getBand() { in getBand()
1105 public int[] getAllowedAcsChannels(@BandType int band) { in getAllowedAcsChannels()
1667 public Builder setBand(@BandType int band) { in setBand()
1749 public Builder setChannel(int channel, @BandType int band) { in setChannel()
1981 public Builder setAllowedAcsChannels(@BandType int band, @NonNull int[] channels) { in setAllowedAcsChannels()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiApConfigStore.java34 import android.net.wifi.SoftApConfiguration.BandType;
731 public static @BandType int generateDefaultBand(Context context) { in generateDefaultBand()
758 @BandType int forcedApBand, int forcedApChannel, int forcedApMaximumChannelBandWidth) { in enableForceSoftApBandOrChannel()
DHostapdHalAidlImp.java39 import android.net.wifi.SoftApConfiguration.BandType;
661 @BandType int band, SoftApConfiguration config) { in prepareAcsChannelFreqRangesMhz()
679 private List<FrequencyRange> toAcsFreqRanges(@BandType int band, SoftApConfiguration config) { in toAcsFreqRanges()
DHostapdHalHidlImp.java32 import android.net.wifi.SoftApConfiguration.BandType;
1041 @BandType int band, SoftApConfiguration config) { in prepareAcsChannelFreqRangesMhz()
1060 toAcsFreqRanges(@BandType int band, SoftApConfiguration config) { in toAcsFreqRanges()
DWifiVendorHal.java381 private long getNecessaryCapabilitiesForSoftApMode(@SoftApConfiguration.BandType int band) { in getNecessaryCapabilitiesForSoftApMode()
403 @SoftApConfiguration.BandType int band, in createApIface()
DWifiNative.java1219 @SoftApConfiguration.BandType int band, boolean isBridged, in createApIface()
1585 @SoftApConfiguration.BandType int band, boolean isBridged, in setupInterfaceForSoftApMode()