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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java95 public class WifiNative { class
123 * Singleton WifiNative instances
125 private static WifiNative wlanNativeInterface =
126 new WifiNative(SystemProperties.get("wifi.interface", "wlan0"), true);
127 public static WifiNative getWlanNativeInterface() {
131 private static WifiNative p2pNativeInterface =
133 new WifiNative(SystemProperties.get("wifi.direct.interface", "p2p0"), false);
134 public static WifiNative getP2pNativeInterface() {
150 private WifiNative(String interfaceName, method in class:WifiNative
153 mTAG = "WifiNative
[all...]

Completed in 550 milliseconds