Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWificondControl.java418 IApInterface apInterface = null; in setupInterfaceForSoftApMode() local
420 apInterface = mWificond.createApInterface(ifaceName); in setupInterfaceForSoftApMode()
426 if (apInterface == null) { in setupInterfaceForSoftApMode()
430 Binder.allowBlocking(apInterface.asBinder()); in setupInterfaceForSoftApMode()
433 mApInterfaces.put(ifaceName, apInterface); in setupInterfaceForSoftApMode()
434 return apInterface; in setupInterfaceForSoftApMode()