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 101 private WifiNative.RingBufferStatus[] mRingBuffers;
102 private WifiNative.RingBufferStatus mPerPacketRingBuffer;
104 private final WifiNative mWifiNative;
109 WifiStateMachine wifiStateMachine, WifiNative wifiNative,
112 mWifiNative = wifiNative;
357 private final WifiNative.WifiLoggerEventHandler mHandler =
358 new WifiNative.WifiLoggerEventHandler() {
360 public void onRingBufferData(WifiNative.RingBufferStatus status, byte[] buffer) {
370 synchronized void onRingBufferData(WifiNative.RingBufferStatus status, byte[] buffer)
    [all...]
WifiNative.java 93 public class WifiNative {
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,
151 mTAG = "WifiNative-" + interfaceName
    [all...]

Completed in 47 milliseconds