Android wificonfiguration wifi net

Wifi Configuration Constructors

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Overloads

A constructor used when creating managed representations of JNI objects; called by the runtime.

WifiConfiguration()

[Android.Runtime.Register(".ctor", "()V", "")] [System.Obsolete("deprecated")] public WifiConfiguration ();

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

WifiConfiguration(WifiConfiguration)

[Android.Runtime.Register(".ctor", "(Landroid/net/wifi/WifiConfiguration;)V", "", ApiSince=30)] [System.Obsolete("deprecated")] public WifiConfiguration (Android.Net.Wifi.WifiConfiguration source);
[] [] new Android.Net.Wifi.WifiConfiguration : Android.Net.Wifi.WifiConfiguration -> Android.Net.Wifi.WifiConfiguration

Parameters

Applies to

WifiConfiguration(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

protected WifiConfiguration (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Net.Wifi.WifiConfiguration : nativeint * Android.Runtime.JniHandleOwnership -> Android.Net.Wifi.WifiConfiguration

Parameters

A IntPtrcontaining a Java Native Interface (JNI) object reference.

A JniHandleOwnershipindicating how to handle javaReference

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Источник

Wifi Configuration Class

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

This class is obsoleted in this android platform

A class representing a configured Wi-Fi network, including the security configuration.

[Android.Runtime.Register("android/net/wifi/WifiConfiguration", DoNotGenerateAcw=true)] [System.Obsolete("This class is obsoleted in this android platform")] public class WifiConfiguration : Java.Lang.Object, Android.OS.IParcelable, IDisposable, Java.Interop.IJavaPeerable
[] [] type WifiConfiguration = class inherit Object interface IParcelable interface IJavaObject interface IDisposable interface IJavaPeerable

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Fields

Properties

The set of authentication protocols supported by this configuration.

The set of group ciphers supported by this configuration.

The set of key management protocols supported by this configuration.

The set of pairwise ciphers for WPA supported by this configuration.

The set of security protocols supported by this configuration.

When set, this network configuration entry should only be used when associating with the AP having the specified BSSID.

Returns the runtime class of this Object .

The enterprise configuration details specifying the EAP method, certificates and other settings associated with the EAP.

Fully qualified domain name of a passpoint configuration

The handle to the underlying Android instance.

This is a network that does not broadcast its SSID, so an SSID-specific probe request must be used for scans.

The ID number that the supplicant uses to identify this network configuration entry.

Pre-shared key for use with WPA-PSK.

Priority determines the preference given to a network by wpa_supplicant when choosing an access point with which to associate.

This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Default WEP key index, ranging from 0 to 3.

Methods

Creates and returns a copy of this object.

Indicates whether some other object is «equal to» this one.

Returns a hash code value for the object.

Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

Wakes up a single thread that is waiting on this object’s monitor.

Wakes up all threads that are waiting on this object’s monitor.

Returns a string representation of the object.

Causes the current thread to wait until another thread invokes the java.lang.Object#notify() method or the java.lang.Object#notifyAll() method for this object.

Causes the current thread to wait until either another thread invokes the java.lang.Object#notify() method or the java.lang.Object#notifyAll() method for this object, or a specified amount of time has elapsed.

Causes the current thread to wait until another thread invokes the java.lang.Object#notify() method or the java.lang.Object#notifyAll() method for this object, or some other thread interrupts the current thread, or a certain amount of real time has elapsed.

Explicit Interface Implementations

IJavaPeerable.Disposed() (Inherited from Object)
IJavaPeerable.DisposeUnlessReferenced() (Inherited from Object)
IJavaPeerable.Finalized() (Inherited from Object)
IJavaPeerable.JniManagedPeerState (Inherited from Object)
IJavaPeerable.SetJniIdentityHashCode(Int32) (Inherited from Object)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) (Inherited from Object)
IJavaPeerable.SetPeerReference(JniObjectReference) (Inherited from Object)

Extension Methods

Performs an Android runtime-checked type conversion.

Источник

WifiConfiguration

A class representing a configured Wi-Fi network, including the security configuration.

Summary

Nested Classes
WifiConfiguration.AuthAlgorithm Recognized IEEE 802.11 authentication algorithms.
WifiConfiguration.GroupCipher Recognized group ciphers.
WifiConfiguration.KeyMgmt Recognized key management schemes.
WifiConfiguration.PairwiseCipher Recognized pairwise ciphers for WPA.
WifiConfiguration.Protocol Recognized security protocols.
WifiConfiguration.Status Possible status of a network configuration.
[Expand]
int CONTENTS_FILE_DESCRIPTOR Bit masks for use with describeContents() : each bit represents a kind of object considered to have potential special significance when marshalled.
int PARCELABLE_WRITE_RETURN_VALUE Flag for use with writeToParcel(Parcel, int) : the object being written is a return value, that is the result of a function such as » Parcelable someFunction() «, » void someFunction(out Parcelable) «, or » void someFunction(inout Parcelable) «.

Causes a thread which is waiting on this object’s monitor (by means of calling one of the wait() methods) to be woken up.

Causes all threads which are waiting on this object’s monitor (by means of calling one of the wait() methods) to be woken up.

Causes the calling thread to wait until another thread calls the notify() or notifyAll() method of this object.

Causes the calling thread to wait until another thread calls the notify() or notifyAll() method of this object or until the specified timeout expires.

Causes the calling thread to wait until another thread calls the notify() or notifyAll() method of this object or until the specified timeout expires.

Источник

Читайте также:  Вай фай через оптоволокно
Оцените статью
Adblock
detector