Home
last modified time | relevance | path

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

/aosp14/frameworks/base/wifi/java/src/android/net/wifi/nl80211/
H A DWifiNl80211Manager.java824 IApInterface apInterface = null; in setupInterfaceForSoftApMode() local
826 apInterface = mWificond.createApInterface(ifaceName); in setupInterfaceForSoftApMode()
832 if (apInterface == null) { in setupInterfaceForSoftApMode()
836 Binder.allowBlocking(apInterface.asBinder()); in setupInterfaceForSoftApMode()
839 mApInterfaces.put(ifaceName, apInterface); in setupInterfaceForSoftApMode()