Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DSoftApConfigurationTest.java859 .setAllowedAcsChannels(SoftApConfiguration.BAND_2GHZ, channels2g) in testSetAllowedAcsChannels()
860 .setAllowedAcsChannels(SoftApConfiguration.BAND_5GHZ, channels5g) in testSetAllowedAcsChannels()
861 .setAllowedAcsChannels(SoftApConfiguration.BAND_6GHZ, channels6g) in testSetAllowedAcsChannels()
878 .setAllowedAcsChannels(SoftApConfiguration.BAND_2GHZ, channels2g)); in testSetAllowedAcsChannelsInvalidValues()
881 .setAllowedAcsChannels(SoftApConfiguration.BAND_5GHZ, channels5g)); in testSetAllowedAcsChannelsInvalidValues()
884 .setAllowedAcsChannels(SoftApConfiguration.BAND_6GHZ, channels6g)); in testSetAllowedAcsChannelsInvalidValues()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DApConfigUtil.java916 configBuilder.setAllowedAcsChannels(SoftApConfiguration.BAND_2GHZ, in updateApChannelConfig()
918 configBuilder.setAllowedAcsChannels(SoftApConfiguration.BAND_5GHZ, in updateApChannelConfig()
920 configBuilder.setAllowedAcsChannels(SoftApConfiguration.BAND_6GHZ, in updateApChannelConfig()
/packages/modules/Wifi/framework/java/android/net/wifi/
DSoftApConfiguration.java1981 public Builder setAllowedAcsChannels(@BandType int band, @NonNull int[] channels) { in setAllowedAcsChannels() method in SoftApConfiguration.Builder
/packages/modules/Wifi/framework/api/
Dsystem-current.txt456 …method @NonNull public android.net.wifi.SoftApConfiguration.Builder setAllowedAcsChannels(int, @No…