Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java1550 public static int sWlan0Index = -1; field in WifiNative
1581 sWlan0Index = wlan0Index; in startHal()
1606 sWlan0Index = -1; in stopHal()
1655 return isHalStarted() && getScanCapabilitiesNative(sWlan0Index, capabilities); in getScanCapabilities()
1915 if (startScanNative(sWlan0Index, sScanCmdId, settings) == false) { in startScan()
1933 stopScanNative(sWlan0Index, sScanCmdId); in stopScan()
1947 WifiScanner.ScanData scanData[] = getScanResultsNative(sWlan0Index, true); in pauseScan()
1948 stopScanNative(sWlan0Index, sScanCmdId); in pauseScan()
1979 sd = getScanResultsNative(sWlan0Index, flush); in getScanResults()
2013 if (setHotlistNative(sWlan0Index, sHotlistCmdId, settings) == false) { in setHotlist()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/nan/
DWifiNanNative.java112 int ret = initNanHandlersNative(WifiNative.class, WifiNative.sWlan0Index); in isNanInit()
120 WifiNative.sWlan0Index); in isNanInit()
147 WifiNative.sWlan0Index, configRequest); in enableAndConfigure()
169 ret = disableNative(transactionId, WifiNative.class, WifiNative.sWlan0Index); in disable()
198 WifiNative.sWlan0Index, publishData, publishSettings); in publish()
226 WifiNative.sWlan0Index, subscribeData, subscribeSettings); in subscribe()
256 ret = sendMessageNative(transactionId, WifiNative.class, WifiNative.sWlan0Index, in sendMessage()
282 ret = stopPublishNative(transactionId, WifiNative.class, WifiNative.sWlan0Index, in stopPublish()
308 ret = stopSubscribeNative(transactionId, WifiNative.class, WifiNative.sWlan0Index, in stopSubscribe()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/
DWifiNanHalTest.java72 WifiNanNative.initNanHandlersNative(WifiNative.class, WifiNative.sWlan0Index); in setup()