Searched defs:apChannel (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java317 public int apChannel = 0; field in class:WifiConfiguration
2029 apChannel = source.apChannel;
2097 dest.writeInt(apChannel);
2162 config.apChannel = in.readInt();
2233 out.writeInt(apChannel);
2255 config.apChannel = in.readInt();

Completed in 137 milliseconds