Searched refs:BAND_6_GHZ_FIRST_CH_NUM (Results 1 – 2 of 2) sorted by relevance
858 public static final int BAND_6_GHZ_FIRST_CH_NUM = 1; field in ScanResult1047 if (channel >= BAND_6_GHZ_FIRST_CH_NUM && channel <= BAND_6_GHZ_LAST_CH_NUM) { in convertChannelToFrequencyMhzIfSupported()1051 return ((channel - BAND_6_GHZ_FIRST_CH_NUM) * 5) + BAND_6_GHZ_START_FREQ_MHZ; in convertChannelToFrequencyMhzIfSupported()1090 if (channel >= BAND_6_GHZ_FIRST_CH_NUM && channel <= BAND_6_GHZ_LAST_CH_NUM) { in getBandFromOpClass()1119 return ((freqMhz - BAND_6_GHZ_START_FREQ_MHZ) / 5) + BAND_6_GHZ_FIRST_CH_NUM; in convertFrequencyMhzToChannelIfSupported()
1498 ScanResult.BAND_6_GHZ_FIRST_CH_NUM,