public class WifiConfiguration extends Object implements Parcelable
| Modifier and Type | Class and Description |
|---|---|
static class |
WifiConfiguration.AuthAlgorithm |
static class |
WifiConfiguration.GroupCipher |
static class |
WifiConfiguration.KeyMgmt |
static class |
WifiConfiguration.PairwiseCipher |
static class |
WifiConfiguration.Protocol |
static class |
WifiConfiguration.Status |
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
BitSet |
allowedAuthAlgorithms |
BitSet |
allowedGroupCiphers |
BitSet |
allowedKeyManagement |
BitSet |
allowedPairwiseCiphers |
BitSet |
allowedProtocols |
String |
BSSID |
boolean |
hiddenSSID |
int |
networkId |
String |
preSharedKey |
int |
priority |
String |
SSID |
int |
status |
String[] |
wepKeys |
int |
wepTxKeyIndex |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Constructor and Description |
|---|
WifiConfiguration() |
public int networkId
public int status
public String SSID
public String BSSID
public String preSharedKey
public String[] wepKeys
public int wepTxKeyIndex
public int priority
public boolean hiddenSSID
public BitSet allowedKeyManagement
public BitSet allowedProtocols
public BitSet allowedAuthAlgorithms
public BitSet allowedPairwiseCiphers
public BitSet allowedGroupCiphers
public int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel dest, int flags)
writeToParcel in interface ParcelableCopyright © 2008-2013. All Rights Reserved.