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

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiMonitor.java272 private final WifiNative mWifiNative;
345 public WifiMonitor(StateMachine wifiStateMachine, WifiNative wifiNative) {
H A DWifiNative.java41 public class WifiNative { class
81 public WifiNative(String iface) { method in class:WifiNative
83 mTAG = "WifiNative-" + iface;
H A DWifiConfigStore.java145 private WifiNative mWifiNative;
147 WifiConfigStore(Context c, WifiNative wn) {
H A DWifiStateMachine.java117 private WifiNative mWifiNative;
568 mWifiNative = new WifiNative(mInterfaceName);
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pService.java45 import android.net.wifi.WifiNative;
272 private WifiNative mWifiNative = new WifiNative(mInterface);

Completed in 69 milliseconds