Searched refs:IFACE_TYPE_AP (Results 1 – 1 of 1) sorted by relevance
236 public static final int IFACE_TYPE_AP = 0; field in WifiNative.Iface240 @IntDef({IFACE_TYPE_AP, IFACE_TYPE_STA_FOR_CONNECTIVITY, IFACE_TYPE_STA_FOR_SCAN})276 case IFACE_TYPE_AP: in toString()364 return hasAnyIfaceOfType(Iface.IFACE_TYPE_AP); in hasAnyApIface()381 if (iface.type == Iface.IFACE_TYPE_AP) { in findAllApIfaceNames()668 } else if (iface.type == Iface.IFACE_TYPE_AP) { in onInterfaceDestroyed()799 } else if (iface.type == Iface.IFACE_TYPE_AP) { in onInterfaceStateChanged()1276 Iface iface = mIfaceMgr.allocateIface(Iface.IFACE_TYPE_AP); in setupInterfaceForSoftApMode()1483 } else if (iface.type == Iface.IFACE_TYPE_AP) { in teardownInterface()