Home
last modified time | relevance | path

Searched refs:BAND_TYPES (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiApConfigStore.java610 for (int band : SoftApConfiguration.BAND_TYPES) { in generateDefaultBand()
H A DSoftApManager.java249 for (int band : SoftApConfiguration.BAND_TYPES) { in updateSafeChannelFrequencyList()
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DSoftApConfiguration.java127 public static int[] BAND_TYPES = {BAND_2GHZ, BAND_5GHZ, BAND_6GHZ, BAND_60GHZ}; field in SoftApConfiguration
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/
H A DApConfigUtil.java486 for (int band : SoftApConfiguration.BAND_TYPES) { in removeUnavailableBands()