Searched refs:apChannelMHz (Results 1 – 1 of 1) sorted by relevance
677 int apChannelMHz; in onCommand() local680 apChannelMHz = Integer.parseInt(getNextArgRequired()); in onCommand()703 apChannelMHz); in onCommand()704 int band = ApConfigUtil.convertFrequencyToBand(apChannelMHz); in onCommand()742 boolean isValidChannel = isApChannelMHzValid(pw, apChannelMHz); in onCommand()2375 int apChannelMHz; in buildSoftApConfiguration() local2377 apChannelMHz = Integer.parseInt(getNextArgRequired()); in buildSoftApConfiguration()2382 channels.put(ApConfigUtil.convertFrequencyToBand(apChannelMHz), in buildSoftApConfiguration()2383 ScanResult.convertFrequencyMhzToChannelIfSupported(apChannelMHz)); in buildSoftApConfiguration()2683 private boolean isApChannelMHzValid(PrintWriter pw, int apChannelMHz) { in isApChannelMHzValid() argument[all …]