Home
last modified time | relevance | path

Searched refs:wifiNative (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DConfigurationMap.java32 public void populatePasspointData(Collection<HomeSP> homeSPs, WifiNative wifiNative) { in populatePasspointData() argument
41 String id_str = Utils.unquote(wifiNative.getNetworkVariable( in populatePasspointData()
DWifiMonitor.java533 public WifiMonitor(StateMachine stateMachine, WifiNative wifiNative) { in WifiMonitor() argument
535 mWifiNative = wifiNative; in WifiMonitor()
536 mInterfaceName = wifiNative.mInterfaceName; in WifiMonitor()
740 public MonitorThread(WifiNative wifiNative, WifiMonitorSingleton wifiMonitorSingleton) { in MonitorThread() argument
742 mWifiNative = wifiNative; in MonitorThread()