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

  /frameworks/base/wifi/java/android/net/wifi/
WifiStateMachine.java     [all...]
WifiNative.java 37 * Also, note that all WifiNative calls should happen in the
47 public class WifiNative {
226 return WifiNative.doBooleanCommand("SET persistent_reconnect " + value);
230 return WifiNative.doBooleanCommand("SET device_name " + name);
234 return WifiNative.doBooleanCommand("SET device_type " + type);
WifiConfigStore.java 173 if(WifiNative.enableNetworkCommand(config.networkId, false)) {
184 WifiNative.saveConfigCommand();
246 WifiNative.saveConfigCommand();
266 WifiNative.enableNetworkCommand(netId, false);
271 WifiNative.saveConfigCommand();
282 if (WifiNative.removeNetworkCommand(netId)) {
283 WifiNative.saveConfigCommand();
321 boolean ret = WifiNative.removeNetworkCommand(netId);
350 boolean ret = WifiNative.enableNetworkCommand(netId, disableOthers);
377 boolean ret = WifiNative.disableNetworkCommand(netId)
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pService.java 42 import android.net.wifi.WifiNative;
460 if (!WifiNative.stopSupplicant()) {
462 WifiNative.killSupplicant();
472 WifiNative.closeSupplicantConnection();
598 if (WifiNative.startP2pSupplicant()) {
634 WifiNative.killSupplicant();
677 if (WifiNative.p2pFind(timeout)) {
701 WifiNative.p2pReinvoke(netId, mSavedConnectConfig.deviceAddress);
705 String pin = WifiNative.p2pConnect(mSavedConnectConfig, join);
720 WifiNative.killSupplicant()
    [all...]

Completed in 24 milliseconds