Searched defs:BAND_2GHZ (Results 1 – 2 of 2) sorted by relevance
77 public static final int BAND_2GHZ = 1 << 0; field in SoftApConfiguration
78 sBandToOperatingClass.append(SoftApConfiguration.BAND_2GHZ, new int[]{81, 82, 83, 84}); in sBandToOperatingClass.append()