java.lang.Object | |
↳ | com.ardic.android.parcelables.WifiConfigWep |
Implementation of Parcelable Interface for Wi-Fi Configuration WEP settings
See also:
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
|
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CREATOR |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructor method for Wi-Fi APN Configuration attributes related to WEP.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns key stored in WEP index zero.
| |||||||||||
Returns key stored in WEP index one.
| |||||||||||
Returns key stored in WEP index two.
| |||||||||||
Returns key stored in WEP index three.
| |||||||||||
Returns Active WEP Key Index.
| |||||||||||
Sets key stored in WEP index zero.
| |||||||||||
Sets key stored in WEP index one.
| |||||||||||
Sets key stored in WEP index two.
| |||||||||||
Sets key stored in WEP index three.
| |||||||||||
Sets Active WEP Key Index.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
|
Constructor method for Wi-Fi APN Configuration attributes related to WEP.
Parameters | |
---|---|
wepKeyIndex |
int :
Active WEP key index. |
wepKeyAtIndex0 |
String :
password at index zero. |
wepKeyAtIndex1 |
String :
password at index one. |
wepKeyAtIndex2 |
String :
password at index two. |
wepKeyAtIndex3 |
String :
password at index three.
|
Returns key stored in WEP index zero.
Returns | |
---|---|
String |
key stored in WEP index zero. When the value is read, the actual key is not returned, just a "*" if the key has a value, or the null string otherwise. |
Returns key stored in WEP index one. When the value is read, the actual key is not returned, just a "*" if the key has a value, or the null string otherwise.
Returns | |
---|---|
String |
key stored in WEP index one. |
Returns key stored in WEP index two. When the value is read, the actual key is not returned, just a "*" if the key has a value, or the null string otherwise.
Returns | |
---|---|
String |
key stored in WEP index two. |
Returns key stored in WEP index three. When the value is read, the actual key is not returned, just a "*" if the key has a value, or the null string otherwise.
Returns | |
---|---|
String |
wepKeyAtIndex3 key stored in WEP index three. |
Returns Active WEP Key Index.
Returns | |
---|---|
int |
wepKeyIndex Active WEP Key Index integer larger than or equal to zero and smaller than four. |
Sets key stored in WEP index zero. Either an ASCII string enclosed in double quotation marks (e.g., "abcdef") or a string of hex digits (e.g., 0102030405).
Parameters | |
---|---|
wepKeyAtIndex0 |
String :
key stored in WEP index zero.
|
Sets key stored in WEP index one. Either an ASCII string enclosed in double quotation marks (e.g., "abcdef") or a string of hex digits (e.g., 0102030405).
Parameters | |
---|---|
wepKeyAtIndex1 |
String :
key stored in WEP index one.
|
Sets key stored in WEP index two. Either an ASCII string enclosed in double quotation marks (e.g., "abcdef") or a string of hex digits (e.g., 0102030405).
Parameters | |
---|---|
wepKeyAtIndex2 |
String :
key stored in WEP index two.
|
Sets key stored in WEP index three. Either an ASCII string enclosed in double quotation marks (e.g., "abcdef") or a string of hex digits (e.g., 0102030405).
Parameters | |
---|---|
wepKeyAtIndex3 |
String :
key stored in WEP index three.
|
Sets Active WEP Key Index.
Parameters | |
---|---|
wepKeyIndex |
int :
Active WEP Key Index integer larger or equal to zero and smaller than
four.
|
Parameters | |
---|---|
dest |
Parcel
|
flags |
int
|