Android.Net.Wifi.WifiConfiguration Members

The members of Android.Net.Wifi.WifiConfiguration are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

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

Public Properties

AllowedAuthAlgorithmsJava.Util.BitSet. The set of authentication protocols supported by this configuration.
AllowedGroupCiphersJava.Util.BitSet. The set of group ciphers supported by this configuration.
AllowedKeyManagementJava.Util.BitSet. The set of key management protocols supported by this configuration.
AllowedPairwiseCiphersJava.Util.BitSet. The set of pairwise ciphers for WPA supported by this configuration.
AllowedProtocolsJava.Util.BitSet. The set of security protocols supported by this configuration.
Bssidstring. When set, this network configuration entry should only be used when associating with the AP having the specified BSSID.
EnterpriseConfigWifiEnterpriseConfig. The enterprise configuration details specifying the EAP method, certificates and other settings associated with the EAP.
Fqdnstring. Fully qualified domain name (FQDN) of AAA server or RADIUS server e.g.
HiddenSSIDbool. This is a network that does not broadcast its SSID, so an SSID-specific probe request must be used for scans.
NetworkIdint. The ID number that the supplicant uses to identify this network configuration entry.
PreSharedKeystring. Pre-shared key for use with WPA-PSK.
Priorityint. Priority determines the preference given to a network by wpa_supplicant when choosing an access point with which to associate.
Ssidstring. The network's SSID.
WepKeysIList<string>. Up to four WEP keys.
WepTxKeyIndexint. Default WEP key index, ranging from 0 to 3.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

DescribeContents() : int
Documentation for this section has not yet been entered.
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Documentation for this section has not yet been entered.