Searched refs:BandType (Results 1 – 7 of 7) sorted by relevance
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
H A D | ApConfigUtil.java | 27 import android.net.wifi.SoftApConfiguration.BandType; 111 public static @WifiScanner.WifiBand int apConfig2wifiScannerBand(@BandType int band) { in apConfig2wifiScannerBand() 133 public static int convertChannelToFrequency(int channel, @BandType int band) { in convertChannelToFrequency() 183 public static @BandType int append24GToBandIf24GSupported(@BandType int targetBand, in append24GToBandIf24GSupported() 194 public static boolean isBandValid(@BandType int band) { in isBandValid() 207 public static boolean containsBand(@BandType int band, @BandType int testBand) { in containsBand() 216 public static boolean isMultiband(@BandType int band) { in isMultiband() 227 public static boolean isBandSupported(@BandType int apBand, Context context) { in isBandSupported() 333 @BandType int band, WifiNative wifiNative, Resources resources, in getAvailableChannelFreqsForBand() 483 public static @BandType int removeUnavailableBands(SoftApCapability capability, in removeUnavailableBands() [all …]
|
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/ |
H A D | SoftApCapability.java | 24 import android.net.wifi.SoftApConfiguration.BandType; 201 public boolean setSupportedChannelList(@BandType int band, in setSupportedChannelList() 237 public int[] getSupportedChannelList(@BandType int band) { in getSupportedChannelList()
|
H A D | SoftApConfiguration.java | 121 public @interface BandType {} annotation in SoftApConfiguration 129 private static boolean isBandValid(@BandType int band) { in isBandValid() 145 private static boolean isChannelBandPairValid(int channel, @BandType int band) { in isChannelBandPairValid() 548 public @BandType int getBand() { in getBand() 1075 public Builder setBand(@BandType int band) { in setBand() 1157 public Builder setChannel(int channel, @BandType int band) { in setChannel()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | WifiApConfigStore.java | 24 import android.net.wifi.SoftApConfiguration.BandType; 609 public static @BandType int generateDefaultBand(Context context) { in generateDefaultBand() 634 public void enableForceSoftApBandOrChannel(@BandType int forcedApBand, int forcedApChannel) { in enableForceSoftApBandOrChannel()
|
H A D | HostapdHal.java | 32 import android.net.wifi.SoftApConfiguration.BandType; 990 @BandType int band) { in prepareAcsChannelFreqRangesMhz() 1009 toAcsFreqRanges(@BandType int band) { in toAcsFreqRanges()
|
H A D | WifiNative.java | 932 @SoftApConfiguration.BandType int band, boolean isBridged) { in createApIface() 1264 @SoftApConfiguration.BandType int band, boolean isBridged) { in setupInterfaceForSoftApMode()
|
H A D | WifiVendorHal.java | 552 private long getNecessaryCapabilitiesForSoftApMode(@SoftApConfiguration.BandType int band) { in getNecessaryCapabilitiesForSoftApMode() 571 @SoftApConfiguration.BandType int band, in createApIface()
|