Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java2261 private static native boolean setScanningMacOuiNative(int iface, byte[] oui); in setScanningMacOuiNative() method in WifiNative
2266 return setScanningMacOuiNative(sWlan0Index, oui); in setScanningMacOui()