Home
last modified time | relevance | path

Searched refs:supportedChannelList (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/framework/java/android/net/wifi/
DSoftApCapability.java202 @Nullable int[] supportedChannelList) { in setSupportedChannelList() argument
203 if (supportedChannelList == null) return false; in setSupportedChannelList()
206 mSupportedChannelListIn24g = supportedChannelList; in setSupportedChannelList()
209 mSupportedChannelListIn5g = supportedChannelList; in setSupportedChannelList()
212 mSupportedChannelListIn6g = supportedChannelList; in setSupportedChannelList()
215 mSupportedChannelListIn60g = supportedChannelList; in setSupportedChannelList()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java1370 List<Integer> supportedChannelList = null; in updateSoftApCapabilityWithAvailableChannelList() local
1372 supportedChannelList = ApConfigUtil.getAvailableChannelFreqsForBand( in updateSoftApCapabilityWithAvailableChannelList()
1374 if (supportedChannelList != null) { in updateSoftApCapabilityWithAvailableChannelList()
1377 supportedChannelList.stream().mapToInt(Integer::intValue).toArray()); in updateSoftApCapabilityWithAvailableChannelList()
1381 supportedChannelList = ApConfigUtil.getAvailableChannelFreqsForBand( in updateSoftApCapabilityWithAvailableChannelList()
1383 if (supportedChannelList != null) { in updateSoftApCapabilityWithAvailableChannelList()
1386 supportedChannelList.stream().mapToInt(Integer::intValue).toArray()); in updateSoftApCapabilityWithAvailableChannelList()
1390 supportedChannelList = ApConfigUtil.getAvailableChannelFreqsForBand( in updateSoftApCapabilityWithAvailableChannelList()
1392 if (supportedChannelList != null) { in updateSoftApCapabilityWithAvailableChannelList()
1395 supportedChannelList.stream().mapToInt(Integer::intValue).toArray()); in updateSoftApCapabilityWithAvailableChannelList()
[all …]