Searched refs:Iface (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java114 private static class Iface { class in class:WifiNative
136 Iface(int id, @Iface.IfaceType int type) { method in class:WifiNative.Iface
144 sb.append("Iface:")
157 * Iface Management entity. This class maintains list of all the active ifaces.
163 private HashMap<Integer, Iface> mIfaces = new HashMap<>();
166 private Iface allocateIface(@Iface.IfaceType int type) {
167 Iface iface = new Iface(mNextI
[all...]

Completed in 157 milliseconds