Home | History | Annotate | Download | only in wifi

Lines Matching refs:mWifi

91     private final WifiManager mWifi;
138 mWifi = (WifiManager) mService.getSystemService(Context.WIFI_SERVICE);
158 mLock = mWifi.createWifiLock(wifiMode, "sl4a");
506 return mWifi.addNetwork(genWifiConfig(wifiConfig));
512 mWifi.cancelWps(listener);
517 return mWifi.getWifiState() == WifiManager.WIFI_STATE_ENABLED;
571 mWifi.connect(wifiConfig, listener);
603 mWifi.addOrUpdatePasspointConfiguration(passpointConfig);
614 mWifi.removePasspointConfiguration(fqdn);
625 mWifi.getPasspointConfigurations()) {
641 mWifi.connect(networkId, listener);
646 return mWifi.disconnect();
651 return mWifi.setEnableAutoJoinWhenAssociated(enable);
657 return mWifi.enableNetwork(netId, disableOthers);
662 mWifi.enableVerboseLogging(level);
667 mWifi.factoryReset();
679 mWifi.forget(networkId, listener);
684 return mWifi.getWifiApConfiguration();
689 return mWifi.getConfiguredNetworks();
694 return mWifi.getConnectionInfo();
699 return mWifi.getControllerActivityEnergyInfo(0);
704 return mWifi.getCountryCode();
709 return mWifi.getCurrentNetwork();
714 return mWifi.getDhcpInfo();
719 return mWifi.getEnableAutoJoinWhenAssociated();
724 return mWifi.getPrivilegedConfiguredNetworks();
729 return mWifi.getScanResults();
734 return mWifi.getVerboseLoggingLevel();
739 return mWifi.is5GHzBandSupported();
744 return mWifi.isAdditionalStaSupported();
749 return mWifi.isWifiEnabled();
754 return mWifi.isWifiApEnabled();
759 return mWifi.isDeviceToApRttSupported();
764 return mWifi.isDeviceToDeviceRttSupported();
769 return mWifi.isDualBandSupported();
774 return mWifi.isEnhancedPowerReportingSupported();
779 return mWifi.isMulticastEnabled();
784 return mWifi.isWifiAwareSupported();
789 return mWifi.isOffChannelTdlsSupported();
794 return mWifi.isP2pSupported();
799 return mWifi.isPasspointSupported();
804 return mWifi.isPortableHotspotSupported();
809 return mWifi.isPreferredNetworkOffloadSupported();
814 return mWifi.isWifiScannerSupported();
819 return mWifi.isTdlsSupported();
842 return mWifi.reassociate();
847 return mWifi.reconnect();
852 return mWifi.removeNetwork(netId);
873 return mWifi.setWifiApConfiguration(config);
880 int wifiState = mWifi.getWifiState();
883 return mWifi.setWifiApEnabled(config, enable);
885 return mWifi.setWifiApEnabled(null, false);
893 mWifi.setCountryCode(country, persist);
900 mWifi.setTdlsEnabledWithMacAddress(remoteMacAddress, enable);
906 return mWifi.startScan();
916 mWifi.startWps(info, listener);
952 mWifi.setWifiEnabled(enabled);
978 mWifi.enableWifiConnectivityManager(enable);