Searched refs:BAND_5_GHZ_FIRST_CH_NUM (Results 1 – 2 of 2) sorted by relevance
837 public static final int BAND_5_GHZ_FIRST_CH_NUM = 32; field in ScanResult1040 if (channel >= BAND_5_GHZ_FIRST_CH_NUM && channel <= BAND_5_GHZ_LAST_CH_NUM) { in convertChannelToFrequencyMhzIfSupported()1041 return ((channel - BAND_5_GHZ_FIRST_CH_NUM) * 5) + BAND_5_GHZ_START_FREQ_MHZ; in convertChannelToFrequencyMhzIfSupported()1086 if (channel >= BAND_5_GHZ_FIRST_CH_NUM && channel <= BAND_5_GHZ_LAST_CH_NUM) { in getBandFromOpClass()1114 return ((freqMhz - BAND_5_GHZ_START_FREQ_MHZ) / 5) + BAND_5_GHZ_FIRST_CH_NUM; in convertFrequencyMhzToChannelIfSupported()
1491 ScanResult.BAND_5_GHZ_FIRST_CH_NUM,