Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHal.java1371 public boolean setListenChannel(int listenChannel, int operatingChannel) { in setListenChannel() argument
1393 if (operatingChannel >= 0 && operatingChannel <= 165) { in setListenChannel()
1396 if (operatingChannel >= 1 && operatingChannel <= 165) { in setListenChannel()
1397 int freq = (operatingChannel <= 14 ? 2407 : 5000) + operatingChannel * 5; in setListenChannel()