Searched refs:apInterface (Results 1 – 1 of 1) sorted by relevance
415 IApInterface apInterface = null; in setupInterfaceForSoftApMode() local417 apInterface = mWificond.createApInterface(ifaceName); in setupInterfaceForSoftApMode()423 if (apInterface == null) { in setupInterfaceForSoftApMode()427 Binder.allowBlocking(apInterface.asBinder()); in setupInterfaceForSoftApMode()430 mApInterfaces.put(ifaceName, apInterface); in setupInterfaceForSoftApMode()431 return apInterface; in setupInterfaceForSoftApMode()