android.net.wifi
Class WifiConfiguration.PairwiseCipher

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

public static class WifiConfiguration.PairwiseCipher
extends Object


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

Field Detail

NONE

public static final int NONE
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-2010. All Rights Reserved.