Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java737 Iface existingIface = mIfaceMgr.removeExistingIface(newIface.id); in handleIfaceCreationWhenVendorHalNotSupported() local
738 if (existingIface != null) { in handleIfaceCreationWhenVendorHalNotSupported()
739 onInterfaceDestroyed(existingIface); in handleIfaceCreationWhenVendorHalNotSupported()
740 Log.i(TAG, "Successfully torn down " + existingIface); in handleIfaceCreationWhenVendorHalNotSupported()