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