Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DApConfigUtil.java307 for (int b : SoftApConfiguration.BAND_TYPES) { in isBandSupported()
615 for (int band : SoftApConfiguration.BAND_TYPES) { in removeUnavailableBands()
709 for (int b : SoftApConfiguration.BAND_TYPES) { in removeUnsupportedBands()
1430 for (int b : SoftApConfiguration.BAND_TYPES) {
1609 for (int band : SoftApConfiguration.BAND_TYPES) {
1621 for (int band : SoftApConfiguration.BAND_TYPES) {
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiApConfigStore.java732 for (int band : SoftApConfiguration.BAND_TYPES) { in generateDefaultBand()
DSoftApManager.java360 for (int band : SoftApConfiguration.BAND_TYPES) { in updateSafeChannelFrequencyList()
DWifiServiceImpl.java1997 SoftApConfiguration.BAND_TYPES.length); in onDriverCountryCodeChanged()
1998 for (int band : SoftApConfiguration.BAND_TYPES) { in onDriverCountryCodeChanged()
2148 for (int b : SoftApConfiguration.BAND_TYPES) { in notifyNewCountryCodeChangePending()
/packages/modules/Wifi/framework/java/android/net/wifi/
DSoftApConfiguration.java140 public static int[] BAND_TYPES = {BAND_2GHZ, BAND_5GHZ, BAND_6GHZ, BAND_60GHZ}; field in SoftApConfiguration