FileDocCategorySizeDatePackage
WifiManager.javaAPI DocAndroid 5.1 API8660Sat Mar 14 14:10:00 GMT 2015android.net.wifi

WifiManager

public class WifiManager extends Object

Fields Summary
public static final String
ACTION_PICK_WIFI_NETWORK
public static final String
ACTION_REQUEST_SCAN_ALWAYS_AVAILABLE
public static final int
CHANGE_REASON_ADDED
public static final int
CHANGE_REASON_CONFIG_CHANGE
public static final int
CHANGE_REASON_REMOVED
public static final String
CONFIGURED_NETWORKS_CHANGED_ACTION
public static final int
ERROR_AUTHENTICATING
public static final String
EXTRA_BSSID
public static final String
EXTRA_CHANGE_REASON
public static final String
EXTRA_MULTIPLE_NETWORKS_CHANGED
public static final String
EXTRA_NETWORK_INFO
public static final String
EXTRA_NEW_RSSI
public static final String
EXTRA_NEW_STATE
public static final String
EXTRA_PREVIOUS_WIFI_STATE
public static final String
EXTRA_SUPPLICANT_CONNECTED
public static final String
EXTRA_SUPPLICANT_ERROR
public static final String
EXTRA_WIFI_CONFIGURATION
public static final String
EXTRA_WIFI_INFO
public static final String
EXTRA_WIFI_STATE
public static final String
NETWORK_IDS_CHANGED_ACTION
public static final String
NETWORK_STATE_CHANGED_ACTION
public static final String
RSSI_CHANGED_ACTION
public static final String
SCAN_RESULTS_AVAILABLE_ACTION
public static final String
SUPPLICANT_CONNECTION_CHANGE_ACTION
public static final String
SUPPLICANT_STATE_CHANGED_ACTION
public static final int
WIFI_MODE_FULL
public static final int
WIFI_MODE_FULL_HIGH_PERF
public static final int
WIFI_MODE_SCAN_ONLY
public static final String
WIFI_STATE_CHANGED_ACTION
public static final int
WIFI_STATE_DISABLED
public static final int
WIFI_STATE_DISABLING
public static final int
WIFI_STATE_ENABLED
public static final int
WIFI_STATE_ENABLING
public static final int
WIFI_STATE_UNKNOWN
public static final int
WPS_AUTH_FAILURE
public static final int
WPS_OVERLAP_ERROR
public static final int
WPS_TIMED_OUT
public static final int
WPS_TKIP_ONLY_PROHIBITED
public static final int
WPS_WEP_PROHIBITED
Constructors Summary
WifiManager()

 throw new RuntimeException("Stub!"); 
Methods Summary
public intaddNetwork(android.net.wifi.WifiConfiguration config)

 throw new RuntimeException("Stub!"); 
public static intcalculateSignalLevel(int rssi, int numLevels)

 throw new RuntimeException("Stub!"); 
public voidcancelWps(android.net.wifi.WifiManager$WpsCallback listener)

 throw new RuntimeException("Stub!"); 
public static intcompareSignalLevel(int rssiA, int rssiB)

 throw new RuntimeException("Stub!"); 
public android.net.wifi.WifiManager$MulticastLockcreateMulticastLock(java.lang.String tag)

 throw new RuntimeException("Stub!"); 
public android.net.wifi.WifiManager$WifiLockcreateWifiLock(int lockType, java.lang.String tag)

 throw new RuntimeException("Stub!"); 
public android.net.wifi.WifiManager$WifiLockcreateWifiLock(java.lang.String tag)

 throw new RuntimeException("Stub!"); 
public booleandisableNetwork(int netId)

 throw new RuntimeException("Stub!"); 
public booleandisconnect()

 throw new RuntimeException("Stub!"); 
public booleanenableNetwork(int netId, boolean disableOthers)

 throw new RuntimeException("Stub!"); 
protected voidfinalize()

 throw new RuntimeException("Stub!"); 
public java.util.ListgetBatchedScanResults()

 throw new RuntimeException("Stub!"); 
public java.util.ListgetConfiguredNetworks()

 throw new RuntimeException("Stub!"); 
public android.net.wifi.WifiInfogetConnectionInfo()

 throw new RuntimeException("Stub!"); 
public android.net.wifi.WifiConnectionStatisticsgetConnectionStatistics()

 throw new RuntimeException("Stub!"); 
public android.net.DhcpInfogetDhcpInfo()

 throw new RuntimeException("Stub!"); 
public java.util.ListgetPrivilegedConfiguredNetworks()

 throw new RuntimeException("Stub!"); 
public java.util.ListgetScanResults()

 throw new RuntimeException("Stub!"); 
public intgetWifiState()

 throw new RuntimeException("Stub!"); 
public booleanis5GHzBandSupported()

 throw new RuntimeException("Stub!"); 
public booleanisBatchedScanSupported()

 throw new RuntimeException("Stub!"); 
public booleanisDeviceToApRttSupported()

 throw new RuntimeException("Stub!"); 
public booleanisDeviceToDeviceRttSupported()

 throw new RuntimeException("Stub!"); 
public booleanisEnhancedPowerReportingSupported()

 throw new RuntimeException("Stub!"); 
public booleanisP2pSupported()

 throw new RuntimeException("Stub!"); 
public booleanisPortableHotspotSupported()

 throw new RuntimeException("Stub!"); 
public booleanisPreferredNetworkOffloadSupported()

 throw new RuntimeException("Stub!"); 
public booleanisScanAlwaysAvailable()

 throw new RuntimeException("Stub!"); 
public booleanisTdlsSupported()

 throw new RuntimeException("Stub!"); 
public booleanisWifiEnabled()

 throw new RuntimeException("Stub!"); 
public booleanisWifiScannerSupported()

 throw new RuntimeException("Stub!"); 
public booleanpingSupplicant()

 throw new RuntimeException("Stub!"); 
public booleanreassociate()

 throw new RuntimeException("Stub!"); 
public booleanreconnect()

 throw new RuntimeException("Stub!"); 
public booleanremoveNetwork(int netId)

 throw new RuntimeException("Stub!"); 
public booleansaveConfiguration()

 throw new RuntimeException("Stub!"); 
public voidsetTdlsEnabled(java.net.InetAddress remoteIPAddress, boolean enable)

 throw new RuntimeException("Stub!"); 
public voidsetTdlsEnabledWithMacAddress(java.lang.String remoteMacAddress, boolean enable)

 throw new RuntimeException("Stub!"); 
public booleansetWifiEnabled(boolean enabled)

 throw new RuntimeException("Stub!"); 
public booleanstartLocationRestrictedScan(android.os.WorkSource workSource)

 throw new RuntimeException("Stub!"); 
public booleanstartScan()

 throw new RuntimeException("Stub!"); 
public booleanstartScan(android.os.WorkSource workSource)

 throw new RuntimeException("Stub!"); 
public voidstartWps(android.net.wifi.WpsInfo config, android.net.wifi.WifiManager$WpsCallback listener)

 throw new RuntimeException("Stub!"); 
public intupdateNetwork(android.net.wifi.WifiConfiguration config)

 throw new RuntimeException("Stub!");