Home
last modified time | relevance | path

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

/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiManagerTest.java1117 List<Integer> supportedApBands = new ArrayList<>(); in getSupportedSoftApBand() local
1120 supportedApBands.add(SoftApConfiguration.BAND_2GHZ); in getSupportedSoftApBand()
1124 supportedApBands.add(SoftApConfiguration.BAND_5GHZ); in getSupportedSoftApBand()
1128 supportedApBands.add(SoftApConfiguration.BAND_6GHZ); in getSupportedSoftApBand()
1132 supportedApBands.add(SoftApConfiguration.BAND_60GHZ); in getSupportedSoftApBand()
1134 return supportedApBands; in getSupportedSoftApBand()