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

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiNative.java41 public class WifiNative { class
82 public WifiNative(String iface) { method in class:WifiNative
84 mTAG = "WifiNative-" + iface;
H A DWifiMonitor.java277 private final WifiNative mWifiNative;
351 public WifiMonitor(StateMachine wifiStateMachine, WifiNative wifiNative) {
H A DWifiConfigStore.java146 private WifiNative mWifiNative;
148 WifiConfigStore(Context c, WifiNative wn) {
H A DWifiStateMachine.java110 private WifiNative mWifiNative;
585 mWifiNative = new WifiNative(mInterfaceName);
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pService.java45 import android.net.wifi.WifiNative;
381 private WifiNative mWifiNative = new WifiNative(mInterface);

Completed in 1635 milliseconds