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

  /frameworks/base/wifi/java/android/net/wifi/
WifiMonitor.java 356 private final WifiNative mWifiNative;
360 public WifiMonitor(StateMachine wifiStateMachine, WifiNative wifiNative) {
362 mWifiNative = wifiNative;
363 mInterfaceName = wifiNative.mInterfaceName;
391 private WifiNative mWifiNative;
489 private final WifiNative mWifiNative;
494 public MonitorThread(WifiNative wifiNative, WifiMonitorSingleton wifiMonitorSingleton) {
496 mWifiNative = wifiNative;
    [all...]
WifiNative.java 39 public class WifiNative {
89 public WifiNative(String interfaceName) {
91 mTAG = "WifiNative-" + interfaceName;
WifiEnterpriseConfig.java 660 boolean migrateOldEapTlsNative(WifiNative wifiNative, int netId) {
661 String oldPrivateKey = wifiNative.getNetworkVariable(netId, OLD_PRIVATE_KEY_NAME);
691 wifiNative.setNetworkVariable(netId, ENGINE_KEY, mFields.get(ENGINE_KEY));
692 wifiNative.setNetworkVariable(netId, ENGINE_ID_KEY, mFields.get(ENGINE_ID_KEY));
693 wifiNative.setNetworkVariable(netId, PRIVATE_KEY_ID_KEY, mFields.get(PRIVATE_KEY_ID_KEY));
695 wifiNative.setNetworkVariable(netId, OLD_PRIVATE_KEY_NAME, EMPTY_VALUE);
WifiStateMachine.java 116 private WifiNative mWifiNative;
658 mWifiNative = new WifiNative(mInterfaceName);
    [all...]
WifiConfigStore.java 161 private WifiNative mWifiNative;
164 WifiConfigStore(Context c, WifiNative wn) {
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pService.java 43 import android.net.wifi.WifiNative;
420 private WifiNative mWifiNative = new WifiNative(mInterface);
    [all...]

Completed in 75 milliseconds