HomeSort by relevance Sort by last modified time
    Searched refs:mWifiNative (Results 1 - 4 of 4) sorted by null

  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pService.java 420 private WifiNative mWifiNative = new WifiNative(mInterface);
421 private WifiMonitor mWifiMonitor = new WifiMonitor(this, mWifiNative);
438 mWifiNative.removeNetwork(netId);
439 mWifiNative.saveConfig();
657 mWifiNative.p2pGroupRemove(mGroup.getInterface());
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfigStore.java 161 private WifiNative mWifiNative;
166 mWifiNative = wn;
169 mLocalLog = mWifiNative.getLocalLog();
224 if(mWifiNative.enableNetwork(config.networkId, false)) {
234 mWifiNative.saveConfig();
273 mWifiNative.saveConfig();
302 mWifiNative.enableNetwork(netId, false);
305 mWifiNative.saveConfig();
340 if (mWifiNative.removeNetwork(netId)) {
341 mWifiNative.saveConfig()
    [all...]
WifiMonitor.java 356 private final WifiNative mWifiNative;
362 mWifiNative = wifiNative;
391 private WifiNative mWifiNative;
423 if (mWifiNative.connectToSupplicant()) {
426 new MonitorThread(mWifiNative, this).start();
455 if (mWifiNative == null) {
456 mWifiNative = m.mWifiNative;
469 mWifiNative.stopSupplicant();
473 mWifiNative.killSupplicant(p2pSupported)
    [all...]
WifiStateMachine.java 116 private WifiNative mWifiNative;
658 mWifiNative = new WifiNative(mInterfaceName);
659 mWifiConfigStore = new WifiConfigStore(context, mWifiNative);
660 mWifiMonitor = new WifiMonitor(this, mWifiNative);
    [all...]

Completed in 101 milliseconds