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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java116 public static final int IFACE_TYPE_AP = 0; field in class:WifiNative.Iface
119 @IntDef({IFACE_TYPE_AP, IFACE_TYPE_STA})
230 return hasAnyIfaceOfType(Iface.IFACE_TYPE_AP);
242 Iface iface = findAnyIfaceOfType(Iface.IFACE_TYPE_AP);
438 } else if (iface.type == Iface.IFACE_TYPE_AP) {
564 } else if (iface.type == Iface.IFACE_TYPE_AP) {
917 Iface iface = mIfaceMgr.allocateIface(Iface.IFACE_TYPE_AP);
999 } else if (iface.type == Iface.IFACE_TYPE_AP) {

Completed in 39 milliseconds