Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiApConfigStore.java312 && ApConfigUtil.isBandSupported(bands[i], mContext)) { in sanitizePersistentApConfig()
323 if (ApConfigUtil.isBandSupported(bands[0], mContext)) { in sanitizePersistentApConfig()
581 if (!ApConfigUtil.isBandSupported(apConfig.getBand(), context)) { in validateApWifiConfiguration()
611 if (ApConfigUtil.isBandSupported(band, context)) { in generateDefaultBand()
621 if (!ApConfigUtil.isBandSupported(band, context)) { in isBandsSupported()
DHostapdHal.java740 ApConfigUtil.isBandSupported(SoftApConfiguration.BAND_6GHZ, mContext); in updateIfaceParams_1_2FromResource()
DWifiServiceImpl.java1762 && ApConfigUtil.isBandSupported(SoftApConfiguration.BAND_6GHZ, mContext)) { in startForFirstRequestLocked()
1766 && ApConfigUtil.isBandSupported(SoftApConfiguration.BAND_5GHZ, mContext)) { in startForFirstRequestLocked()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DApConfigUtil.java185 if (isBandSupported(SoftApConfiguration.BAND_2GHZ, context)) { in append24GToBandIf24GSupported()
227 public static boolean isBandSupported(@BandType int apBand, Context context) { in isBandSupported() method in ApConfigUtil