Home
last modified time | relevance | path

Searched refs:apChannelMHz (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiShellCommand.java677 int apChannelMHz; in onCommand() local
680 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() local
2377 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 …]