Searched refs:BandType (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
D | ApConfigUtil.java | 43 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/ |
D | SoftApCapability.java | 24 import android.net.wifi.SoftApConfiguration.BandType; 262 public boolean setSupportedChannelList(@BandType int band, in setSupportedChannelList() 300 public int[] getSupportedChannelList(@BandType int band) { in getSupportedChannelList()
|
D | SoftApConfiguration.java | 134 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/ |
D | WifiApConfigStore.java | 34 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()
|
D | HostapdHalAidlImp.java | 39 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()
|
D | HostapdHalHidlImp.java | 32 import android.net.wifi.SoftApConfiguration.BandType; 1041 @BandType int band, SoftApConfiguration config) { in prepareAcsChannelFreqRangesMhz() 1060 toAcsFreqRanges(@BandType int band, SoftApConfiguration config) { in toAcsFreqRanges()
|
D | WifiVendorHal.java | 381 private long getNecessaryCapabilitiesForSoftApMode(@SoftApConfiguration.BandType int band) { in getNecessaryCapabilitiesForSoftApMode() 403 @SoftApConfiguration.BandType int band, in createApIface()
|
D | WifiNative.java | 1219 @SoftApConfiguration.BandType int band, boolean isBridged, in createApIface() 1585 @SoftApConfiguration.BandType int band, boolean isBridged, in setupInterfaceForSoftApMode()
|