Searched refs:supportedApBands (Results 1 – 1 of 1) sorted by relevance
1117 List<Integer> supportedApBands = new ArrayList<>(); in getSupportedSoftApBand() local1120 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()