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.java960 List<Integer> supportedApBands = new ArrayList<>(); in getSupportedSoftApBand() local
964 supportedApBands.add(SoftApConfiguration.BAND_2GHZ); in getSupportedSoftApBand()
969 supportedApBands.add(SoftApConfiguration.BAND_5GHZ); in getSupportedSoftApBand()
974 supportedApBands.add(SoftApConfiguration.BAND_6GHZ); in getSupportedSoftApBand()
979 supportedApBands.add(SoftApConfiguration.BAND_60GHZ); in getSupportedSoftApBand()
981 return supportedApBands; in getSupportedSoftApBand()