Class WifiManager
public class WifiManager : JVMBridgeBase<WifiManager>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<WifiManager>WifiManager
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<WifiManager>.SExecuteWithSignatureArray<T>(IJavaType, string, string, params object[])JVMBridgeBase<WifiManager>.IsAssignableFrom(IJavaType)JVMBridgeBase<WifiManager>.IsAssignableFrom<T>()JVMBridgeBase<WifiManager>.Execute<T>(params T[])JVMBridgeBase<WifiManager>.DynBridgeClazzJVMBridgeBase<WifiManager>.BridgeClazzJVMBridgeBase.RuntimeClassNameOf<T>()JVMBridgeBase.ClassNameOf<T>()JVMBridgeBase.ClassOf<T>()JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)JVMBridgeBase.MonitorEnter()JVMBridgeBase.MonitorExit()JVMBridgeBase.IsInstanceOf(IJavaType)JVMBridgeBase.IsInstanceOf<T>()JVMBridgeBase.RuntimeIsInstanceOf<T>()JVMBridgeBase.CastTo<TNewClass>()JVMBridgeBase.CastDirect<TNewClass>()JVMBridgeBase.Dispose()JVMBridgeBase.ToString()JVMBridgeBase.GetHashCode()JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
WifiManager()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public WifiManager()
WifiManager(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public WifiManager(params object[] args)
Parameters
args
object[]
Properties
ACTION_PICK_WIFI_NETWORK
public static String ACTION_PICK_WIFI_NETWORK { get; }
Property Value
ACTION_REMOVE_SUGGESTION_DISCONNECT
public static int ACTION_REMOVE_SUGGESTION_DISCONNECT { get; }
Property Value
ACTION_REMOVE_SUGGESTION_LINGER
public static int ACTION_REMOVE_SUGGESTION_LINGER { get; }
Property Value
ACTION_REQUEST_SCAN_ALWAYS_AVAILABLE
public static String ACTION_REQUEST_SCAN_ALWAYS_AVAILABLE { get; }
Property Value
ACTION_WIFI_NETWORK_SUGGESTION_POST_CONNECTION
public static String ACTION_WIFI_NETWORK_SUGGESTION_POST_CONNECTION { get; }
Property Value
ACTION_WIFI_SCAN_AVAILABILITY_CHANGED
public static String ACTION_WIFI_SCAN_AVAILABILITY_CHANGED { get; }
Property Value
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
CHANNEL_DATA_KEY_FREQUENCY_MHZ
public static String CHANNEL_DATA_KEY_FREQUENCY_MHZ { get; }
Property Value
CHANNEL_DATA_KEY_NUM_AP
public static String CHANNEL_DATA_KEY_NUM_AP { get; }
Property Value
ERROR_AUTHENTICATING
[Obsolete]
public static int ERROR_AUTHENTICATING { get; }
Property Value
EXTRA_BSSID
[Obsolete]
public static String EXTRA_BSSID { get; }
Property Value
EXTRA_NETWORK_INFO
public static String EXTRA_NETWORK_INFO { get; }
Property Value
EXTRA_NETWORK_SUGGESTION
public static String EXTRA_NETWORK_SUGGESTION { get; }
Property Value
EXTRA_NEW_RSSI
public static String EXTRA_NEW_RSSI { get; }
Property Value
EXTRA_NEW_STATE
[Obsolete]
public static String EXTRA_NEW_STATE { get; }
Property Value
EXTRA_PREVIOUS_WIFI_STATE
public static String EXTRA_PREVIOUS_WIFI_STATE { get; }
Property Value
EXTRA_RESULTS_UPDATED
public static String EXTRA_RESULTS_UPDATED { get; }
Property Value
EXTRA_SCAN_AVAILABLE
public static String EXTRA_SCAN_AVAILABLE { get; }
Property Value
EXTRA_SUPPLICANT_CONNECTED
https://developer.android.com/reference/android/net/wifi/WifiManager.html#EXTRA_SUPPLICANT_CONNECTED
[Obsolete]
public static String EXTRA_SUPPLICANT_CONNECTED { get; }
Property Value
EXTRA_SUPPLICANT_ERROR
[Obsolete]
public static String EXTRA_SUPPLICANT_ERROR { get; }
Property Value
EXTRA_WIFI_INFO
[Obsolete]
public static String EXTRA_WIFI_INFO { get; }
Property Value
EXTRA_WIFI_STATE
public static String EXTRA_WIFI_STATE { get; }
Property Value
FLAG_SEND_DHCP_HOSTNAME_RESTRICTION_OPEN
public static int FLAG_SEND_DHCP_HOSTNAME_RESTRICTION_OPEN { get; }
Property Value
FLAG_SEND_DHCP_HOSTNAME_RESTRICTION_SECURE
public static int FLAG_SEND_DHCP_HOSTNAME_RESTRICTION_SECURE { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
NETWORK_IDS_CHANGED_ACTION
https://developer.android.com/reference/android/net/wifi/WifiManager.html#NETWORK_IDS_CHANGED_ACTION
public static String NETWORK_IDS_CHANGED_ACTION { get; }
Property Value
NETWORK_STATE_CHANGED_ACTION
public static String NETWORK_STATE_CHANGED_ACTION { get; }
Property Value
ROAMING_MODE_AGGRESSIVE
public static int ROAMING_MODE_AGGRESSIVE { get; }
Property Value
ROAMING_MODE_NONE
public static int ROAMING_MODE_NONE { get; }
Property Value
ROAMING_MODE_NORMAL
public static int ROAMING_MODE_NORMAL { get; }
Property Value
RSSI_CHANGED_ACTION
public static String RSSI_CHANGED_ACTION { get; }
Property Value
SCAN_RESULTS_AVAILABLE_ACTION
public static String SCAN_RESULTS_AVAILABLE_ACTION { get; }
Property Value
STATUS_LOCAL_ONLY_CONNECTION_FAILURE_ASSOCIATION
public static int STATUS_LOCAL_ONLY_CONNECTION_FAILURE_ASSOCIATION { get; }
Property Value
STATUS_LOCAL_ONLY_CONNECTION_FAILURE_AUTHENTICATION
public static int STATUS_LOCAL_ONLY_CONNECTION_FAILURE_AUTHENTICATION { get; }
Property Value
STATUS_LOCAL_ONLY_CONNECTION_FAILURE_IP_PROVISIONING
public static int STATUS_LOCAL_ONLY_CONNECTION_FAILURE_IP_PROVISIONING { get; }
Property Value
STATUS_LOCAL_ONLY_CONNECTION_FAILURE_NOT_FOUND
public static int STATUS_LOCAL_ONLY_CONNECTION_FAILURE_NOT_FOUND { get; }
Property Value
STATUS_LOCAL_ONLY_CONNECTION_FAILURE_NO_RESPONSE
public static int STATUS_LOCAL_ONLY_CONNECTION_FAILURE_NO_RESPONSE { get; }
Property Value
STATUS_LOCAL_ONLY_CONNECTION_FAILURE_UNKNOWN
public static int STATUS_LOCAL_ONLY_CONNECTION_FAILURE_UNKNOWN { get; }
Property Value
STATUS_NETWORK_SUGGESTIONS_ERROR_ADD_DUPLICATE
public static int STATUS_NETWORK_SUGGESTIONS_ERROR_ADD_DUPLICATE { get; }
Property Value
STATUS_NETWORK_SUGGESTIONS_ERROR_ADD_EXCEEDS_MAX_PER_APP
public static int STATUS_NETWORK_SUGGESTIONS_ERROR_ADD_EXCEEDS_MAX_PER_APP { get; }
Property Value
STATUS_NETWORK_SUGGESTIONS_ERROR_ADD_INVALID
public static int STATUS_NETWORK_SUGGESTIONS_ERROR_ADD_INVALID { get; }
Property Value
STATUS_NETWORK_SUGGESTIONS_ERROR_ADD_NOT_ALLOWED
public static int STATUS_NETWORK_SUGGESTIONS_ERROR_ADD_NOT_ALLOWED { get; }
Property Value
STATUS_NETWORK_SUGGESTIONS_ERROR_APP_DISALLOWED
public static int STATUS_NETWORK_SUGGESTIONS_ERROR_APP_DISALLOWED { get; }
Property Value
STATUS_NETWORK_SUGGESTIONS_ERROR_INTERNAL
public static int STATUS_NETWORK_SUGGESTIONS_ERROR_INTERNAL { get; }
Property Value
STATUS_NETWORK_SUGGESTIONS_ERROR_REMOVE_INVALID
public static int STATUS_NETWORK_SUGGESTIONS_ERROR_REMOVE_INVALID { get; }
Property Value
STATUS_NETWORK_SUGGESTIONS_ERROR_RESTRICTED_BY_ADMIN
public static int STATUS_NETWORK_SUGGESTIONS_ERROR_RESTRICTED_BY_ADMIN { get; }
Property Value
STATUS_NETWORK_SUGGESTIONS_SUCCESS
public static int STATUS_NETWORK_SUGGESTIONS_SUCCESS { get; }
Property Value
STATUS_SUGGESTION_APPROVAL_APPROVED_BY_CARRIER_PRIVILEGE
public static int STATUS_SUGGESTION_APPROVAL_APPROVED_BY_CARRIER_PRIVILEGE { get; }
Property Value
STATUS_SUGGESTION_APPROVAL_APPROVED_BY_USER
public static int STATUS_SUGGESTION_APPROVAL_APPROVED_BY_USER { get; }
Property Value
STATUS_SUGGESTION_APPROVAL_PENDING
public static int STATUS_SUGGESTION_APPROVAL_PENDING { get; }
Property Value
STATUS_SUGGESTION_APPROVAL_REJECTED_BY_USER
public static int STATUS_SUGGESTION_APPROVAL_REJECTED_BY_USER { get; }
Property Value
STATUS_SUGGESTION_APPROVAL_UNKNOWN
public static int STATUS_SUGGESTION_APPROVAL_UNKNOWN { get; }
Property Value
STATUS_SUGGESTION_CONNECTION_FAILURE_ASSOCIATION
public static int STATUS_SUGGESTION_CONNECTION_FAILURE_ASSOCIATION { get; }
Property Value
STATUS_SUGGESTION_CONNECTION_FAILURE_AUTHENTICATION
public static int STATUS_SUGGESTION_CONNECTION_FAILURE_AUTHENTICATION { get; }
Property Value
STATUS_SUGGESTION_CONNECTION_FAILURE_IP_PROVISIONING
public static int STATUS_SUGGESTION_CONNECTION_FAILURE_IP_PROVISIONING { get; }
Property Value
STATUS_SUGGESTION_CONNECTION_FAILURE_UNKNOWN
public static int STATUS_SUGGESTION_CONNECTION_FAILURE_UNKNOWN { get; }
Property Value
SUPPLICANT_CONNECTION_CHANGE_ACTION
[Obsolete]
public static String SUPPLICANT_CONNECTION_CHANGE_ACTION { get; }
Property Value
SUPPLICANT_STATE_CHANGED_ACTION
[Obsolete]
public static String SUPPLICANT_STATE_CHANGED_ACTION { get; }
Property Value
UNKNOWN_SSID
public static String UNKNOWN_SSID { get; }
Property Value
WIFI_INTERFACE_TYPE_AP
public static int WIFI_INTERFACE_TYPE_AP { get; }
Property Value
WIFI_INTERFACE_TYPE_AWARE
public static int WIFI_INTERFACE_TYPE_AWARE { get; }
Property Value
WIFI_INTERFACE_TYPE_DIRECT
https://developer.android.com/reference/android/net/wifi/WifiManager.html#WIFI_INTERFACE_TYPE_DIRECT
public static int WIFI_INTERFACE_TYPE_DIRECT { get; }
Property Value
WIFI_INTERFACE_TYPE_STA
public static int WIFI_INTERFACE_TYPE_STA { get; }
Property Value
WIFI_MODE_FULL
[Obsolete]
public static int WIFI_MODE_FULL { get; }
Property Value
WIFI_MODE_FULL_HIGH_PERF
[Obsolete]
public static int WIFI_MODE_FULL_HIGH_PERF { get; }
Property Value
WIFI_MODE_FULL_LOW_LATENCY
https://developer.android.com/reference/android/net/wifi/WifiManager.html#WIFI_MODE_FULL_LOW_LATENCY
public static int WIFI_MODE_FULL_LOW_LATENCY { get; }
Property Value
WIFI_MODE_SCAN_ONLY
[Obsolete]
public static int WIFI_MODE_SCAN_ONLY { get; }
Property Value
WIFI_MULTI_INTERNET_MODE_DBS_AP
public static int WIFI_MULTI_INTERNET_MODE_DBS_AP { get; }
Property Value
WIFI_MULTI_INTERNET_MODE_DISABLED
public static int WIFI_MULTI_INTERNET_MODE_DISABLED { get; }
Property Value
WIFI_MULTI_INTERNET_MODE_MULTI_AP
public static int WIFI_MULTI_INTERNET_MODE_MULTI_AP { get; }
Property Value
WIFI_STATE_CHANGED_ACTION
public static String WIFI_STATE_CHANGED_ACTION { get; }
Property Value
WIFI_STATE_DISABLED
public static int WIFI_STATE_DISABLED { get; }
Property Value
WIFI_STATE_DISABLING
public static int WIFI_STATE_DISABLING { get; }
Property Value
WIFI_STATE_ENABLED
public static int WIFI_STATE_ENABLED { get; }
Property Value
WIFI_STATE_ENABLING
public static int WIFI_STATE_ENABLING { get; }
Property Value
WIFI_STATE_UNKNOWN
public static int WIFI_STATE_UNKNOWN { get; }
Property Value
WPS_AUTH_FAILURE
[Obsolete]
public static int WPS_AUTH_FAILURE { get; }
Property Value
WPS_OVERLAP_ERROR
[Obsolete]
public static int WPS_OVERLAP_ERROR { get; }
Property Value
WPS_TIMED_OUT
[Obsolete]
public static int WPS_TIMED_OUT { get; }
Property Value
WPS_TKIP_ONLY_PROHIBITED
[Obsolete]
public static int WPS_TKIP_ONLY_PROHIBITED { get; }
Property Value
WPS_WEP_PROHIBITED
[Obsolete]
public static int WPS_WEP_PROHIBITED { get; }
Property Value
Methods
AddLocalOnlyConnectionFailureListener(Executor, LocalOnlyConnectionFailureListener)
public void AddLocalOnlyConnectionFailureListener(Executor arg0, WifiManager.LocalOnlyConnectionFailureListener arg1)
Parameters
AddNetwork(WifiConfiguration)
[Obsolete]
public int AddNetwork(WifiConfiguration arg0)
Parameters
Returns
AddNetworkPrivileged(WifiConfiguration)
public WifiManager.AddNetworkResult AddNetworkPrivileged(WifiConfiguration arg0)
Parameters
Returns
AddNetworkSuggestions(List<WifiNetworkSuggestion>)
public int AddNetworkSuggestions(List<WifiNetworkSuggestion> arg0)
Parameters
arg0
List<WifiNetworkSuggestion>
Returns
AddOrUpdatePasspointConfiguration(PasspointConfiguration)
public void AddOrUpdatePasspointConfiguration(PasspointConfiguration arg0)
Parameters
AddSuggestionConnectionStatusListener(Executor, SuggestionConnectionStatusListener)
public void AddSuggestionConnectionStatusListener(Executor arg0, WifiManager.SuggestionConnectionStatusListener arg1)
Parameters
AddSuggestionUserApprovalStatusListener(Executor, SuggestionUserApprovalStatusListener)
public void AddSuggestionUserApprovalStatusListener(Executor arg0, WifiManager.SuggestionUserApprovalStatusListener arg1)
Parameters
AllowAutojoinGlobal(bool)
public void AllowAutojoinGlobal(bool arg0)
Parameters
CalculateSignalLevel(int)
public int CalculateSignalLevel(int arg0)
Parameters
Returns
CalculateSignalLevel(int, int)
[Obsolete]
public static int CalculateSignalLevel(int arg0, int arg1)
Parameters
Returns
CancelWps(WpsCallback)
[Obsolete]
public void CancelWps(WifiManager.WpsCallback arg0)
Parameters
CompareSignalLevel(int, int)
public static int CompareSignalLevel(int arg0, int arg1)
Parameters
Returns
CreateMulticastLock(String)
public WifiManager.MulticastLock CreateMulticastLock(String arg0)
Parameters
Returns
CreateWifiLock(String)
[Obsolete]
public WifiManager.WifiLock CreateWifiLock(String arg0)
Parameters
Returns
CreateWifiLock(int, String)
public WifiManager.WifiLock CreateWifiLock(int arg0, String arg1)
Parameters
Returns
DisableNetwork(int)
[Obsolete]
public bool DisableNetwork(int arg0)
Parameters
Returns
Disconnect()
[Obsolete]
public bool Disconnect()
Returns
EnableNetwork(int, bool)
https://developer.android.com/reference/android/net/wifi/WifiManager.html#enableNetwork(int,boolean)
[Obsolete]
public bool EnableNetwork(int arg0, bool arg1)
Parameters
Returns
FlushPasspointAnqpCache()
public void FlushPasspointAnqpCache()
GetAllowedChannels(int, int)
public List<WifiAvailableChannel> GetAllowedChannels(int arg0, int arg1)
Parameters
Returns
GetCallerConfiguredNetworks()
public List<WifiConfiguration> GetCallerConfiguredNetworks()
Returns
GetChannelData(Executor, Consumer<List<Bundle>>)
public void GetChannelData(Executor arg0, Consumer<List<Bundle>> arg1)
Parameters
GetConfiguredNetworks()
[Obsolete]
public List<WifiConfiguration> GetConfiguredNetworks()
Returns
GetConnectionInfo()
[Obsolete]
public WifiInfo GetConnectionInfo()
Returns
GetDhcpInfo()
[Obsolete]
public DhcpInfo GetDhcpInfo()
Returns
GetMaxNumberOfChannelsPerNetworkSpecifierRequest()
public int GetMaxNumberOfChannelsPerNetworkSpecifierRequest()
Returns
GetMaxNumberOfNetworkSuggestionsPerApp()
public int GetMaxNumberOfNetworkSuggestionsPerApp()
Returns
GetMaxSignalLevel()
public int GetMaxSignalLevel()
Returns
GetMaxSupportedConcurrentTdlsSessions(Executor, Consumer<Integer>)
public void GetMaxSupportedConcurrentTdlsSessions(Executor arg0, Consumer<Integer> arg1)
Parameters
GetNetworkSuggestions()
public List<WifiNetworkSuggestion> GetNetworkSuggestions()
Returns
GetNumberOfEnabledTdlsSessions(Executor, Consumer<Integer>)
public void GetNumberOfEnabledTdlsSessions(Executor arg0, Consumer<Integer> arg1)
Parameters
GetPasspointConfigurations()
[Obsolete]
public List<PasspointConfiguration> GetPasspointConfigurations()
Returns
GetPerSsidRoamingModes(Executor, Consumer<Map<String, Integer>>)
public void GetPerSsidRoamingModes(Executor arg0, Consumer<Map<String, Integer>> arg1)
Parameters
GetScanResults()
public List<ScanResult> GetScanResults()
Returns
GetStaConcurrencyForMultiInternetMode()
public int GetStaConcurrencyForMultiInternetMode()
Returns
GetUsableChannels(int, int)
https://developer.android.com/reference/android/net/wifi/WifiManager.html#getUsableChannels(int,int)
public List<WifiAvailableChannel> GetUsableChannels(int arg0, int arg1)
Parameters
Returns
GetWifiState()
public int GetWifiState()
Returns
Is24GHzBandSupported()
public bool Is24GHzBandSupported()
Returns
Is5GHzBandSupported()
public bool Is5GHzBandSupported()
Returns
Is60GHzBandSupported()
public bool Is60GHzBandSupported()
Returns
Is6GHzBandSupported()
public bool Is6GHzBandSupported()
Returns
IsAggressiveRoamingModeSupported()
public bool IsAggressiveRoamingModeSupported()
Returns
IsAutoWakeupEnabled()
public bool IsAutoWakeupEnabled()
Returns
IsBridgedApConcurrencySupported()
public bool IsBridgedApConcurrencySupported()
Returns
IsCarrierNetworkOffloadEnabled(int, bool)
public bool IsCarrierNetworkOffloadEnabled(int arg0, bool arg1)
Parameters
Returns
IsD2dSupportedWhenInfraStaDisabled()
public bool IsD2dSupportedWhenInfraStaDisabled()
Returns
IsDecoratedIdentitySupported()
public bool IsDecoratedIdentitySupported()
Returns
IsDeviceToApRttSupported()
https://developer.android.com/reference/android/net/wifi/WifiManager.html#isDeviceToApRttSupported()
[Obsolete]
public bool IsDeviceToApRttSupported()
Returns
IsDualBandSimultaneousSupported()
public bool IsDualBandSimultaneousSupported()
Returns
IsEasyConnectDppAkmSupported()
public bool IsEasyConnectDppAkmSupported()
Returns
IsEasyConnectEnrolleeResponderModeSupported()
public bool IsEasyConnectEnrolleeResponderModeSupported()
Returns
IsEasyConnectSupported()
public bool IsEasyConnectSupported()
Returns
IsEnhancedOpenSupported()
public bool IsEnhancedOpenSupported()
Returns
IsEnhancedPowerReportingSupported()
public bool IsEnhancedPowerReportingSupported()
Returns
IsMakeBeforeBreakWifiSwitchingSupported()
public bool IsMakeBeforeBreakWifiSwitchingSupported()
Returns
IsP2pSupported()
public bool IsP2pSupported()
Returns
IsPasspointTermsAndConditionsSupported()
public bool IsPasspointTermsAndConditionsSupported()
Returns
IsPreferredNetworkOffloadSupported()
public bool IsPreferredNetworkOffloadSupported()
Returns
IsScanAlwaysAvailable()
[Obsolete]
public bool IsScanAlwaysAvailable()
Returns
IsScanThrottleEnabled()
public bool IsScanThrottleEnabled()
Returns
IsStaApConcurrencySupported()
public bool IsStaApConcurrencySupported()
Returns
IsStaBridgedApConcurrencySupported()
public bool IsStaBridgedApConcurrencySupported()
Returns
IsStaConcurrencyForLocalOnlyConnectionsSupported()
public bool IsStaConcurrencyForLocalOnlyConnectionsSupported()
Returns
IsStaConcurrencyForMultiInternetSupported()
public bool IsStaConcurrencyForMultiInternetSupported()
Returns
IsTdlsOperationCurrentlyAvailable(Executor, Consumer<Boolean>)
public void IsTdlsOperationCurrentlyAvailable(Executor arg0, Consumer<Boolean> arg1)
Parameters
IsTdlsSupported()
public bool IsTdlsSupported()
Returns
IsTidToLinkMappingNegotiationSupported()
public bool IsTidToLinkMappingNegotiationSupported()
Returns
IsTlsMinimumVersionSupported()
public bool IsTlsMinimumVersionSupported()
Returns
IsTlsV13Supported()
public bool IsTlsV13Supported()
Returns
IsTrustOnFirstUseSupported()
public bool IsTrustOnFirstUseSupported()
Returns
IsWapiSupported()
public bool IsWapiSupported()
Returns
IsWepSupported()
public bool IsWepSupported()
Returns
IsWifiDisplayR2Supported()
https://developer.android.com/reference/android/net/wifi/WifiManager.html#isWifiDisplayR2Supported()
public bool IsWifiDisplayR2Supported()
Returns
IsWifiEnabled()
public bool IsWifiEnabled()
Returns
IsWifiPasspointEnabled()
public bool IsWifiPasspointEnabled()
Returns
IsWifiStandardSupported(int)
public bool IsWifiStandardSupported(int arg0)
Parameters
Returns
IsWpa3SaeH2eSupported()
public bool IsWpa3SaeH2eSupported()
Returns
IsWpa3SaePublicKeySupported()
public bool IsWpa3SaePublicKeySupported()
Returns
IsWpa3SaeSupported()
public bool IsWpa3SaeSupported()
Returns
IsWpa3SuiteBSupported()
public bool IsWpa3SuiteBSupported()
Returns
IsWpaPersonalSupported()
public bool IsWpaPersonalSupported()
Returns
PingSupplicant()
[Obsolete]
public bool PingSupplicant()
Returns
QueryAutojoinGlobal(Executor, Consumer<Boolean>)
public void QueryAutojoinGlobal(Executor arg0, Consumer<Boolean> arg1)
Parameters
QuerySendDhcpHostnameRestriction(Executor, IntConsumer)
public void QuerySendDhcpHostnameRestriction(Executor arg0, IntConsumer arg1)
Parameters
arg0
Executorarg1
IntConsumer
Reassociate()
[Obsolete]
public bool Reassociate()
Returns
Reconnect()
[Obsolete]
public bool Reconnect()
Returns
RegisterScanResultsCallback(Executor, ScanResultsCallback)
public void RegisterScanResultsCallback(Executor arg0, WifiManager.ScanResultsCallback arg1)
Parameters
RegisterSubsystemRestartTrackingCallback(Executor, SubsystemRestartTrackingCallback)
public void RegisterSubsystemRestartTrackingCallback(Executor arg0, WifiManager.SubsystemRestartTrackingCallback arg1)
Parameters
RemoveLocalOnlyConnectionFailureListener(LocalOnlyConnectionFailureListener)
public void RemoveLocalOnlyConnectionFailureListener(WifiManager.LocalOnlyConnectionFailureListener arg0)
Parameters
RemoveNetwork(int)
[Obsolete]
public bool RemoveNetwork(int arg0)
Parameters
Returns
RemoveNetworkSuggestions(List<WifiNetworkSuggestion>)
public int RemoveNetworkSuggestions(List<WifiNetworkSuggestion> arg0)
Parameters
arg0
List<WifiNetworkSuggestion>
Returns
RemoveNetworkSuggestions(List<WifiNetworkSuggestion>, int)
public int RemoveNetworkSuggestions(List<WifiNetworkSuggestion> arg0, int arg1)
Parameters
arg0
List<WifiNetworkSuggestion>arg1
int
Returns
RemoveNonCallerConfiguredNetworks()
public bool RemoveNonCallerConfiguredNetworks()
Returns
RemovePasspointConfiguration(String)
[Obsolete]
public void RemovePasspointConfiguration(String arg0)
Parameters
RemovePerSsidRoamingMode(WifiSsid)
public void RemovePerSsidRoamingMode(WifiSsid arg0)
Parameters
RemoveSuggestionConnectionStatusListener(SuggestionConnectionStatusListener)
public void RemoveSuggestionConnectionStatusListener(WifiManager.SuggestionConnectionStatusListener arg0)
Parameters
RemoveSuggestionUserApprovalStatusListener(SuggestionUserApprovalStatusListener)
public void RemoveSuggestionUserApprovalStatusListener(WifiManager.SuggestionUserApprovalStatusListener arg0)
Parameters
ReportCreateInterfaceImpact(int, bool, Executor, BiConsumer<Boolean, Set<InterfaceCreationImpact>>)
public void ReportCreateInterfaceImpact(int arg0, bool arg1, Executor arg2, BiConsumer<Boolean, Set<WifiManager.InterfaceCreationImpact>> arg3)
Parameters
arg0
intarg1
boolarg2
Executorarg3
BiConsumer<Boolean, Set<WifiManager.InterfaceCreationImpact>>
SaveConfiguration()
[Obsolete]
public bool SaveConfiguration()
Returns
SetPerSsidRoamingMode(WifiSsid, int)
public void SetPerSsidRoamingMode(WifiSsid arg0, int arg1)
Parameters
SetSendDhcpHostnameRestriction(int)
public void SetSendDhcpHostnameRestriction(int arg0)
Parameters
SetTdlsEnabled(InetAddress, bool)
public void SetTdlsEnabled(InetAddress arg0, bool arg1)
Parameters
arg0
InetAddressarg1
bool
SetTdlsEnabled(InetAddress, bool, Executor, Consumer<Boolean>)
public void SetTdlsEnabled(InetAddress arg0, bool arg1, Executor arg2, Consumer<Boolean> arg3)
Parameters
arg0
InetAddressarg1
boolarg2
Executorarg3
Consumer<Boolean>
SetTdlsEnabledWithMacAddress(String, bool)
public void SetTdlsEnabledWithMacAddress(String arg0, bool arg1)
Parameters
SetTdlsEnabledWithMacAddress(String, bool, Executor, Consumer<Boolean>)
public void SetTdlsEnabledWithMacAddress(String arg0, bool arg1, Executor arg2, Consumer<Boolean> arg3)
Parameters
SetWifiEnabled(bool)
[Obsolete]
public bool SetWifiEnabled(bool arg0)
Parameters
Returns
StartLocalOnlyHotspot(LocalOnlyHotspotCallback, Handler)
public void StartLocalOnlyHotspot(WifiManager.LocalOnlyHotspotCallback arg0, Handler arg1)
Parameters
StartScan()
[Obsolete]
public bool StartScan()
Returns
StartWps(WpsInfo, WpsCallback)
[Obsolete]
public void StartWps(WpsInfo arg0, WifiManager.WpsCallback arg1)
Parameters
UnregisterScanResultsCallback(ScanResultsCallback)
public void UnregisterScanResultsCallback(WifiManager.ScanResultsCallback arg0)
Parameters
UnregisterSubsystemRestartTrackingCallback(SubsystemRestartTrackingCallback)
public void UnregisterSubsystemRestartTrackingCallback(WifiManager.SubsystemRestartTrackingCallback arg0)
Parameters
UpdateNetwork(WifiConfiguration)
[Obsolete]
public int UpdateNetwork(WifiConfiguration arg0)
Parameters
Returns
ValidateSoftApConfiguration(SoftApConfiguration)
public bool ValidateSoftApConfiguration(SoftApConfiguration arg0)