|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectandroid.net.wifi.WifiConfiguration
public class WifiConfiguration
Nested Class Summary | |
---|---|
static class |
WifiConfiguration.AuthAlgorithm
|
static class |
WifiConfiguration.GroupCipher
|
static class |
WifiConfiguration.KeyMgmt
|
static class |
WifiConfiguration.PairwiseCipher
|
static class |
WifiConfiguration.Protocol
|
static class |
WifiConfiguration.Status
|
Nested classes/interfaces inherited from interface android.os.Parcelable |
---|
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T> |
Field Summary | |
---|---|
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
|
Fields inherited from interface android.os.Parcelable |
---|
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE |
Constructor Summary | |
---|---|
WifiConfiguration()
|
Method Summary | |
---|---|
int |
describeContents()
|
String |
toString()
|
void |
writeToParcel(Parcel dest,
int flags)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public WifiConfiguration()
Method Detail |
---|
public String toString()
toString
in class Object
public int describeContents()
describeContents
in interface Parcelable
public void writeToParcel(Parcel dest, int flags)
writeToParcel
in interface Parcelable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |