android.net.wifi
Class WifiConfiguration

java.lang.Object
  extended by android.net.wifi.WifiConfiguration
All Implemented Interfaces:
Parcelable

public class WifiConfiguration
extends Object
implements Parcelable


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

networkId

public int networkId

status

public int status

SSID

public String SSID

BSSID

public String BSSID

preSharedKey

public String preSharedKey

wepKeys

public String[] wepKeys

wepTxKeyIndex

public int wepTxKeyIndex

priority

public int priority

hiddenSSID

public boolean hiddenSSID

allowedKeyManagement

public BitSet allowedKeyManagement

allowedProtocols

public BitSet allowedProtocols

allowedAuthAlgorithms

public BitSet allowedAuthAlgorithms

allowedPairwiseCiphers

public BitSet allowedPairwiseCiphers

allowedGroupCiphers

public BitSet allowedGroupCiphers
Constructor Detail

WifiConfiguration

public WifiConfiguration()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

describeContents

public int describeContents()
Specified by:
describeContents in interface Parcelable

writeToParcel

public void writeToParcel(Parcel dest,
                          int flags)
Specified by:
writeToParcel in interface Parcelable


Copyright © 2008-2012. All Rights Reserved.