Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DBaseWifiLogger.java19 WifiNative wifiNative = WifiNative.getWlanNativeInterface(); in startLogging()
DRttService.java129 mWifiNative = WifiNative.getWlanNativeInterface(); in RttServiceImpl()
DWifiServiceImpl.java329 WifiNative.getWlanNativeInterface().getInterfaceName()); in WifiServiceImpl()
334 WifiNative.getWlanNativeInterface(), in WifiServiceImpl()
DWifiMonitor.java535 mWifiNative = WifiNative.getWlanNativeInterface(); in WifiMonitor()
DWifiNative.java125 public static WifiNative getWlanNativeInterface() { in getWlanNativeInterface() method in WifiNative
DWifiStateMachine.java1008 mWifiNative = WifiNative.getWlanNativeInterface(); in WifiStateMachine()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
DWifiScannerImpl.java47 WifiNative wifiNative = WifiNative.getWlanNativeInterface();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/nan/
DWifiNanNative.java55 WifiNative dummy = WifiNative.getWlanNativeInterface(); in getInstance()
107 boolean halStarted = WifiNative.getWlanNativeInterface().isHalStarted(); in isNanInit()
109 halStarted = WifiNative.getWlanNativeInterface().startHal(); in isNanInit()