Searched refs:apInterface (Results 1 – 1 of 1) sorted by relevance
418 IApInterface apInterface = null; in setupInterfaceForSoftApMode() local420 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()