android.net.wifi
Class WifiConfiguration
java.lang.Object
android.net.wifi.WifiConfiguration
- All Implemented Interfaces:
- Parcelable
public class WifiConfiguration
- extends java.lang.Object
- implements Parcelable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
networkId
public int networkId
status
public int status
SSID
public java.lang.String SSID
BSSID
public java.lang.String BSSID
preSharedKey
public java.lang.String preSharedKey
wepKeys
public java.lang.String[] wepKeys
wepTxKeyIndex
public int wepTxKeyIndex
priority
public int priority
hiddenSSID
public boolean hiddenSSID
allowedKeyManagement
public java.util.BitSet allowedKeyManagement
allowedProtocols
public java.util.BitSet allowedProtocols
allowedAuthAlgorithms
public java.util.BitSet allowedAuthAlgorithms
allowedPairwiseCiphers
public java.util.BitSet allowedPairwiseCiphers
allowedGroupCiphers
public java.util.BitSet allowedGroupCiphers
WifiConfiguration
public WifiConfiguration()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.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-2010. All Rights Reserved.