Searched defs:WifiNative (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java93 public class WifiNative { class
121 * Singleton WifiNative instances
123 private static WifiNative wlanNativeInterface =
124 new WifiNative(SystemProperties.get("wifi.interface", "wlan0"), true);
125 public static WifiNative getWlanNativeInterface() {
129 private static WifiNative p2pNativeInterface =
131 new WifiNative(SystemProperties.get("wifi.direct.interface", "p2p0"), false);
132 public static WifiNative getP2pNativeInterface() {
148 private WifiNative(String interfaceName, method in class:WifiNative
151 mTAG = "WifiNative
[all...]

Completed in 61 milliseconds