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.java263 @Nullable int[] supportedChannelList) { in setSupportedChannelList() argument
264 if (supportedChannelList == null) return false; in setSupportedChannelList()
267 mSupportedChannelListIn24g = supportedChannelList; in setSupportedChannelList()
270 mSupportedChannelListIn5g = supportedChannelList; in setSupportedChannelList()
273 mSupportedChannelListIn6g = supportedChannelList; in setSupportedChannelList()
276 mSupportedChannelListIn60g = supportedChannelList; in setSupportedChannelList()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DApConfigUtil.java1611 int[] supportedChannelList = channelMap.get(band);
1612 if (supportedChannelList != null) {
1613 newSoftApCapability.setSupportedChannelList(band, supportedChannelList);
1619 List<Integer> supportedChannelList = null;
1623 supportedChannelList = getAvailableChannelFreqsForBand(
1625 if (supportedChannelList != null) {
1628 supportedChannelList.stream().mapToInt(Integer::intValue).toArray());