Class WifiConfiguration
[Obsolete("Deprecated in JVM")]
public class WifiConfiguration : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
- Inheritance
-
WifiConfiguration
- Implements
- Inherited Members
- Extension Methods
Constructors
WifiConfiguration()
[Obsolete("Deprecated in JVM")]
public WifiConfiguration()
WifiConfiguration(WifiConfiguration)
[Obsolete("Deprecated in JVM")]
public WifiConfiguration(WifiConfiguration arg0)
Parameters
WifiConfiguration(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public WifiConfiguration(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BSSID
[Obsolete("Deprecated in JVM")]
public String BSSID { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
FQDN
[Obsolete("Deprecated in JVM")]
public String FQDN { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
RANDOMIZATION_AUTO
[Obsolete("Deprecated in JVM")]
public static int RANDOMIZATION_AUTO { get; set; }
Property Value
RANDOMIZATION_NONE
[Obsolete("Deprecated in JVM")]
public static int RANDOMIZATION_NONE { get; set; }
Property Value
RANDOMIZATION_NON_PERSISTENT
[Obsolete("Deprecated in JVM")]
public static int RANDOMIZATION_NON_PERSISTENT { get; set; }
Property Value
RANDOMIZATION_PERSISTENT
[Obsolete("Deprecated in JVM")]
public static int RANDOMIZATION_PERSISTENT { get; set; }
Property Value
SECURITY_TYPE_DPP
[Obsolete("Deprecated in JVM")]
public static int SECURITY_TYPE_DPP { get; set; }
Property Value
SECURITY_TYPE_EAP
[Obsolete("Deprecated in JVM")]
public static int SECURITY_TYPE_EAP { get; set; }
Property Value
SECURITY_TYPE_EAP_SUITE_B
[Obsolete("Deprecated in JVM")]
public static int SECURITY_TYPE_EAP_SUITE_B { get; set; }
Property Value
SECURITY_TYPE_EAP_WPA3_ENTERPRISE
[Obsolete("Deprecated in JVM")]
public static int SECURITY_TYPE_EAP_WPA3_ENTERPRISE { get; set; }
Property Value
SECURITY_TYPE_EAP_WPA3_ENTERPRISE_192_BIT
[Obsolete("Deprecated in JVM")]
public static int SECURITY_TYPE_EAP_WPA3_ENTERPRISE_192_BIT { get; set; }
Property Value
SECURITY_TYPE_OPEN
[Obsolete("Deprecated in JVM")]
public static int SECURITY_TYPE_OPEN { get; set; }
Property Value
SECURITY_TYPE_OWE
[Obsolete("Deprecated in JVM")]
public static int SECURITY_TYPE_OWE { get; set; }
Property Value
SECURITY_TYPE_PSK
[Obsolete("Deprecated in JVM")]
public static int SECURITY_TYPE_PSK { get; set; }
Property Value
SECURITY_TYPE_SAE
[Obsolete("Deprecated in JVM")]
public static int SECURITY_TYPE_SAE { get; set; }
Property Value
SECURITY_TYPE_WAPI_CERT
[Obsolete("Deprecated in JVM")]
public static int SECURITY_TYPE_WAPI_CERT { get; set; }
Property Value
SECURITY_TYPE_WAPI_PSK
[Obsolete("Deprecated in JVM")]
public static int SECURITY_TYPE_WAPI_PSK { get; set; }
Property Value
SECURITY_TYPE_WEP
[Obsolete("Deprecated in JVM")]
public static int SECURITY_TYPE_WEP { get; set; }
Property Value
SSID
[Obsolete("Deprecated in JVM")]
public String SSID { get; set; }
Property Value
allowedAuthAlgorithms
[Obsolete("Deprecated in JVM")]
public BitSet allowedAuthAlgorithms { get; set; }
Property Value
allowedGroupCiphers
[Obsolete("Deprecated in JVM")]
public BitSet allowedGroupCiphers { get; set; }
Property Value
allowedGroupManagementCiphers
[Obsolete("Deprecated in JVM")]
public BitSet allowedGroupManagementCiphers { get; set; }
Property Value
allowedKeyManagement
https://developer.android.com/reference/android/net/wifi/WifiConfiguration.html#allowedKeyManagement
[Obsolete("Deprecated in JVM")]
public BitSet allowedKeyManagement { get; set; }
Property Value
allowedPairwiseCiphers
[Obsolete("Deprecated in JVM")]
public BitSet allowedPairwiseCiphers { get; set; }
Property Value
allowedProtocols
[Obsolete("Deprecated in JVM")]
public BitSet allowedProtocols { get; set; }
Property Value
allowedSuiteBCiphers
https://developer.android.com/reference/android/net/wifi/WifiConfiguration.html#allowedSuiteBCiphers
[Obsolete("Deprecated in JVM")]
public BitSet allowedSuiteBCiphers { get; set; }
Property Value
enterpriseConfig
[Obsolete("Deprecated in JVM")]
public WifiEnterpriseConfig enterpriseConfig { get; set; }
Property Value
hiddenSSID
[Obsolete("Deprecated in JVM")]
public bool hiddenSSID { get; set; }
Property Value
isHomeProviderNetwork
[Obsolete("Deprecated in JVM")]
public bool isHomeProviderNetwork { get; set; }
Property Value
networkId
[Obsolete("Deprecated in JVM")]
public int networkId { get; set; }
Property Value
preSharedKey
[Obsolete("Deprecated in JVM")]
public String preSharedKey { get; set; }
Property Value
priority
[Obsolete("Deprecated in JVM")]
public int priority { get; set; }
Property Value
providerFriendlyName
https://developer.android.com/reference/android/net/wifi/WifiConfiguration.html#providerFriendlyName
[Obsolete("Deprecated in JVM")]
public String providerFriendlyName { get; set; }
Property Value
roamingConsortiumIds
https://developer.android.com/reference/android/net/wifi/WifiConfiguration.html#roamingConsortiumIds
[Obsolete("Deprecated in JVM")]
public long[] roamingConsortiumIds { get; set; }
Property Value
- long[]
status
[Obsolete("Deprecated in JVM")]
public int status { get; set; }
Property Value
wepKeys
[Obsolete("Deprecated in JVM")]
public String[] wepKeys { get; set; }
Property Value
- String[]
wepTxKeyIndex
[Obsolete("Deprecated in JVM")]
public int wepTxKeyIndex { get; set; }
Property Value
Methods
CreatePoolableInstance()
HPA initializer for WifiConfiguration()
public static WifiConfiguration CreatePoolableInstance()
Returns
CreatePoolableInstance(WifiConfiguration)
HPA initializer for WifiConfiguration(Android.Net.Wifi.WifiConfiguration arg0)
public static WifiConfiguration CreatePoolableInstance(WifiConfiguration arg0)
Parameters
arg0WifiConfiguration
Returns
DescribeContents()
[Obsolete("Deprecated in JVM")]
public int DescribeContents()
Returns
GetHttpProxy()
[Obsolete("Deprecated in JVM")]
public ProxyInfo GetHttpProxy()
Returns
GetKey()
[Obsolete("Deprecated in JVM")]
public String GetKey()
Returns
GetMacRandomizationSetting()
[Obsolete("Deprecated in JVM")]
public int GetMacRandomizationSetting()
Returns
GetRandomizedMacAddress()
[Obsolete("Deprecated in JVM")]
public MacAddress GetRandomizedMacAddress()
Returns
IsDppConfigurator()
[Obsolete("Deprecated in JVM")]
public bool IsDppConfigurator()
Returns
IsPasspoint()
[Obsolete("Deprecated in JVM")]
public bool IsPasspoint()
Returns
SetHttpProxy(ProxyInfo)
[Obsolete("Deprecated in JVM")]
public void SetHttpProxy(ProxyInfo arg0)
Parameters
SetIpConfiguration(IpConfiguration)
[Obsolete("Deprecated in JVM")]
public void SetIpConfiguration(IpConfiguration arg0)
Parameters
SetMacRandomizationSetting(int)
[Obsolete("Deprecated in JVM")]
public void SetMacRandomizationSetting(int arg0)
Parameters
SetSecurityParams(int)
[Obsolete("Deprecated in JVM")]
public void SetSecurityParams(int arg0)
Parameters
WriteToParcel(Parcel, int)
[Obsolete("Deprecated in JVM")]
public void WriteToParcel(Parcel arg0, int arg1)