HomeSort by relevance Sort by last modified time
    Searched defs:WifiNative (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiLogger.java 103 private WifiNative.RingBufferStatus[] mRingBuffers;
104 private WifiNative.RingBufferStatus mPerPacketRingBuffer;
106 private final WifiNative mWifiNative;
110 public WifiLogger(Context context, WifiStateMachine wifiStateMachine, WifiNative wifiNative,
118 mWifiNative = wifiNative;
236 pw.println("WifiNative - Log Begin ----");
238 pw.println("WifiNative - Log End ----");
367 private final WifiNative.WifiLoggerEventHandler mHandler =
368 new WifiNative.WifiLoggerEventHandler()
    [all...]
WifiNative.java 95 public class WifiNative {
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,
153 mTAG = "WifiNative-" + interfaceName
    [all...]

Completed in 56 milliseconds