android.net.wifi
Class WifiConfiguration.GroupCipher

java.lang.Object
  extended by android.net.wifi.WifiConfiguration.GroupCipher
Enclosing class:
WifiConfiguration

public static class WifiConfiguration.GroupCipher
extends Object


Field Summary
static int CCMP
           
static String[] strings
           
static int TKIP
           
static String varName
           
static int WEP104
           
static int WEP40
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WEP40

public static final int WEP40
See Also:
Constant Field Values

WEP104

public static final int WEP104
See Also:
Constant Field Values

TKIP

public static final int TKIP
See Also:
Constant Field Values

CCMP

public static final int CCMP
See Also:
Constant Field Values

varName

public static final String varName
See Also:
Constant Field Values

strings

public static final String[] strings


Copyright © 2008-2012. All Rights Reserved.