Searched refs:isBandSupported (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiApConfigStore.java | 312 && 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()
|
D | HostapdHal.java | 740 ApConfigUtil.isBandSupported(SoftApConfiguration.BAND_6GHZ, mContext); in updateIfaceParams_1_2FromResource()
|
D | WifiServiceImpl.java | 1762 && 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/ |
D | ApConfigUtil.java | 185 if (isBandSupported(SoftApConfiguration.BAND_2GHZ, context)) { in append24GToBandIf24GSupported() 227 public static boolean isBandSupported(@BandType int apBand, Context context) { in isBandSupported() method in ApConfigUtil
|