Home
last modified time | relevance | path

Searched refs:BAND_ANY (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DHostapdHalTest.java444 configurationBuilder.setBand(SoftApConfiguration.BAND_ANY); in testAddAccessPointSuccess_Psk_BandAny_WithACS()
454 assertEquals(IHostapd.Band.BAND_ANY, mIfaceParamsCaptor.getValue().channelParams.band); in testAddAccessPointSuccess_Psk_BandAny_WithACS()
481 configurationBuilder.setBand(SoftApConfiguration.BAND_ANY); in testAddAccessPointSuccess_Psk_WithoutACS()
550 configurationBuilder.setBand(SoftApConfiguration.BAND_ANY); in testAddAccessPointSuccess_Psk_BandAny_WithACS_AcsChannels()
560 assertEquals(IHostapd.Band.BAND_ANY, in testAddAccessPointSuccess_Psk_BandAny_WithACS_AcsChannels()
947 configurationBuilder.setBand(SoftApConfiguration.BAND_ANY); in testAddAccessPointSuccess_SAE_WithoutACS()
993 configurationBuilder.setBand(SoftApConfiguration.BAND_ANY); in testAddAccessPointSuccess_SAE_Transition_WithoutACS()
1038 configurationBuilder.setBand(SoftApConfiguration.BAND_ANY); in testAddAccessPointFailure_SAEWithOldHal()
1062 configurationBuilder.setBand(SoftApConfiguration.BAND_ANY); in testAddAccessPointSuccess_WithACS_IncludeDFSChannels()
1072 assertEquals(IHostapd.Band.BAND_ANY, mIfaceParamsCaptor.getValue().channelParams.band); in testAddAccessPointSuccess_WithACS_IncludeDFSChannels()
DWifiApConfigStoreTest.java337 SoftApConfiguration.BAND_ANY, /* AP band */ in deviceAnyNotConverted()
424 SoftApConfiguration.BAND_ANY, /* AP band */ in deviceNotConvertedAtRetrieval()
DSoftApManagerTest.java517 configBuilder.setBand(SoftApConfiguration.BAND_ANY); in startSoftApOnAnyGhzNoFailForNoCountryCode()
554 configBuilder.setBand(SoftApConfiguration.BAND_ANY); in startSoftApOnAnyNoFailForCountryCodeSetFailure()
933 configBuilder.setBand(SoftApConfiguration.BAND_ANY); in updatesMetricsOnChannelSwitchedEventDoesNotDetectBandUnsatisfiedOnBandAny()
/frameworks/base/wifi/java/android/net/wifi/
DSoftApConfiguration.java95 public static final int BAND_ANY = BAND_2GHZ | BAND_5GHZ | BAND_6GHZ; field in SoftApConfiguration
107 return ((band != 0) && ((band & ~BAND_ANY) == 0)); in isBandValid()
553 case BAND_ANY: in toWifiConfiguration()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DApConfigUtil.java163 return ((band != 0) && ((band & ~SoftApConfiguration.BAND_ANY) == 0)); in isBandValid()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DHostapdHal.java862 return IHostapd.Band.BAND_ANY; in getHalBand()
DWifiShellCommand.java749 configBuilder.setBand(SoftApConfiguration.BAND_ANY); in buildSoftApConfiguration()
/frameworks/base/wifi/api/
Dsystem-current.txt264 field public static final int BAND_ANY = 7; // 0x7
/frameworks/base/api/
Dsystem-current.txt7061 field public static final int BAND_ANY = 7; // 0x7