Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWificondControl.java440 if (getApInterface(ifaceName) == null) { in tearDownSoftApInterface()
836 private IApInterface getApInterface(@NonNull String ifaceName) { in getApInterface() method in WificondControl
848 IApInterface iface = getApInterface(ifaceName); in registerApListener()